/* TEXTO */
.texto {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px
}
.textoBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
	font-weight: bold;
}

/* LINKS */
a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration:none;
	
}
a:hover {
color: #eee;
background:#333;
}
/* FUNDO */
.bgColor01{
background-color:#2B2B2B;
}
.bgColor02{
background-color:#4569AD;
}
