@charset "utf-8";
.botao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #A60000;
	text-decoration: none;
	background-color: #FFFFFF;
	letter-spacing: 3px;
	display: inline;
	border: 1px solid #A60000;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A60000;
	text-decoration: none;
	margin: 0px;
}
.linha_divisoria {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A60000;
}
.boasvindas {
	font-family: "trebuchet ms", verdana;
	font-size: 36px;
	font-weight: bold;
}