/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F6F8E3;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.padrao {
	font-family:Verdana;
	font-size:10px;
	color:#4e531b;
	line-height:160%;
}
.titulos {
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#4e531b;
}
.linha {
	border: 1px #d0d3a6 solid;
	height:1px;
	width:90%;
	text-align:left;
}
.form {
	font-family:Verdana;
	font-size:10px;
	width:80px;
	border:none;
	background-color:#d7daad;
}
.form2 {
	font-family:Verdana;
	font-size:10px;
	width:160px;
	border:none;
	background-color:#d7daad;
}
.botao {
	font-family:Verdana;
	font-size:10px;
	border: 1px #4e531b solid;
	color:#FFFFFF;
	background-color:#4e531b;
}.cursor {
	cursor: hand;
}
