body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-color: #0a1a2c;
	background-image: url(../images/novofundoC.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
html {overflow-y: scroll;}
.clear { clear: both; height: 0px; line-height: 0px; }
em { font-style: italic; }
p.left { text-align: left; }
p.right { text-align: right; }
p.center { text-align: center; }
#container {
	margin: auto;
	width: 920px;
	position: relative;
}
.thrColFixHdr #container {
	width: 920px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #0a1a2c;
	background-image: url(../images/vertic.gif);
	background-repeat: repeat-y;
	background-position: left top;
} 
/* HEADER */
.thrColFixHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 180px;
	background-image: url(../images/novofundoC.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #0a1a2c;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* HEADER2 */
#header2 {
	position: absolute;
	top: 200px;
	left: 220px;
	width: 140px;
	height: 180px;
	background-image: url(../images/fundoazulesc.gif);
}
#headerhome {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 190px;
	height: 120px;
	background-image: url(../images/logo.gif);
}
#lat_flash { margin-top: 0px; }
#lat_noflash { width: 730px; height: 180px; margin-top: 0px; }
#headersoc {
	position: absolute;
	top: 0px;
	left: 190px;
	width: 730px;
	height: 180px;
}

/* SIDEBAR1 */
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #FFFFFF;
	background-color: #0a1a2c;
	top: 0px;
}
.thrColFixHdr #sidebar1 .menmain {
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.thrColFixHdr #sidebar1 .menmain2 {
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.thrColFixHdr #sidebar1 .menalto {
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 18px;
}
#sidebar1 a:link, #sidebar1 a:visited, #sidebar1 a:active { color: #FFFFFF; text-decoration: none; }
#sidebar1 a:hover { color: #5486ff; text-decoration: none; }

/* SIDEBAR2 (Sociedade)*/
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	min-height: 360px;
	height: auto;
	background-color: #999999;
	background-image: url(../images/latsoci.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*\*/
* html #sidebar2 {
    height: 360px;
}
/**/
.thrColFixHdr #sidebar2 .sociedEng {
	background-image: url(../images/latsociE.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.thrColFixHdr #sidebar2 .mensub {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: 20px;
}
.thrColFixHdr #sidebar2 .mensubom {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: 20px;
	background-color: #B8B8B8;
}
#sidebar2 a:link, #sidebar2 a:visited, #sidebar2 a:active { color: #FFFFFF; text-decoration: none; }
#sidebar2 a:hover {
	color: #0a1a2c;
	text-decoration: none;
}

/* SIDEBAR2eq */
.thrColFixHdr #sidebar2eq {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	min-height: 360px;
	height: auto;
	background-color: #999999;
	background-image: url(../images/latequi.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*\*/
* html #sidebar2eq {
    height: 360px;
}
/**/
.thrColFixHdr #sidebar2eq .mensub {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: 20px;
}
.thrColFixHdr #sidebar2eq .mensubom {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: 20px;
	background-color: #B8B8B8;
}
#sidebar2eq a:link, #sidebar2eq a:visited, #sidebar2eq a:active { color: #FFFFFF; text-decoration: none; }
#sidebar2eq a:hover {
	color: #0a1a2c;
	text-decoration: none;
}

/* SIDEBAR2areas */
.thrColFixHdr #sidebar2a {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	min-height: 480px;
	height: auto;
	background-color: #999999;
	background-image: url(../images/latareas.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*\*/
* html #sidebar2a {
    height: 480px;
}
/**/

/* SIDEBAR2noticias */
.thrColFixHdr #sidebar2nots {
	float: right; /* since this element is floated, a width must be given */
	width: 160px;
	min-height: 500px;
	height: auto;
	background-color: #122133;
	background-image: url(../images/essenots.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
}
/*\*/
* html #sidebar2nots {
    height: 960px;
}
/**/


/* MainContente HOMES */
.thrColFixHdr #mainContentH {
	background-color: #1d2c3d;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 36px;
	padding-bottom: 0;
	padding-left: 36px;
	color: #FFFFFF;
	min-height: 330px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	line-height: 14px;
	height: auto;
}
/*\*/
* html #mainContentH {
    height: 330px;
}
/**/
#headerbaixo {
	position: absolute;
	top: 510px;
	left: 190px;
	width: 730px;
	margin: 0px;
	padding: 0px;
	background-color: #1D2C3D;
	height: 480px;
}
.thrColFixHdr #mainContentH .imgpu {
opacity:0.4;
filter:alpha(opacity=80)
}
.thrColFixHdr #mainContentH .txtpublics {
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 240px;
}
.thrColFixHdr #mainContentH .txtligacs {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 240px;
}
.thrColFixHdr #mainContentH .txtligacs2 {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 240px;
}
.thrColFixHdr #mainContentH .submen {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	margin: 0;
}

.thrColFixHdr #mainContentH .submen ul {
	list-style-type: circle;
	list-style-position: outside;
}
.thrColFixHdr #mainContentH .submen li {
	list-style-image: url(../images/seta.gif);
	list-style-type: circle;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 4px;
	list-style-position: inside;
}
#mainContentH a:link, #mainContentH a:visited, #mainContentH a:active { color: #FFFFFF; text-decoration: none; }
#mainContentH a:hover { color: #5486ff; text-decoration: none; }

