.texto_cinza {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(imagens/btn_desselected.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	padding-top: 9px;
	padding-bottom: 6px;
	padding-left: 22px;
}
.menu_sel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(imagens/btn_selected.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	padding-top: 9px;
	padding-bottom: 6px;
	padding-left: 22px;
}

.texto_branco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.titulo_cinza {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
.texto_preto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.times {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}
.text {
	background-color: #EFEFEF;
	border: 1px solid #666;
}

