body{

font-weight: bold;
font: 62.5% verdana, sans-serif;
font-size: 12px;
margin: 0;
text-align: center;
}

#title{
background-image: url('images/header.jpg');
background-repeat: repeat-x;
display: block;
top:0;
left: 0;
width: 100%;
height: 100px;
font-weight: strong;

}

#title a{
color: #c6c6c6;
text-decoration: none;
font-size: 15px;
font-weight: bold;
}

#title a:hover{
text-decoration: underline;
}


#content{
margin-top: 10px;
clear: both;
}

table{
margin: 10px auto;
border: 1px solid #CCCCCC;
font-size: 12px;
text-align: left;


}

#footer{
clear: both;
margin-top: 30px;
font-size: 10px;
text-align: center;
color: #6c6c6c;
border-top: 1px solid #c6c6c6;
}

h1{
color: #6c6c6c;
font-size: 16px;

text-decoration: underline;
}


input{
border: 1px solid #666666;
}

input:focus{
border: 1px solid #ffb4b4;
}

input:hover{
border: 1px solid #a2bbda;
}



.hidden{
display: none;
}

#messages{
clear: both;
text-align: center;
font-size: 11px;
color: #6c6c6c;
}
