/* CSS Document */
#menu ul {
	list-style-type: none; /*remove o marcador*/ 
	margin: 0; /*remove o recuo IE e Opera*/ 
	padding: 0; /*remove o recuo Mozilla e NN*/ 
	font: 14px verdana, helvetica, sans-serif;
	z-index : 1;
}
#menu li { 
	margin-bottom:0px; 
	z-index : 1;
}
#menu a {
	position: absolute;
	display: block;
	padding: 1px 0 1px 10px;
	border: 0px solid #FFFFFF;
	background-color: #AFAFAF;
	color: #000000;
	text-decoration: none;
	background-image:  url(web/images/btsuperior.jpg); 
	voice-family: "\"}\"";  /*Box Model Hack*/
	voice-family:inherit;
	width: 89;
	height: 20;
	z-index : 1;
}
#menu a:hover { 
	position: absolute;
	display: block;
	padding: 1px 0 1px 10px;
	border: 0px solid #000000; 
	background-color:#FFFFFF; 
	color:#0000CC; 
	background-image:  url(web/images/btinferior.jpg); 
	voice-family: "\"}\"";  /*Box Model Hack*/
	voice-family:inherit;
	width: 89;
	height: 20;
	z-index : 1;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
    cursor: hand;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #04407E;
    cursor: hand;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	cursor: hand;
	text-decoration: none;
}
.textonormal {
    text-align: justify; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}
.textonormalpq {
    text-align: justify; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}
.textonegrito {
    text-align: justify; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.textonegritopq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
    text-align: justify; 
}
