body{
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background-color: #8586b6;
}
a{
	color: #666;
	text-decoration: none;
}
a:hover{
	color: #42418D;
	text-decoration: underline;
}
/** Estruturais */
#tplGeral{
	text-align: center;
}
#tplSite{
	text-align: left;
	width: 980px;
	border: 1px solid #FFF;
	border-top: 0;
	margin: 0 auto;
	background-color: #FFF;
}
#tplMenu{
	height: 34px;
	background-image: url(../images/bgs/bg_menu.jpg);
	background-repeat: repeat-x;
}
#tplMenu ul{
	margin: 0;
	padding: 0;
	margin-left: 412px;
}
#tplMenu li{
	list-style: none;
	float: left;
}
#tplMenu li a{
	color: #FFF;
	font-size: 12px;
	line-height: 34px;
	display: block;
	text-decoration: none;
	padding: 0 15px;
	background-image: url(../images/bgs/bg_menu.jpg);
	background-color: #44448E;
}
#tplMenu li a:hover{
	background: none;
	background-color: #A3A2C8;
}
#tplLogo{
	height: 107px;
	position: relative;
}
#tplLogo p{
	font-size: 26px;
	color: #615FA0;
	position: absolute;
	left: 560px;
	line-height: 107px;
	margin: 0;
	padding: 0;
	top: 0px;
}
#tplFaixa{
	height: 229px;
}
/** Central */
#tplCenter{
	background-image: url(../images/bgs/bg_content.gif);
}
#tplCenterH{
	background-image: url(../images/bgs/bg_content_h.gif);
}

/** Esquerda */
#tplEsq{
	width: 208px;
	float: left;
	background-color: #e5e5e5;
	padding-bottom: 15px;
}
#tplEsq h2{
	margin: 0;
	color: #FFF;
	line-height: 34px;
	border-bottom: 1px solid #FFF;
	background-color: #42418d;
	padding-left: 15px;
	margin-bottom: 10px;
	font-size: 14px;
}
#tplEsq ul{
	margin: 0 10px 0 15px;
	padding: 0;
}
#tplEsq li{
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	line-height: 34px;
	border-bottom: 1px dotted #999;
}
#tplEsq li ul{
	margin-bottom: 10px;
}
#tplEsq li li{
	border: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
}
#tplEsq li li a{
	text-decoration: none;
	display: block;
	background-image: url(../images/seta.jpg);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #CCC;
	line-height: 13px;
	padding-bottom: 3px;
}
#tplEsq li li a:hover{
	text-decoration: underline;
}
/** Direita */
#tplDir{
	width: 208px;
	float: right;
	background-color: #f2f2f2;
	padding-bottom: 15px;
}
#tplDir h2{
	color: #42418D;
	font-size: 14px;
	line-height: 34px;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	padding-left: 15px;
	background-color: #F2F2F2;
}
#tplDir hr{
	margin: 10px 10px 10px 15px;
	background-color: #F2F2F2;
	border: 0;
	border-bottom: 1px dotted #999;
	height: 1px;
}
#tplDir p{
	margin: 10px 10px 10px 15px;
}
#tplDir p a{
	text-decoration: none;
}
#tplDir p a b{
	color: #42418D;
	display: block;
}
#tplDir a:hover{
	text-decoration: underline;
}
#tplDir table{
	margin: 0 10px 10px 15px;
}
#tplDir .campo{
	width: 165px;
}

/** Conteudo Home */
#tplContentH{
	background-color: #FFF;
	margin: 0 218px 15px;
}

/** Conteudo Geral */
#tplContent{
	background-color: #FFF;
	margin: 0 10px 15px 218px;
}

#tplWhite{
	background-color: #5F5F9F;
	color: #5F5F9F;
	line-height: 20px;
	clear: both;
}
#tplRodape{
	color: #FFF;
	text-align: center;
	line-height: 70px;
	background-color: #5f5f9f;
	height: 85px;
}
.campo{
	background-color: #FFF;
	border: 1px solid #D6DADD;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 3px;
	z-index: 1;
	background-image: url(../images/bgs/bg_campo.jpg);
	background-position: 0 bottom;
	background-repeat: repeat-x;
}
.campo_focus{
	color: #962a00;
	border: 1px solid #5F5F9F;
}
.botao{
	background-color: #42418D;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 0;
	padding: 3px;	
}
/** Gerais */
h1{
	margin: 0;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 34px;
	color: #42418D;
	border-bottom: 1px dotted #999;
}
h2{
	color: #42418D;
	font-size: 14px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
hr{
	margin: 10px 0;
	background-color: #FFF;
	border: 0;
	height: 1px;
	border-bottom: 1px dotted #999;
}
a.bt{
	background-color: #42418D;
	color: #FFF;
	padding: 3px 10px;
}
a.data{
	color: #42418D;
	display: block;
	font-weight: bold;
	line-height: 25px;
}
.cxInfo{
	background-color: #EFEFF5;
	border: 1px dotted #42418D;
	padding: 10px;
	margin: 10px 0;
}
ul#hnav{
	margin: 0;
	padding: 0;
	padding-left: 25px;
}
ul#hnav li{
	list-style: none;
}
ul#hnav li a{
	line-height: 22px;
	display: block;
	padding-left: 10px;
	background-image: url(../images/seta.jpg);
	background-repeat: no-repeat;
	background-position: 0 center;

}
