p, td, li {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a {
	color: #FF3300;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
		text-decoration: underline;	
}
a:active {
	text-decoration: none;
}


img {
	border: 0;
}

#containerPrincipal {
	position:absolute;
	width: 778px;
	margin: 0 0 0 -389;
	left: 50%;
	padding: 0;	
	z-index: 0;
}

.subtitulo {
	color: #666600;
	font-weight: bold;
	text-transform : uppercase;
}

.txtVermelhoNegrito {
	color: #cc0000;
	font-weight: bold;
}

.caixaAltaNegrito {
	font-weight: bold;
	text-transform : uppercase;
}

.tabelaLinha {
	background-color: #EFEFE5;
}
.subtitulo_underline {
	color: #666600;
	font-weight: bold;
	text-transform : uppercase;
	text-decoration: underline;
}
.caixaAltaNegrito_underline {

	font-weight: bold;
	text-transform : uppercase;
}
.texto_underline {
	color: #000000;
	font-weight: normal;
	text-transform : none;
	text-decoration: underline;
}
.texto_underlineBOLD {

	color: #000000;
	font-weight: bold;
	text-transform : none;
	text-decoration: underline;
}

