/* CSS Document */


			/** Texto topo 1 **/
.style23 {
	color: #FFFFFF;
	font-size: 45px;
}

			/** Texto topo 2 **/		
.style22 {font-family: Georgia, "Times New Roman", Times, serif;
font-size: 40px; 
color: #FFFFFF;
font-style:italic;
}


			/** Texto topo 2 **/		
.style21 {font-family: Georgia, "Times New Roman", Times, serif;
font-size: 30px; 
color: black;
}



			/** Texto topo 3**/		
.style80 {font-family: Georgia, "Times New Roman", Times, serif;
font-size: x-large; 
color: #FFFFFF;
}
			/** Amarelos**/		
.style78 {color: black; font-size: 18px; font-weight: bold; }
.style79 {color: black; font-size: 18px; font-weight: bold; }
.style94 {color: black; font-size: 18px; font-weight: bold; }
.style90 {color: black; font-size: 18px; font-weight: bold; }

.style96 {color: black; font-size: large; font-weight: bold;}
/** Brancos**/		
.style22 {font-family: Georgia, "Times New Roman", Times, serif; color: black; font-weight: 40; font-style:italic}
.style23 {font-family: Georgia, "Times New Roman", Times, serif; color: black; font-weight: 45;  font-style:italic}

.style25 {color: black; font-size: 18px; font-weight: bold; }
.style88 {color: black; font-size: 18px; font-weight: bold; }
.style87 {color: black; font-size: 18px; font-weight: bold; }

/** aviso**/
.style1 {color: black; font-size: 18px; font-weight: bold; }



/* Seta */
a.seta:link {font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
 color: black}
 
 a.seta:link {
	color: black;
	text-decoration: none;
}
a.seta:visited {
	text-decoration: none;
	color: black;
}
a.seta:hover {
	text-decoration: underline;
	color: black;
}
a.seta:active {
	text-decoration: none;
	color: black;
}



/** Fundo da página **/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	
}





