body {
	margin: 5;
	padding:0;
	background:	#3e4343 url(../imagens/back.jpg) repeat-x; 
	margin-top: 15px;
	
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
#all {
	width: 800px;
	margin:auto;
}

#player {
	width: 800px;
	margin:auto;
	text-align:right;
	padding-right: 10px;
}

#banner {
	width: 325px;
	height: 575px;
	float: left;
	background: maroon;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	overflow:hidden;
	text-align: center;
	font-style:italic;
}

#bannerLogos {
	padding: 10px;
}

#blocoDireito {
	float: right;
	width: 475px;
	height: 575px;
	background: #FFFFFF;
	overflow:auto;
}

#cadastro {
	display: none;
}

#blocoDireito a {
	color: #a91d29;
	text-decoration: none;
}

#blocoDireito a:hover {
	color: #666;

}

#blocoDireitoConteudo {
	padding: 2px 10px 0 10px;
	color:#666666;
	font-size:15px;
	text-align:justify;
}

#tableInscricao {
	text-align: left;
}

input[type="text"], select {
	width: 200px;
}

#blocoDireitoMenu {
	padding: 4px;
	color:#666666;
	font-size:15px;
	text-align: center;

}

#blocoDireitoMenu a {
	text-decoration: none;
	color:#fff;
	background: #a91d29;
	padding: 5px;
}

#blocoDireitoMenu a:hover{
	background: #660d10;
	color:#fff;
}



#blocoInferior {	
	width: 100%;
	background:#f00;
	text-align:right;
	clear: both;
}

#icones {
	margin:auto;
	width: 50%;
	text-align: center;
}

.logos {
	text-align:center;
	padding: 2px;
	font-size: 22px;
	float:left;
	margin-left: 20px;	
	font-style:normal;
}

.logos a{
	text-decoration: none;
	color:#fff;
	background: #92be43;
	display:block;
	padding: 5px;
}

.logos a:hover {
	background: maroon;
	color:#fff;
	display:block;
}

#cursos {
	padding-top: -10px;
	margin: auto;
	text-align: center;
	width: 90%;
	height: 65px;
	font-size: 17px;
}

#cursos a {
	color: #4f5555;
}

#cursos a:hover {
	color: #a91d29;
	font-size: 18px;
	font-style: italic;
}

h1 {
	font-size:16px;
	color: #660d10;
}