.thrColFixHdr #container #mainContentH table {
	margin-left: 24px;
}













/* MainContente (Sociedade) */
.thrColFixHdr #mainContent {
	background-color: #1d2c3d;
	margin-top: 0;
	margin-right: 160px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 36px;
	padding-bottom: 0;
	padding-left: 36px;
	color: #FFFFFF;
	min-height: 360px;
	height: auto;
	background-image: url(../images/latsociaz.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*\*/
* html #mainContent {
    height: 360px;
}
/**/
.thrColFixHdr #mainContent .pjus {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 14px;
	margin: 0;
}

.thrColFixHdr #mainContent .pjus ul {
	list-style-type: circle;
	list-style-position: outside;
}
.thrColFixHdr #mainContent .pjus li {
	list-style-image: url(../images/bullet.png);
	list-style-type: circle;
	text-align: justify;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 14px;
	margin-left: 15px;
}

.thrColFixHdr #mainContent .ptit {
	padding-top: 32px;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
	font-weight: bold;
}

/* MainContentareas */
.thrColFixHdr #mainContenta {
	background-color: #1d2c3d;
	margin-top: 0;
	margin-right: 160px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 36px;
	padding-bottom: 0;
	padding-left: 36px;
	color: #FFFFFF;
	min-height: 480px;
	height: auto;
	background-image: url(../images/latareasaz.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*\*/
* html #mainContenta {
    height: 480px;
}
/**/
.thrColFixHdr #mainContenta .pjus {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 14px;
	margin: 0;
}

.thrColFixHdr #mainContenta .pjus ul {
	list-style-type: circle;
	list-style-position: outside;
}
.thrColFixHdr #mainContenta .pjus li {
	list-style-image: url(../images/bullet.png);
	list-style-type: circle;
	text-align: justify;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 14px;
	margin-left: 15px;
}

.thrColFixHdr #mainContenta .ptit {
	padding-top: 32px;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
	font-weight: bold;
}

/* MainContentnoticias */
.thrColFixHdr #mainContentnots {
	background-color: #1d2c3d;
	margin-top: 0;
	margin-right: 160px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 36px;
	padding-bottom: 0;
	padding-left: 36px;
	color: #FFFFFF;
	min-height: 360px;
	height: auto;
}
/*\*/
* html #mainContentnots {
    height: 360px;
}
/**/

.thrColFixHdr #mainContentnots .cabnots {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 24px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 14px;
	margin: 0;
}
.rightarquivo {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.thrColFixHdr #mainContentnots .blu {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 14px;
	margin: 0;
}

.thrColFixHdr #mainContentnots .pjus ul {
	list-style-type: circle;
	list-style-position: outside;
}
.thrColFixHdr #mainContentnots .pjus li {
	list-style-image: url(../images/bullet.png);
	list-style-type: circle;
	text-align: justify;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 14px;
	margin-left: 15px;
}

.thrColFixHdr #mainContentnots .ptit {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	margin: 0;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#mainContentnots .ptit a:link, #mainContentnots .ptit a:visited, #mainContentnots .ptit a:active { color: #FFFFFF; text-decoration: none; }
#mainContentnots .ptit a:hover { color: #5486ff; text-decoration: none; }
#mainContentnots .blu a:link, #mainContentnots a:visited, #mainContentnots a:active {
	color: #5486ff;
	text-decoration: none;
}
#mainContentnots .blu a:hover {
	color: #5486ff;
	text-decoration: underline;
}

/* MainContenteLegis */
.thrColFixHdr #mainContentLeg {
	background-color: #1d2c3d;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 190px;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 36px;
	color: #CCCCCC;
	min-height: 360px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	height: auto;
	padding-top: 0px;
}
/*\*/
* html #mainContentLeg {
    height: 360px;
}
/**/

.thrColFixHdr #mainContentLeg .pjus {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 14px;
	margin: 0;
}

/* MainContenteEquipaGr */
.thrColFixHdr #mainContentegg {
	background-color: #1d2c3d;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 190px;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 36px;
	color: #CCCCCC;
	min-height: 360px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	height: auto;
	padding-top: 0px;
	background-image: url(../images/latequipaaz.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*\*/
* html #mainContentegg {
    height: 360px;
}
/**/

.thrColFixHdr #mainContentegg .pjus {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 14px;
	margin: 0;
}

.thrColFixHdr #mainContentegg .enom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 12px;
	font-weight: bold;
	background-image: url(../images/gradnomsequip.gif);
	padding-top: 3px;
	padding-left: 8px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 8px;
	background-repeat: no-repeat;
	background-position: left top;
}

