body, td, span, div, a, b, center { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body,text {
	overflow: auto;
	scrollbar-face-color:#155F41;
	scrollbar-highlight-color:#155F41;
	scrollbar-3dlight-color:#155F41;
	scrollbar-darkshadow-color:#155F41;
	scrollbar-shadow-color:#155F41;
	scrollbar-arrow-color:#D2000D;
	scrollbar-track-color:#D1EAE9;
}
body {
	color: #707070;
	margin: 0px;
	background-color: #000000;
}
a{
	color: #707070;
	text-decoration: none
}
.link_verde{
	color: #145E40;
	font-weight: bold;
}
.link_vermelho{
	color: #D2000D;
}
.titulo_verde{
	color: #145E40;
	font-weight: bold;
}
.titulo_branco{
	color: #FFFFFF;
	font-weight: bold;
}
.texto_verde{
	color: #145E40;
}
.titulo_vermelho{
	color: #D2000D;
}
.justificado{
	text-align: justify;
}
.campo_g{
	font-family: verdana;
	font-size: 10px;
	border: 1px solid #D2000D;
	height: 18px;
	width: 250px;
}
.campo_m{
	font-family: verdana;
	font-size: 10px;
	border: 1px solid #D2000D;
	height: 18px;
	width: 150px;
}
.campo_p{
	font-family: verdana;
	font-size: 10px;
	border: 1px solid #D2000D;
	height: 18px;
	width: 70px;
}
.campo_pp{
	font-family: verdana;
	font-size: 10px;
	border: 1px solid #D2000D;
	height: 18px;
	width: 50px;
}
.campo_text{
	font-family: verdana;
	font-size: 10px;
	border: 1px solid #D2000D;
	height: 150px;
	width: 250px;
	overflow: auto;
}