@charset "utf-8";
body {
	background-attachment: scroll;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: 1;
	border-right-style: 1;
	border-bottom-style: 1;
	border-left-style: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #3E8100;
}

.barra {
	background-image: url(barra.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
}

a:hover {
	color: #003300;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: bolder;
}
a:visited {
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: bolder;
}
a.destaque:link {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.destaque:hover {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
a.destaque:visited {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
input.btn { 
	  color:#3E8100;  
	} 

