@charset "text/html; charset=iso-8859-1";
/* CSS Document */
body {
scrollbar-arrow-color:#FFFFFF;
scrollbar-3dlight-color:#333333;
scrollbar-highlight-color:#000000;
scrollbar-face-color:#333333;
scrollbar-shadow-color:#000000;
scrollbar-darkshadow-color:#333333;
scrollbar-track-color:#333333;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: justify;
}
.texto_conteudo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: justify;
	margin-left:40px;
	margin-right:40px;
}
.link{
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
}
.form {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: normal;
	border: thin solid #121E1E;
	background-color: #FFFFFF;/*	background: url(../img/fundo.jpg) repeat; */
}
.botao{
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
	cursor: hand;
	border: thin solid #121E1E;
	background: #333333;
}
.titulo{
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
}
.codigo{
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.aviso{
	font-family: Arial, Tahoma, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.chamada{
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;
}

