@charset "utf-8";
/* CSS Document */

/*TAGS*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../../imagens/bg_body2.gif);
	background-repeat:repeat;
}

table, td, tr {
	border: 0px;
}
img {
	border-width:0px;
}


/*CLASSES*/
	
.nomes {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:11px;	
}
.nomes_bold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
}
.nomes_bold2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	text-align:left;
}		
.ultimos {
	font-family: "Trajan Pro", Arial;
	color: #0099FF;
	font-size: 14px;
	font-weight:bold;
	
}
.edicao {
	font-family: "Trajan Pro", Arial;
	color: #0099FF;
	font-size: 10px;
	font-weight: normal;
	
}
.titulo{
	font-family: "Trajan Pro", Arial;
	color: #0099FF;
	font-size: 18px;
	font-weight: normal;
	text-align:left;
	
}
.corpo_texto{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	
}

.style1 {
	font-size: 14px;
	color: #0099FF;
}
.style4 {color: #0099FF}
.style5 {font-family: "trajan Pro"}
.style6 {color: #FFFFFF}
.style7 {
	font-family: "trajan Pro";
	color: #0099FF;
	font-size: 18px;
}
.bold {
	font-weight:bold;
}
.menu {
	font-family:"Trajan Pro", Arial;
	color:#0099FF;
	font-size:11px;
}
.notfound {
	color: #FF0000;
	font-family: "Trajan Pro", Arial;
	font-size: x-large;
	font-weight: bold;
}

/*DIV's*/

.oneColLiqCtr #container {
	width: 1000px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 0px solid #000000;*/
	text-align: center; /* this overrides the text-align: center on the body element. */
	position:relative;
}
.oneColLiqCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColLiqCtr #editorial {
	width: 550px;	 
}


/*TD's*/

td.esquerda {
	width: 200px;
	background-color:#000;
	border-width: 0px;
	position:relative;
	padding-top:40px;
}
td.direita {
	width: 200px;
	background-color:#000;
	border-width: 0px;
	position:relative;
	padding-top:30px;
}

td.centro_flash {
	width: 600px;
	background-color:#000;
	border-width: 0px;
	position:relative;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
td.centro {
	width: 600px;
	background-color:#000;
	border-width: 0px;
	position:relative;
	padding-top:25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	vertical-align:top;	
}
td.centro_editorial {
	width: 600px;
	background-color:#000;
	border-width: 0px;
	position:relative;
	padding-top:25px;
	padding-left:5px;
	padding-right:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	vertical-align:top;	
	
}
td.rodape {
	height: 15px;
	background-color:#000;
	border-width: 0px;
}
td.topo {
	background-color:#000;
	border-width: 0px;

}
	

/* ID Styles */

#navigation td {
	border-bottom: 0px solid #C0DFFD;
	}
	
#navigation a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: url("imagens/mm_arrow.gif") 14px 45% no-repeat;
	}
	
#navigation a:hover {
	background: #ffffff url("imagens/mm_arrow.gif") 14px 45% no-repeat;
	color:#FF6600;
	}
	
#logo 	{
	font:24px Verdana, Arial, Helvetica, sans-serif;
	color: #CCFF99;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{	
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color: #FF9933;
	letter-spacing:.4em;
	line-height:18px;
	}

#monthformat {
	border-bottom: 2px solid #E6F3FF;
		}
		
#dateformat {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight:bold;
	letter-spacing:.1em;
	}
	
#dateformat a:hover {
	color: #FF6600;
	letter-spacing:.1em;
	
	}
	

/*OUTROS*/

p.texto {
	text-indent:30px;
	text-align:justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}	

.imgtopo {
	text-align:center;
	float:none;
	}
a.mail:link {color: #FFFFFF; text-decoration:none;}     /* unvisited link */
a.mail:visited {color: #FFFFFF; text-decoration:none;}  /* visited link */
a.mail:hover {color: #FFFFFF; text-decoration:underline;}   /* mouse over link */
a.mail:active {color: #FFFFFF; text-decoration:none;}   /* selected link */

a.voltar:link {color: #FFFFFF; text-decoration:none;}     /* unvisited link */
a.voltar:visited {color: #FFFFFF; text-decoration:none;}  /* visited link */
a.voltar:hover {color: #FFFFFF; text-decoration:underline;}   /* mouse over link */
a.voltar:active {color: #FFFFFF; text-decoration:none;}   /* selected link */

table.centro {
	text-align:left;
}	
	
input.botao {
	background-color: #000;
	font-family:"Trajan Pro", Arial;	
	font-size: x-small;
	color: #0099ff;
	border-width:1px;
	border-style: solid;
	border-color:#0099ff;
	border-collapse:collapse;	
}





	
			
	
