body {
	scrollbar-track-color:#EEEEEE;
	scrollbar-arrow-color:#7F7F7F;
	scrollbar-3dlight-color:#CCCCC;
	scrollbar-darkshadow-color:#CCCCCC;
	scrollbar-face-color:#DEDEDE;
	scrollbar-highlight-color:#999999;
	scrollbar-shadow-color:#012B62;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	background-image: url(./img/back.gif);
/*	background-repeat: repeat-x;
	background-color: #9BB2AA; */
	background-color: #ffffff; 

	behavior: url("./inc/csshover.htc");
}

a {
	font-size: 11px;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #9A9227;
	text-decoration: none;
}

a:active {
	color: #E2E0BD;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #E2E0BD;
}
	
body,td,th {
	color: #4E7769;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D8CE56;
	font-weight: none;
	text-decoration: none;
	letter-spacing: 1px;
	}	
	
.menu:hover a 
{
	color:#ffffff;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #594737;
	text-decoration: none;
	}
	
.textomaior{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	}	

.textologinadmin{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	}

.textopeq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	}	
	
.titulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1F1A17;
	padding-left: 10px;
	padding-top: 10px;
}

.titulo_fundo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1F1A17;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 3px;
	background: url('./img/titulo_fundo.gif');
}

.titulogrande{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A09725;
	padding-left: 20px;
	padding-top: 10px;
	vertical-align: top;
}

.tituloprod{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #416357;

}

.botao { 
/*		background: url('./img/botao_link.gif') no-repeat left; */
		color: black;
		font:  11px Arial, helvetica, sans-aerif;	
		padding:0px;
		text-decoration: underline;
		text-align:center;
		border-right: 1px solid #97946B ;
		border-bottom: 1px solid #97946B;
		border-left:1px solid #97946B;
		border-top: 1px solid #97946B;
		background: #F9F9F2;
		
}

.botao a:hover { 
/*		background: url('./img/botao_link.gif') no-repeat left; */
		color: white;
		font:  11px VArial, helvetica, sans-aerif;	
		padding:0px;
		text-decoration: underline;
		text-align:center;
		border-right: 1px solid #97946B ;
		border-bottom: 1px solid #97946B;
		border-left:1px solid #97946B;
		border-top: 1px solid #97946B;
		background: #F9F9F2;
		
}

.input{
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #012B62;
	border: 1px solid #97946B;
	background-color: #E2E0BD;
	height:17px;	
}

.textarea{
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #012B62;
	border: 1px solid #97946B;
	background-color: #E2E0BD;
}

.titulonews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F8C300;
}

.textonews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #97946B;
	text-decoration:none;
}