body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D9DFB9;
}
.rodape {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #A1A588;
}
.textos {
	font-family: "Trebuchet MS";
	font-size: 13px;
		color: #000000;
}
.titulos {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
		color: #A1A588;
}
a:link {
	color: #8C120D;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #8C120D;
}
a:hover {
	text-decoration: none;
	color: #8C120D;
}
a:active {
	text-decoration: underline;
	color: #8C120D;
}
.FormInput {
	BORDER: #bababa 1px solid;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Tahoma, Verdana, Arial;
	padding-left: 3px;
	background: #f7f7f4;
	cursor:pointer;
}
.btnDefault {
	BORDER-RIGHT: #716f64 1px solid; 
	BORDER-TOP: #ece9d8 1px solid; 
	MARGIN: 0px 10px 0px 0px; 
	BORDER-LEFT: #ece9d8 1px solid; 
	COLOR: #000000; 
	BORDER-BOTTOM: #716f64 1px solid; 
	BACKGROUND-COLOR: #f2f0f0; 
	height:20px;
	cursor:pointer;
	FONT-FAMILY: Tahoma, Verdana, Arial;
	FONT-SIZE: 11px;
}

