@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#adsenses{
	width:780px;
	height:90;
	text-align:center;
	margin:50px 0 10px 0;
}
#tudo{
	margin:0 auto;
	width:780px;
	text-align:left;
}
#banner{
	width:780px;
	height:201px;
	background:url(images/layout_01.jpg) top center no-repeat;
}
#boxConteudo{
	width:100%;
	background:url(images/layout_02.jpg) center repeat-y;
	min-height:400px;
	height:auto !important;
	height:400px;
	text-align:justify;
	color:#000;
	overflow:hidden;
	_overflow:visible;
}
#conteudoEsq{
	width:370px;
	float:left;
	margin-left:10px;
	display:inline;
}
#conteudoDir{
	width:370px;
	float:right;
	margin-right:10px;
	display:inline;
}
#rodape{
	width:780px;
	height:13px;
	background:url(images/layout_04.jpg) bottom center no-repeat;
	float:left;
}
#design {
	text-align:right;
	padding-right:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#design a {
	text-decoration:none;
	color:#000;
}
.class1 {
	font-size:16px;
	margin:0 auto;
	text-align:center;
	padding:2px;
	border:double;
	width:155px;
}
.class2 {
	font-size:10px;
	margin:0 auto;
	text-align:center;
	padding:2px;
	border:double;
	width:370px;
}
.center {
	text-align:center;
}
.centerbold {
	text-align:center;
	font-weight:bold;
}
.bold {
	font-weight:bold;
}
#form {
	text-align:left;
	width:100%;
	padding:0;
	margin:0 auto;
}
input, textarea, select {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.voltar a {
	display:block;
	color:#000;
	text-decoration:none;
	border:solid 1px;
	padding:2px;
	width:40px;
	text-align:center;
	margin:0 auto;
	background:#fff;
}
.voltar a:hover {
	border:ridge 1px;
}
.voltar a:active {
	border:groove 1px;
}