<!--
body {
	font-family: Arial;
	margin: 0px;
	background-color: #2D1400;
	
	scrollbar-arrow-color:#000000;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-face-color:#E6E6E6;
	scrollbar-shadow-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-track-color:#ffffff;
}

img {
	border: 0px;
}

input, select, textarea, inputselectd {
	font-family : Arial;
	font-size : 12px;
	border-top : 1px solid #552600;
	border-left: 1px solid #552600;
	border-right: 1px solid #552600;
	border-bottom: 1px solid #552600;
	color : #ffffff;
	background-color : #552600;
	font-weight : none;
}

textarea {
	font-size : 12px;
}

input:focus, select:focus, textarea:focus {
	background: #EFF5F8;
	color: #000; 
}

a {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration:none;
	font-weight:none;
}

a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration:underline;
	font-weight:none;
}

table, td, b, div, p {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	line-height:18px
}

.titulo {
	font-family: boton regular;
	font-size:18px;
	color:#FFCC00;
	text-decoration: none;
	font-weight:none;
	line-height:33px
}

.data {
	font-family: Arial;
	font-size: 12px;
	color: #DA251D;
	font-weight:none;
	text-decoration:none;
}

.rodape {
	color: #926432;
	font-size:11px;
}
