/* CSS Document */
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(imgs/bg_textura_geral_branco.jpg);
}



.data {
color: #C0C0C0;
font-size: 8pt; 
font-family:Georgia, "Times New Roman", Times, serif;
}




.menu {
color: #C4B28A; 
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 8pt;
text-decoration:none;
}
a.menu:hover {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 8pt;
color: #ffffff;
}




.cols {
color: #7E7E7E; 
font-size: 8pt; 
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:none;
}
a.cols:hover {
color: #333333; 
font-size: 8pt; 
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:none;
}




.h6 {
color: #7E7E7E; 
font-size: 8pt; 
font-family:Georgia, "Times New Roman", Times, serif;
/*line-height:150%;*/
}


.h5 {
color: #7E7E7E; 
font-size: 8pt; 
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:none;
}
a.h5:hover {
color: #B90D14; 
font-size: 8pt; 
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:underline;
}




.h4 {
color: #666666;
font-size: 8pt; 
font-family:Georgia, "Times New Roman", Times, serif;
}


.h2 {
color: #B90D14;
font-size: 13pt; 
font-family:Georgia, "Times New Roman", Times, serif;
}



.link {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 8pt;
color: #C05F3C;
text-decoration:none;
}
a.link:hover {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 8pt;
color: #DCA62C;
text-decoration:underline;
}



.ret_int {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 15pt;
color:#8CA7C8;
text-decoration:none;
}



.chaba {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 13pt;
color:#ffffff;
text-decoration:none;
}




.h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 11pt;
color: #999999;
text-decoration:none;
text-decoration:underline;
font-weight:bold;
}
a.h1:hover {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 11pt;
color: #666666;
text-decoration:underline;
font-weight:bold;
}



.man {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 13pt;
color: #C05F3C;
text-decoration:none;
}



.conteudo {
color: #7E7E7E;
font-size: 9pt; 
font-family:Georgia, "Times New Roman", Times, serif;
line-height:150%;
}




/*inicio da div "geral"*/
#corpo{
 border:0px dotted #666666;
 background-color:#ffffff;
 background-image:url(imgs/bg_branco_geral.jpg);
 height:auto;
 width:775px;
 padding:0px;
}
