/* CSS Document */
/* Copyright WWWBR Internet do Brasil */

*:lang(el) { color: #3c3c3c; font-style: italic; }

td, th, p, label, ul, li {
	/*font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	font-family: 'GFS Neohellenic', arial, serif;
	font-size: 14pt;
	color: #000080;
}

p, ul {padding-bottom: 20px; line-height:90%; }

p { text-align: justify; padding-right: 20px; padding-left: 20px;}
ul {
	margin: 0;
	list-style: square;
	font-family: 'GFS Neohellenic', arial, serif;
	padding-left: 20px;
	}



h1, h2, h3 {
	font-family: 'GFS Neohellenic', arial, serif;
	color: #000080;
	font-weight: bold;
}

h1 {
	font-size: 3.9em;
	padding-bottom: 7px;
}

h2 {
	font-size: 2.2em;
	padding-top: 0px;
	padding-left: 40px;
	background: url('../img/ico/greece_flag.gif') no-repeat scroll top left;
}

h3 {
	font-size: 1.6em;
	padding-top: 0px;
}

h4 {
	/*font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	font-family: 'GFS Neohellenic', arial, serif;
	font-size: 14px;
	color: #000080;
	font-weight: bold;
	clear: both;
	width: 460px;
	display: block;
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0; 
	}

a:link  { color: #000080; }  
a:visited { color: #000080;  }
a:hover { color: #a60809; text-decoration: underline; } 

ul li { padding-left: 10px; }


#menu ul {padding-left: 0px; list-style: none; }

#menu ul li {
	/*font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	font-family: "Neucha", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	/*font-size: 1.1em;*/
	color: #000080;
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: bold;
	line-height:95%;
	}

#menu ul li a { text-decoration: none; }

#conteudo ul li {
	/*font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	/*font-family: 'GFS Neohellenic', arial, serif;
	font-size: 12px;
	color: #000080;
	padding: 0;
	margin: 0;
	line-height:90%;*/
	}



#rodape {
	color: #000;
 }






/* --- classes ------------------------------------------------ */
.italic {font-style: italic; }
.bold { font-weight: bold; }
.grego {
	font-style: italic;
	}

.p_menor, .ultimaatualizacao, .copyright, .badges {
	/*font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	font-family: 'GFS Neohellenic', arial, serif;
	font-size: 14px;
	color: #000080;
	font-weight: normal;
	clear: both;
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0; 
	}

.assi {
	color: #a60707;
	padding-bottom: 12px;
}

.misc_text, .data, .rodapecreditos {
	/*font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	font-family: 'GFS Neohellenic', arial, serif;
	font-size: 0.6em; }

.erro {
	color:#ff0000;
	font-weight: bold;
}

.data { 
	color: #fff;
	text-align: left;
	}

.rodapecreditos { 
	color: #fff; }

.rodapecreditos a:link { color: #fff; text-decoration: none; }  
.rodapecreditos a:visited { color: #fff; text-decoration: none; }
.rodapecreditos a:hover { color: rgb(10, 100, 0); text-decoration: underline; } 


.informativo
{
	/*font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	font-family: 'GFS Neohellenic', arial, serif;
	font-size: 36px;
	color: #a60707;
}

.hr
{
	background-color: #E1E1E1;
	margin-top:10px;
	margin-bottom:10px;
	border: 1px solid #E1E1E1;
}

.legenda {
	/*font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	font-family: 'GFS Neohellenic', arial, serif;
	font-size: 9px;
	color: #a60707;
}

.tabela {
	margin-top:10px;
	margin-bottom:10px;
	border: 1px solid #a60707;
	padding: 5px;
	
}


/* --- hacks IE ----------------------------------------------- */
@media screen
  {
  * html li .item { background: url(../img/ico/seta.gif) no-repeat scroll top left;  }
  }