.titulo {
	font-family: Verdana, Arial;
	font-size: 9px;
	font-weight: bold;
	line-height: 20px;
}
.data {
	font-family: Verdana, Arial;
	font-size: 9px;
	font-weight: bold;
	color: #58B8C8;
}
.data_atencao{
	font-family: Verdana, Arial;
	font-size: 9px;
	font-weight: bold;
	color: #F00;
}
.texto {
	font-family: Verdana, Arial;
	font-size: 9px;
}
.campo {
	font-family: Verdana, Arial;
	font-size: 9px;
	border: 1px solid #58B8C8;
}
body {
	background-color: #ECF7F8;
	background-image:   url(../_img/bg.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #007CB0;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #58B8C8;
	text-decoration: none;
}
a:active {
	color: #182858;
	text-decoration: none;
}
