/* CSS Document */

body {
	background-image: url(images/fundo_site.jpg);
	background-repeat: repeat;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #83962D;
}
a:link {text-decoration: underline; color:#83962D;}
a:visited {text-decoration: underline;
	      color: #83962D;}
a:active {text-decoration: underline}
a:hover {text-decoration: underline; color:#996600; }

.style2 {
	font-family: Tahoma;
	font-size: 12px;
	color: #83962D;
	font-weight:bold;
}

.style2_1 {
	font-family: Tahoma;
	font-size: 10px;
	color: #83962D;
	
}
 .style3 {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
}

 .style3_1 {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	font-weight:bold;
}


 .style4 {
	font-family: Tahoma;
	font-size: 10px;
	color: #83962D;
	
}

.footer a:link {
font-family: Arial;
	font-size: 10px;
	color: #83962D;
text-decoration: none; color: #83962D;
				}
.footer a:visited {color: #83962D;font-size: 10px; font-family: Arial;}
.footer a:hover {text-decoration: underline;; color:#996600; font-size: 10px; font-family: Arial;}
.footer a:active {text-decoration: none;font-size: 10px; font-family: Arial; font-weight:bold;}

