/* CSS Document */
html, body {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color:#666666;
	margin:0px 0px 0px 0px;
	text-align:justify;
}
a:link {
	color: #2a7191;
	text-decoration: none;
}
a:visited {
	color: #2A7191;
	text-decoration: none;
}
a:hover {
	color: #62aed2;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #2A7191;
}
td, tr, table {
	font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
}
h1{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:16px;
	text-transform:uppercase;
	color: #333333;
	font-weight:bold;
}
h2 {
	font-size:13px;
	color: #1C2C55;
	font-weight:bold;
}
/*******************************************************/
/*    ESTRUTURA    */
#total {
	position:relative;
	left:50%;
	margin-left:-380px;
	width:760px;
	background-color:#FFFFFF;
	background-image: url(../images/fundo_coluna.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
#topo{
	width:100%;
	height:140px;
	background-image: url(../images/bg_topo.jpg);
	background-repeat:repeat-x;
}
#topo1{
	position:relative;
	left:50%;
	margin-left:-380px;
	width:760px;
	height:140px;
}
#menu{
	width:100%;
	height:36px;
	background-image: url(../images/bg_menu.jpg);
	background-repeat:repeat-x;
}
#menu1{
	position:relative;
	left:50%;
	margin-left:-380px;
	width:760px;
	height:36px;
}
#bg_footer{
	width:100%;
	height:140px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat:repeat-x;
}
#bg_footer1{
	position:relative;
	left:50%;
	margin-left:-380px;
	width:760px;
	height:140px;
	padding-top:35px;
	padding-left:30px;
}
.textoColunaApoio{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
/*	padding:0px 10px 200px 5px;
	clear:both;   */
}
.textoBanco{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:underline;
	color:#666666;
}
#barMenu{
	width:750px;
	height:34px;
	background-image:url(images/bg_menu.gif);
}
#barMenu a:link,#barMenu a:visited,#barMenu a:active{
	font-family: Arial, "Trebuchet MS", "Arial Narrow", sans-serif;
	float:left;
	font-weight:bold;
	font-size:12px;
	color:#3C487B;
	text-decoration:none;
	margin:0px;
	padding:10px 0px 0px 18px;
}
#barMenu a:hover{
	color:#000;
}
#coluna{
	width:214px;
	height:400px;
	float:right;
	margin-top:0px;
	background-image: url(../images/fundo_coluna.jpg);
	background-repeat:repeat-y;
}
#centra{
	position:relative;
	float:left;
	width:510px;
	height:auto;
	padding:20px 0 0 20px;

}
#conteudoCentral{
	padding:0;
/*	display:block;*/
}
/*******************************************************/
/*    ESTILO textos COLUNA DIREITA    */
#boxColuna{
	margin-bottom:0px;
	margin-top:0px;
}
/*******************************************************/ 
/*    TEXTOS E LINKS GERAIS    */
/*******************************************************/ 
/* THAT BLACK ACCORDION BAR */
.grayBar{
	background-image:url(images/bgAccordion.jpg);
	background-repeat:repeat-x;
	width:95%; 
	font-size:10px; 
	font-weight:bold; 
	color:#FFFFFF; 
	padding:2px 5px 0px 0px; 
	line-height:22px; 
	height:20px;
	clear:both;
	border-bottom: 1px solid #FFFFFF;
}
/*******************************************************/ 
/*    ESTILO FORMULARIO    */
.campos{
	width:100%;
	color:#666666;
	padding:0px 5px 0px 5px;
	font-size:12px;
}
.fundoForm{
	background-color:#F0F0F0;
}

