@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; background-color: #d6d6d6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
	text-decoration : none;
	color:#FFCC00
}

A:HOVER {
	text-decoration : underline;
}
IMG A:HOVER {
border:none; border-style:none; }

#barra { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:7.5pt; color:#CCCCCC }
	#barra a { color:#FFFFFF}    
#barra A:HOVER { color:#ee9c0b;}

h3 {
	color: #FFFFFF;
	font-size: 10pt;
}

h2 { color:#006600;
	font-size: 10pt;
}

#footer { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:7.5pt; color:#ffffff }
	#footer a { color:#FFFFFF}    
#footer A:HOVER { color:#ee9c0b;}

