html 
{
 height:100%;
}

body 
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff; 
	width: 100%;
	height: 100%;
	text-align: center;
}

/* ********************** definicoes ********************** */

a img{ border:0; }
a {text-decoration: none; color: #000000;}

p, form, dl, dt, dd{
margin:0px;
padding:0px;
}

.ul1, .ul1 li{
margin:0px;
padding:0px;
list-style:none;
display:inline;
}

.dt1 {
	height:20px;
	padding-left:4px;
}

.dt2 {
	height:60px;
	padding-left:4px;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.underline a
{
	text-decoration: underline;
}

.limpar
{
	clear:both;
}

.f_left
{
	float:left;
}

/* cor do texto do menu */
.cor1
{
	color:#005328;
}

.cor2
{
	color:#FFFFFF;
}

/* ****** sub-menu (verde-claro) */
.cor3
{
	color: #83B000;
}

/* curiosidades */
.cor4
{
	color: #356700;
}

.cor5
{
	color: #000000;
}

.cor6
{
	color:#636363;
}

.cor7
{
	color:#033c12;
}

/* backgrounds */

.cor_1
{
	background-color: #53A000;
}

.cor_2
{
	background-color: #73B12E;
}

.cor_3
{
	background-color: #83B000;
}

.cor_4
{
	background-color: #356700;
}


.txt_14
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.txt_12
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.txt_11
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.txt_10
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.txt_9
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* ********************************************************* */
#container
{
	margin: 0px auto 0px auto;
	width: 950px;
	text-align: left;
}

.linha
{
	margin: 3px 0px 5px 5px;
}

.p1
{
	padding:0px 22px 0px 110px;
}

.p2
{
	padding:0px 22px 0px 10px;
}

.p3
{
	padding-left:10px;
}

.p4
{
	padding:5px 0px 0px 6px;
}

.p5
{
	padding:5px 10px 0px 10px;
}

.p6
{
	padding:10px 0px 10px 0px;
	text-align:center;
}

.p7
{
	padding:4px 0px 3px 0px;
}


.p8 
{
	padding-top:4px;
	padding-bottom:3px;
}

.p9
{
	padding:0px 12px 0px 10px;
}

.topo_menu
{
   background-image: url(../imagens/topo_menu.gif);
	background-repeat: no-repeat;
	width:230px;
	height:7px;
}

.bottom_menu
{
   background-image: url(../imagens/bottom_menu.gif);
	background-repeat: no-repeat;
	width:230px;
	height:9px;
}

.col1
{
	
	width: 230px;
	height: 520px;
	background-image: url(../imagens/bottom_menu.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.col2
{
	width: 720px;
	
}

.col3
{
	width: 500px;
	
}
.col4
{
	width: 209px;
	margin: 0px;
}


.quadrado
{
	background-image: url(../imagens/quadrado.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.barra
{
	background-image: url(../imagens/barra.gif);
	background-repeat: no-repeat;
	width:475px;
	height: 29px;
}


.curiosidades_topo
{
	background-image: url(../imagens/curiosidades_topo.gif);
	background-repeat: no-repeat;
	width:209px;
	height:10px;
}

.curiosidades_bottom
{
	background-image: url(../imagens/curiosidades_bottom.gif);
	background-repeat: no-repeat;
	width:209px;
	height:16px;
}

.curiosidades_fundo
{
	background-image: url(../imagens/curiosidades_fundo.gif);
	background-repeat: repeat-y; 
	width:209px;
}

/* ************************** menu ************************ */

.menu
{
	background-color: #ffffff;
	width: 228px;
	border: 1px solid #356700;
}

.submenu
{
	display:none;
}

.lnksubmenu
{
	display:block;
	padding:3px 0px 3px 15px;
}

.lnksubmenu:hover
{
	text-decoration:underline;
}

.lnksubmenu1
{
	display:block;
	padding:3px 0px 3px 0px;
}

.lnksubmenu1:hover
{
	text-decoration:underline;
}


/* ******************* paginacao ********************** */
#paginacao {
	width:500px;
	margin:0px;
	padding:0px;
	text-align:left;
	}
		
#pag_esq {
	width:100px;
	margin:0px;
	padding:0px;
	float:left;
	text-align:left;
	}

#pag_cent {
	width:300px;
	margin:0px;
	padding:0px;
	float:left;
	text-align:center;
	}

#pag_dir {
	width:100px;
	margin:0px;
	padding:0px;
	float:left;
	text-align:right;
	}

