body {
	background:white;
	padding:0px;
	margin:0px;
	font-family: verdana, tahoma, arial, sans;	
}

a:link {
	color: #584A5B;
	text-decoration:underline;
}

a:visited {
	color: #584A5B;
	text-decoration:underline;
}

a:hover {
	color: #584A5B;
	text-decoration:none;
}

a:active {
	color: #584A5B;
	text-decoration:underline;
}

.titulo {
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-align:left;
}
.titulobranco {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-align:left;
}
.texto {
	font-size: 10px;
	font-weight: normal;
	color: #584A5B;
	text-align:justify;
}
.titulo_vermelho {
	font-size: 10px;
	font-weight: normal;
	color: #B00000;
	text-align:justify;
	font-weight: bold;
}
.titulo_preto {
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-align:justify;
	font-weight: bold;
}

.rodape {
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	text-align:center;
}
.sub_tit_preto {
	font-size: 10px;
	font-weight: normal;
	color: #666;
	font-weight: bold;
}
.sub_tit {
	font-size: 9px;
	font-weight: normal;
	color: #787878;
}
hr.fina {
	height: 1px;
	background: #c0c0c0;
	border: none;
}

.linkCinza {
	font-size: 10px;
	color: #666;	
}

.linkCinza_selected {
	font-size: 10px;
	color: #666;
	background: #EEE;

}

.linkBranco {
	font-size:10px;
	color: #fff;
	font-weight:bold;
	
}
.form {
	background-color:#f5f5f5; 
	border:1px solid #012c33;
	font-size: 10px;
	font-weight: normal;
	color: #584A5B;
}
