@charset "utf-8";

* {
	border: none;
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h2 {
	/*text-align: center;*/
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0 2px 0;
	padding: 4px 0 2px 0;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 2px;
}

p {
	font-size: 11px;
	color: #000000;
	text-align: left;
	font-weight: normal;
	margin: 4px 0;
}

ul {
	font-weight: normal;
	list-style: none;
	text-align: left;
}

a {
	text-decoration: none;
	color: #666666;
	font-weight: bold; 
}

img {
	border: none;
}

textarea {
	resize: none;
}

.conteudo {
  color: gray;
  font-weight: bold;
  margin: 2px 5px;
}
      
#content {
	margin: 0 auto;
	width: 823px;
}
	
#footer {
	margin: 0 auto;
	width: 874px;
}

#footer_endereco {
	margin: 0 auto; 
	margin-top: 5px;
	background: url(../img/f_rodape.png) no-repeat center top;
	width: 874px;
	height: 88px;
	text-align: center;
}

.cinza {
	color: #808185;
}
.marrom {
	color: #54301A;
}
.preto {
	color: #000000;
}
.verde{
	color: #00A160; 
}
.vermelho{
	color: #de0028; 
}

.verdeClaro {
	color: #BDDE32;
}
.verdeEscuro {
	color: #124D18;
}

.esquerda {
	float: left;
}
.direita {
	float: right;
}
.alinhado {
	display: inline;
}
.negrito{
	font-weight: bold; 
}
.centralizado{
	text-align: center; 
}

.box {
	margin: 10px;
}

.gradePrincipal{
	margin-left: 0px;
	padding-left: 0px;	
}
.gradePrincipal td{
	padding-left: 0px;	
	text-align: left;
}

.quadroAntiSpam{
/*	border-top: 1px dashed #CCCCCC;
	border-left: 1px dashed #CCCCCC;*/
	padding: 4px;
/*	margin-right: 20px;*/
	width: 300px;
	height: 150px; 
	float: right;
	font-style: justify;
}
.quadroPagamento{
	padding: 4px;
	margin-right: 20px;
	width: 150px;
	height: 150px; 
	float: right;
	font-style: justify;
}
.quadroCortesia{
	border-top: 1px dashed #CCCCCC;
	border-left: 1px dashed #CCCCCC;
	padding: 4px;
	margin: 15px 15px 0 0;
	width: 300px;
	float: right;
	text-align: justify;	
}

.f_pg_t {
	background: url(../img/pg_t.gif) no-repeat;
	height: 36px;
	text-align: left;
	width: 877px;
}
.f_pg_t div.titulo{
	height: 18px;
	margin: 8px 12px;
	width: 375px;
}
.f_pg_t div.titulo p{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 2px 0 0 12px;
}
.f_pg_m {
	background: url(../img/pg_f.gif) repeat-y;
	width: 877px;
}
.f_pg_b {
	background: url(../img/pg_b.gif) no-repeat;
	height: 11px;
	width: 877px;
}

