/* CSS Document */
body,html {
scrollbar-arrow-color: #FFFFFF;
scrollbar-base-color: #B32C30;
scrollbar-dark-shadow-color: #373936;
scrollbar-3dlight-color:#B32C30;
scrollbar-face-color:#B32C30;
scrollbar-highlight-color: #373936;
scrollbar-shadow-color: #373936;
scrollbar-darkshadow-color: #373936;
}

html {
	height: 100%;
}

body {
	margin-top: 0px;
    margin-bottom: 35px;
	margin-left: 0px;
    margin-right: 0px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: #000000;
	background: #A82E31;
}
a:link, a.visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFF00;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
.inputbox{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #F0B2AF;

}
.button{
	color: #FFFFFF;
	background-color: #A82E31;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: hand;

}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.textos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;

}
.tabela_valores{
	border: thin solid #993300;
	margin: 3px;
	padding: 3px;
	width: 95%;

}
.tabela_valores_titulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
	background-color: #A82E31;
	text-align: center;

}
.tabela_valores_tipo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	background-color: #D13539;
	text-align: justify;

}