body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #C1DAE6;
	color: #333333;
	background-attachment: fixed;
	background-position: center center;
}
.lateraldireita {

	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: left top;
}
.lateralesquerda {

	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: right top;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.linkbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	font-size: 11px;
	text-decoration: none;
}
.linkbold:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	font-size: 11px;
	text-decoration: underline;
}
.campo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	border: 1px solid #006699;
}
.celulaborda {
	border: 1px solid #CCCCCC;
}
.texto_mouse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	cursor: hand;
}

.titulo_alert {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 9px; 
font-weight : bold; 
color : #000000; 
text-decoration : none; 
}
.texto_alert {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 9px; 
color : #000000; 
text-decoration : none; 
}
.borda_alert {
border : 3px solid #316597; 
} 