body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align: justify;
	background-color: #B4B19F;
	color: #0A272F;
}
img {
	border: none;
}
img.banner {
}
h1 {
	font-size: 17px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 0px;
	color: #0A272F;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 0px;
	color: #0A272F;
}
h3, h4 {
	color: #0A272F;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	margin-top: 28px;
}
h3 {
	font-size: 12px;
	margin-top: 24px;
}
label {
	color: #000000;
	font-weight: bold;
}
hr {
	border: dotted #FFFFFF;
	border-width: 1px 0px 0px;
	height: 0px;
}
.nota {
	font-size: 9px;
	font-weight: normal;
}

/* ---- */
/* divs */
/* ---- */
div.cabecalho {
	position: absolute;
	left: 50%;
	top: 10px;
	width: 800px;
	height: 150px;
	margin-left: -400px;
	display: none;
}
div.geral {
	position: absolute;
	left: 50%;
	top: 160px;
	width: 780px;
	height: auto;
	margin-left: -400px;
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #E0DFD3;
}
div.geral a:link {
	color: #114452;
	text-decoration: underline;
}
div.geral a:visited {
	color: #114452;
	text-decoration: underline;
}
div.geral a:hover {
	color: #114452;
	text-decoration: underline;
}
div.geral a:active {
	color: #114452;
	text-decoration: underline;
}
div.lateral {
	position: fixed;
	width: 230px;
	left: 50%;
	margin-left: 148px;
	top: 190px;
	font-size: 11px;
}
div.lateral a:link {
	color: #114452;
	text-decoration: underline;
}
div.lateral a:visited {
	color: #114452;
	text-decoration: underline;
}
div.lateral a:hover {
	color: #114452;
	text-decoration: underline;
}
div.lateral a:active {
	color: #114452;
	text-decoration: underline;
}
div.lista {
}
div.lista h1 {
	border-bottom: 1px dotted #FFFFFF;
	font-size: 16px;
}
div.lista a:link {
	color: #114452;
	text-decoration: none;
}
div.lista a:visited {
	color: #114452;
	text-decoration: none;
}
div.lista a:hover {
	color: #114452;
	text-decoration: underline;
}
div.lista a:active {
	color: #114452;
	text-decoration: none;
}
div.calendario {
	background: #FFFFFF;
	width: 228px;
	margin-top: 2px;
	display: none;
	overflow: visible;
}
div.sponsor {
	width: 230px;
	height: auto;
	background-color: #D4D3C8;
	position: relative;
	left: 0px;
	top: 0px;
}
tr.sponsor {
	background-color: #D4D3C8;
}
div.slot_drop {
	width: 230px;
	height: auto;
	border: 1px dashed #1C1818;
}

td.conteudo, td.lateral{
	background-color: #d1cdb4;
}
td.conteudo {
	padding: 10px;
}
td.lateral {
	padding: 10px;
	font-size: 11px;
}
div.rodape {
	background-color: #B4B19F;
	font-size: 9px;
	padding-left: 10px;
}
/* ---- */
/* Menu */
/* ---- */
div.menu_principal {
	display: none;
	position: absolute;
	left: 50%;
	top: 140px;
	width: 780px;
	height: 18px;
	margin-left: -400px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #E0DFD3;
}
div.menu_principal td {
	background-image: url(modulos/menus/spacer.png);
}


/* ------- */
/* Submenu */
/* ------- */
div.submenu {
	padding: 5px 0px 5px 10px; /* top right bottom left */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	border-bottom: 1px solid #009999;
}
div.submenu td {
	padding-left: 10px;
}
div.submenu label {
	color: #009999;
}
div.submenu a:link, a:visited, a:hover, a:active {
	color: #000000;
	text-decoration: none;
}
div.submenu a:hover {
	color: #009999;
}

/* ----------- */
/* Formularios */
/* ----------- */
input {
	font-family: inherit;
	font-size: 12px;
	border: 1px solid #666666;
/*	background-image: url(img/fundo_textbox.gif);*/
	background-position: left top;
	background-repeat: repeat-x;
}
input.abb_symb {
	border: 1px solid #D1CDB4;
	background: none;
}

/* Diversos */
fieldset {
	border: 1px solid #DDDDEE;
	padding: 4px;
}
