/* CSS Document */
body {
	margin:0px; 
	padding:0px; 
	background:repeat-x #62AFD9;
	color:#1E4266; 
	font:11px/18px Verdana, trebuchet ms Arial, Helvetica, sans-serif;
	text-align:center;
}

table, td, tr {
	font-size:11px;
	line-height:20px;
}

table th {
	font-size:11px;
	line-height:20px;
	font-weight:bold;
	background-color:#f0f0f0;
	text-align:left;
}

a:link {color: #136794; text-decoration: none; font-weight:bold;}
a:visited {text-decoration: none; color: #136794; font-weight:bold;}
a:hover {text-decoration: none; color: #136794}
a:active {text-decoration: none;}

 
#geral {
	width:900px; 
	background:url(../images/topo.jpg);
	background-repeat:no-repeat;
	height:182px;
	background-position:center;
	position:relative;
	margin:0 auto;
}

#topo{
	width:900px; 
	background:url(../images/topoInscricao.jpg);
	background-repeat:no-repeat;
	height:200px;
	background-position:left;
	position:relative;
	margin:0 auto;
}

#conteudo{
	width:900px;
	position:relative; 
	margin:0 auto;

}

.tituloPagina {
		text-align:center;
		text-decoration:underline;
		font-size:18px;
		font-weight:bold;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		letter-spacing:1px;
		margin-left:10px;
		margin-right:10px;
		margin-top:10px;
		padding-left:6px;
	
	/*	text-align:center;
		font-size:14px;
		font-weight:bold;
		text-decoration:underline;*/
	}

 .subTitulo{
 	font-size:20px;
	font-family:trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	font-weight:bold;
	
 }

#menu {
	width:100%;
	background-color:#0C6496;
	height:20px;
}

#barra_dados {
	width:100%;
	height:18px;
	background-color:#88C3E3;
	text-align:right;
	top:3px;
	border-top:3px solid #FFFFFF;
}