@charset "iso-8859-1";



 table {
	font-family: arial;
	font-size: 10pt;
	color: Black;
	
} 
 
 a {color: #000000; text-decoration: none;}

 a:hover{color: red; text-decoration: underline;  font-weight: bold; font-style : italic;} 
 
 i {font-size: 11pt; font-style: normal; text-transform: uppercase}
 
.menu{font-size:13pt; text-transform: uppercase; color: black}

.endereco {font-size:10px; color:black; font-weight: bold; text-decoration: underline; font-family : comic Sans MS;}

.cabecalho{
	font-size:15pt;
	color:black;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight : normal;
	font-family : "Comic Sans MS";
}

body {
	background-color: Teal;
}
#texto{font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12pt;
position: absolute; 
left: 370px;
top: 410px;
background-color: lime;
padding: 5px	}

#texto2{font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12pt;
position: absolute; 
left: 230px;
top: 142px;

}

.campos{
	border: 1px solid black; 
	padding: 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
}

.botao{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background: #D4D0C8;
	padding: 1px;
	border: groove;
	width: 140px;
	height: 25px;
	text-align:center; 
	
}
