/* CSS Document */

/* General Structure */
body, td, th, input { /* redundant rules for bad browsers  */
	font-family: verdana, sans-serif;
	font-size: 80%;
	voice-family: "\"}\"";
	voice-family: inherit;
	line-height: 130%;
	color: #FFFFFF;
	
}

a { color:#006633; font-family: arial, verdana; }

body
{
	background-image: url(_res/fundo-ver-clr.png);
	background-color: #84A82F;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 { font-size: 130%; font-weight: bold; }
/* Navigation */

:link 						{ text-decoration:none; }
:visited 					{ text-decoration:none; }
:link:hover, :visited:hover { text-decoration:underline; }
:link:active, :link:active 	{ }

