/* CSS Document */

body, td, th, input, select, textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}
body {
	margin: 1px;
	background: #587694;
	}
	
.caixa_tit {
	position: absolute;
	font-weight: bold;
	color: #fff;
	line-height: 15px;
	padding: 0 17px 1px 29px;
	text-align: center;
	}

#direita {
	width: 210px;
	vertical-align: top;
	}
#esquerda {
	width: 775px;
	vertical-align: top;
	}
#geral {
	border: 1px solid #304050;
	background: #fff;
	}
#container {
	background: #9DA4B5 url(img_index/pages_bac.jpg) top repeat-x;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
	}
	
.titulo {
	font: bold 20px 'Arial Narrow', Arial, Helvetica, sans-serif;
	color: #28166F;
	background: url(img_pages/tit_bac.jpg);
	}
.conteudo {
	padding: 20px 25px;
	text-align: justify;
	}
.editor {
	font-size: 9pt;
	}
	
a {
	color: #DA251D;
	}
a:hover, a:active {
	color: #28166F;
	text-decoration: none;
	}