@charset "iso-8859-1";
/* CSS Document */
.style1 {	
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
.style2 {
	font-size: 9px
}
body td {
	font-family:verdana;
	font-size:10px;
	color:#333333;
}
.titulo_colunas_listagem{
	color: #FF9900;
	font-weight: bold;
	text-transform:uppercase;
}
.linha_listagem{
	border-bottom:1px solid #cccccc;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a.menu{
	color:#333333;
	font-weight:bold;
}
a.email{
	color:#0066CC;
}
.white_text{
	color:#FFFFFF;
}