/* elementos basicos */
html {
	margin: 0;
	padding: 0;
	}
body {
	background-color:#000000;
	margin:0px;
	font-family:Verdana;
	font-size:8pt;
	background-attachment: fixed;
	background-image: url("../../images/fundo.png");
	background-repeat: repeat-x;
	}
p { 
	margin-top: 0; 
	}
.h1 {
	text-align:center;
	margin-bottom: 0;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.h2 {
	text-align:center;
	margin-bottom: 0;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.h3 {
	text-align:center;
	margin-bottom: 0;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}
.texto1{
	margin-bottom: 0;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.texto2{
	margin-bottom: 0;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
}	
a:link {
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
	}
acronym {
	border-bottom: none;
	}

/* divs específicas */


#main  {
	widt\h:100%;
	heigh\t:100%;
	} 

#submain {
	widt\h:800px;
	heigh\t:auto;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000099;
	border-right-color: #0000CC;
	border-bottom-color: #0000CC;
	border-left-color: #000099;
	background-color: #000000;
	}

#data {
	margin-top:0px;
	float:left;
	widt\h:710px;
	heigh\t:20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
	padding-left: 5px;
	}

#idioma {
	margin-top:0px;
	float:left;
	widt\h:80px;
	heigh\t:20px;
	
	}

#cabecalho {
	margin-top:0px;
	widt\h:800px;
	heigh\t:auto;
	}

#corpo  {
	widt\h:100%;
	heigh\t:auto;
	background-color:#000000;
	padding-top: 5px;
	padding-bottom: 5px;
	}

#rodape{
	padding: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
} 	

/* Configurações Extras */	
.titulomenu{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	line-heigh\t: 10px;
 	font-weight: bold;
 	color: #0033CC;
}

/*********************************************/
/* Menu                                      */
/*********************************************/
ul.nav { 
	 margin:0;
	 padding:0;
}

ul.nav li {
	 list-style:none;
	 display:inline;
}

ul.nav li a {
	background-image:url("../../images/espacadorbotao4.gif");
	float:left;
	border:0px solid #9c0000;
	border-top:0.1em solid #aac7dc;
	border-bottom:0.1em solid ##aac7dc;
	widt\h:100%;
	font:0.9em  Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
	padding:0.4em  0.0em 0.4em  0.0em;
	text-decoration:none;
	font-weight: bold;
	}

ul.nav a:hover{
	background-image:url("../../images/espacadorbotao2.gif");
	border-color:#aac7dc;
	border-color:#aac7dc #aac7dc #aac7dc #aac7dc;
	widt\h:100%;
	font:0.9em  Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align:center;
	padding:0.4em  0.0em 0.4em  0.0em;
	text-decoration:none;
	font-weight: bold;
	}