
/* estilos para os blocos de texto */
.header
{
	height: 25px;
	width: 100%;
	font-family: Trebuchet MS;
	font-size: 1.1em;
	color: white;
	text-align: left;
}
.content
{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: white;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}
.texto_normal
{
	line-height: 1.5em;
	padding: 5px;
	font-family: arial,helvetica,sans-serif;
	font-size: 0.8em;
	text-align: left;
}
.texto_normal a {}
.texto_normal p { padding: 5px 0; }
.footer
{
	height: 6px;
	width: 100%;
	background-image: url(../../images/bg_footer.gif);
	line-height: 1px;
}
.footer hr { display: none; }

.specific-content
{
	float:left;
	width: 716px;
	z-index: 2;
}

/* estilos para os sub-links */
.sub-links-container
{
	float: right;
	width: 192px;
/*	height: 253px; */
	z-index: 2;
}
.sub-links
{
	padding: 12px 0 0 0;
	line-height: 1.4em;
	background: white;
	margin: 0 0 5px 0;
/*	height: 228px;
	z-index: 2;
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;*/
}
.sub-links-image
{
	height: 253px;
}
.sub-links a
{
	font-family: arial,helvetica,sans-serif;
	font-size: 0.9em;
	color: white;
	text-decoration: none;
	font-weight: bolder;
	display: table;
	width: 100%;
	background: #0099cc;
	z-index: 5;
	line-height: 1.4em;
	margin-bottom: 5px;
	border: 0px;
}
.sub-links a:hover
{
	background: #0077aa;
}

/* backgrounds diferentes para os blocos de texto */
.bg_blue { background-image: url(../../images/bg_header_blue.gif); }
.bg_green { background-image: url(../../images/bg_header_green.gif); }
.bg_gray { background-image: url(../../images/bg_header_gray.gif); }
.bg_orange { background-image: url(../../images/bg_header_orange.gif); }
.bg_straight_blue { background-image: url(../../images/bg_header_straight_blue.gif); }
.bg_straight_gray { background-image: url(../../images/bg_header_straight_gray.gif); }

/* estilos para facilitar */
.clear_both { clear: both; }
.float_right { float: right; }
.float_left { float: left; }
.align_left { text-align: left; }
.align_right { text-align: right; }
.no_border { border: 0px; }