#nomes1 {
	position: relative;
	top: 2px;
	right: 0;
	width: 200px;
	height: 16px;
	margin-bottom: 0px;
}
#nomes1a {
	position: relative;
	top: 5px;
	right: 0;
	width: 200px;
	height: 16px;
	margin-bottom: 0px;
}
#nomes2 {
	position:relative;
	left:224px;
	top:-14px;
	width:172px;
	height:16px;
	z-index:1;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#nomes3 {
	position:relative;
	left:448px;
	top:-228px;
	width:172px;
	height:16px;
	z-index:1;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* MainContenteEquipaDesds */
.thrColFixHdr #mainContenteq {
	background-color: #1d2c3d;
	margin-top: 0;
	margin-right: 160px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 36px;
	padding-bottom: 0;
	padding-left: 200px;
	color: #FFFFFF;
	min-height: 360px;
	background-image: url(../images/gradequipa.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	line-height: 14px;
	height: auto;
}
/*\*/
* html #mainContenteq {
    height: 360px;
}
/**/
.thrColFixHdr #mainContenteq .pjus {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
	text-align: justify;
}
.thrColFixHdr #mainContenteq .pnom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0a1a2c;
	line-height: 12px;
	font-weight: bold;
}
.thrColFixHdr #mainContenteq .pnom2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0a1a2c;
	line-height: 12px;
	font-style: italic;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
.thrColFixHdr #mainContenteq .pjus ul {
	list-style-type: circle;
	list-style-position: outside;
}
.thrColFixHdr #mainContenteq .pjus li {
	list-style-image: url(../images/bullet.png);
	list-style-type: circle;
	text-align: justify;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 14px;
	margin-left: 15px;
}

.thrColFixHdr #mainContenteq .ptit {
	padding-top: 32px;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
	font-weight: bold;
}

/* MainContentePublics */
.thrColFixHdr #mainContentpu {
	background-color: #1d2c3d;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 36px;
	padding-bottom: 0;
	padding-left: 36px;
	color: #FFFFFF;
	min-height: 360px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	line-height: 14px;
	height: auto;
}
/*\*/
* html #mainContentpu {
    height: 360px;
}
/**/
#headerpubs {
	position: absolute;
	top: 184px;
	left: 208px;
	width: 200px;
	height: 280px;
}
.thrColFixHdr #mainContentpu .imgpu {
opacity:0.4;
filter:alpha(opacity=80)
}
.thrColFixHdr #mainContentpu .txtpublics {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 240px;
}
.thrColFixHdr #mainContentpu .txtligacs {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 240px;
}
.thrColFixHdr #mainContentpu .txtligacs2 {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 240px;
}
.thrColFixHdr #mainContentpu .submen {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	margin: 0;
}

.thrColFixHdr #mainContentpu .submen ul {
	list-style-type: circle;
	list-style-position: outside;
}
.thrColFixHdr #mainContentpu .submen li {
	list-style-image: url(../images/seta.gif);
	list-style-type: circle;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 4px;
	list-style-position: inside;
}
#mainContentpu a:link, #mainContentpu a:visited, #mainContentpu a:active { color: #FFFFFF; text-decoration: none; }
#mainContentpu a:hover { color: #5486ff; text-decoration: none; }

.thrColFixHdr #container #mainContentpu table {
	margin-left: 24px;
}

/* Pu para apresents */
/* MainContente apres */
.thrColFixHdr #mainContentpua {
	background-color: #1d2c3d;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 36px;
	padding-bottom: 0;
	padding-left: 36px;
	color: #FFFFFF;
	min-height: 360px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	line-height: 14px;
	height: auto;
}
/*\*/
* html #mainContentpua {
    height: 360px;
}
/**/
#headerpubsa {
	position: absolute;
	top: 184px;
	left: 208px;
	width: 200px;
	height: 280px;
}
.thrColFixHdr #mainContentpua .imgpu {
opacity:0.4;
filter:alpha(opacity=80)
}
.thrColFixHdr #mainContentpua .txtpublicsa {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 240px;
}
.thrColFixHdr #mainContentpua .txtligacsa {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 240px;
}
.thrColFixHdr #mainContentpua .txtligacs2a {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 240px;
}
.thrColFixHdr #mainContentpua .submena {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	margin: 0;
}

.thrColFixHdr #mainContentpua .submen ul {
	list-style-type: circle;
	list-style-position: outside;
}
.thrColFixHdr #mainContentpua .submen li {
	list-style-image: url(../images/seta.gif);
	list-style-type: circle;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 4px;
	list-style-position: inside;
}
#mainContentpua a:link, #mainContentpua a:visited, #mainContentpua a:active { color: #FFFFFF; text-decoration: none; }
#mainContentpua a:hover { color: #5486ff; text-decoration: none; }

.thrColFixHdr #container #mainContentpua table {
	margin-left: 24px;
}
/* fim de Pu para apresents */

/* Footers */
.thrColFixHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 190px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	background-color: #0a1a2c;
} 
.thrColFixHdr #footer p {
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	margin: 0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.cinzinha { /* cinza claro (omos de publics) */
	color: #9fb1c5;
}
.linkesbluesbolds { /* linkesbluesbolds) */
	color: #5486ff;
	font-weight: bold;
}
.texto1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
}
.texto2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #FFFFFF;
}
.texto2a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #000000;
}
.texto3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
}
