body {
	background-color: #B18B67;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin: 0;
	background-attachment: fixed;
}
.data {
	font-size: 9px;
	color: #8C0401;
	text-decoration: none;
}
.link_branco {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
.subtitle {
	font-size: 12px;
	color: #8C0401;
	text-decoration: none;
	font-weight: bold;
}
.form {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #850401;
}
.bt {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7B0401;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
