.txt12, a.txt12:link, a.txt12:visited {
	font-family: "Segoe UI", Arial, helvetica, "sans serif";
	font-size: 12px;
	line-height: 18px;
	color: #555555;
	text-decoration: none;
	text-align: justify;
}
a.txt12:hover {
	font-family: "Segoe UI", Arial, helvetica, "sans serif";
	font-size: 12px;
	line-height: 18px;
	color: #555555;
	text-decoration: underline;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #BBB360;
	text-decoration: none;
	font-weight: bolder;
}
.linksrodape {
	font-family: "Segoe UI", Arial, helvetica, "sans serif";
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
a.linksrodape:link, a.linksrodape:visited {
	font-family: "Segoe UI", Arial, helvetica, "sans serif";
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
a.linksrodape:hover, a.linksrodape:active {
	font-family: "Segoe UI", Arial, helvetica, "sans serif";
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: underline;
}
.bizlab {
	font-family: "Segoe UI", Arial, helvetica, "sans serif";
	font-size: 10px;
	color: #69686a;
	text-decoration: none;
}
.linkslaterais {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #80817A;
	text-decoration: none;
}
a.linkslaterais:link, a.linkslaterais:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #989991;
	text-decoration: none;
	font-weight: normal;
}
a.linkslaterais:hover, a.linkslaterais:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c2a056;
	text-decoration: none;
	font-weight: normal;
}
.links11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c2a056;
	text-decoration: none;
}
a.links11:link, a.links11:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c2a056;
	text-decoration: none;
	font-weight: normal;
}
a.links11:hover, a.links11:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c2a056;
	text-decoration: underline;
	font-weight: normal;
}
.campos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	background-color: #fcfcfc;
	border: 1px solid #CCC;
}
.botao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #686868;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 4px;
}

.bookmarks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #b9b15f;
	text-decoration: none;
}
.datanews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #b9b15f;
	text-decoration: none;
}
.txt11laranja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E79B11;
	text-decoration: none;
}
.txt11 {
	font-family: "Segoe UI", Arial, helvetica, "sans serif";
	font-size: 11px;
	color: #666;
	text-decoration: none;
	line-height: 16px;
	font-weight: normal;
	text-align: justify;
}

.menuclass a {
	display: block;
	padding: 0px 0px;
	color: #4A4A4A;
	margin-right: 1px;
	text-decoration: none;
	background-color: #F7F7F7;
	font-family: "Segoe UI", Tahoma, arial, "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
}
.menuclass a:hover, .menuclass a.selected {
	color: #C93;
	background-color: #fcfcfc;
}
.seleccionado {
	color: #C93;
	background-color: #fcfcfc;
	display: block;
	padding: 0px 0px;
	margin-right: 1px;
	text-decoration: none;
	font-family: "Segoe UI", Tahoma, arial, "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
}





/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- global settings needed for thickbox *{padding: 0; margin: 0;}    <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#ffffff;
}

#TB_window a:link {color: #ffffff;}
#TB_window a:visited {color: #ffffff;}
#TB_window a:hover {color: #ffffff;}
#TB_window a:active {color: #ffffff;}
#TB_window a:focus{color: #ffffff;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#757466;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 1px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#B9B15F;
	color: #ffffff;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
.thickbox, a.thickbox:link, a.thickbox:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #757466;
	text-decoration: none;
}
a.thickbox:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #757466;
	text-decoration: underline;
}
.camponewsletter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #686868;
	text-decoration: none;
	background-color: #F7F7F7;
	border: 1px solid #EAEAEA;
}
.newsletter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #686868;
	text-decoration: none;
	background-color: #F7F7F7;
	border: 1px solid #EAEAEA;
	padding: 3px;
}


#pscroller1{
width: 220px;
height: 120px;
border: 0px solid black;
padding: 1px;
}

#pscroller2 a{
text-decoration: none;
}
.menu {
	font-size: 16px;
	color: #cecece;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.ttnoticia {
	font-size: 26px;
	color: #686868;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.eventos {
	font-size: 16px;
	color: #686868;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}


a.menu:link, a.menu:visited {
	font-size: 16px;
	color: #cecece;
	font-family: Arial, Helvetica, sans-serif;
}
a.menu:hover, a.menu:active {
	font-size: 16px;
	color: #FFF;
}
.titulolado {
	font-size: 34px;
	color: #686868;
}
.frase {
	font-size: 20px;
	color: #666;
}
.titulofrente {
	font-size: 18px;
	color: #999;
}
.produto {
	font-size: 18px;
	color: #C93;
}

/* ajaxtabs */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #282629;
}
a {
	color: #666;
	font-family: "Segoe UI", Tahoma, arial, "Trebuchet MS";
	text-decoration: none;
}
a:hover {
	color: #AAA;
	font-family: "Segoe UI", Tahoma, arial, "Trebuchet MS";
}

#wrapper {
	width: 600px;
	margin: 0 auto;
}
.box {
	background: #fff;
}
.boxholder {
	clear: both;
	padding: 3px;
	background: #ededed;
}
.tab {
	float: left;
	height: 32px;
	width: 120px;
	margin: 0 1px 0 0;
	text-align: center;
	background: #ededed url(../images/greentab.png) no-repeat;
}
.tabtxt {
	margin: 0;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 9px 0 0 0;
}
.border {
	border: 1px solid #E5E5E5;
}
.setas {
	position:relative;
    top: -1px; /* adjust this to taste */
	vertical-align: middle;
	}
.header {
	background:url(../images/bg_header.png);
	}
.header2 {
	background:url(../images/header02.png);
	}
.header3{
	background:url(../images/bg_destaques.png);
}
.bgrodape{
	background:url(../images/bg_rodape.png);
	}
.bgrodape2{
	background:url(../images/bg_rodape2.png);
}
.table991{
	height:189px;
	}
.table49{
	height:49px;
	}
.table270{
	height:270px;
	
}
 

