/* CSS Document */

html{
/*overflow-x:hidden;*/
}

body{
background-image:url(images/bg.jpg);
background-repeat:no-repeat;
background-color: #FFFFFF;
overflow-x:hidden;
overflow-y:auto;
margin:0px;
}


#cont{
width:510px;
margin-left:235px;
text-align:left;
}


#men{
float:left;
display:block;
width:211px;
overflow:hidden;
}

#geral{
margin-top:155px;
}

#recuo{
margin-left:20px;
}

#coluna{
float:right;
width:225px;
}
/* -------------------------- fontes ----------------------*/

div , .tits , .form{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}

.form{
font-size:11px;
}

.tits{
font-weight:bold;
font-size:13px;
color:#003366;
}

a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #0033CC;
font-weight:bold;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}
