/* CSS Document */
/* ELEMENTOS GERAIS*/

/*ZERAR TUDO*/
* {
margin:0px;
padding:0px;
}
/***********************XHTML TAGS**************************/

body
{
	text-align:center;
	margin:10px 0px 10px 0px;
	background:url(../img/layout/fundo.gif) repeat;
}
img {border:0;}
a {text-decoration:none;}
ul{list-style-type:square;
	margin-left:25px;
	margin-bottom:5px;
	}
ol{
	margin-left:30px;
	margin-bottom:5px;
}
p{
	padding-bottom:10px; 
	padding-top:2px;
}
h1 {
		font-size:18px; 
		color:#ADA300;
		font-weight:bold;
		padding-top:2px;
		padding-bottom:12px;
		text-decoration:underline;
		letter-spacing:1px;
	}
h2 {
		font-size:16px; 
		color:#003399;
		font-weight:bold;
		padding-top:2px;
		padding-bottom:12px;
	}
h3 {
		font-size:14px; 
		color:#003399;
		font-weight:bold;
		padding-top:2px;
		padding-bottom:12px;
	}
	
/*FORMATAÇÕES*/
.cl {clear: both;}
.fleft{float:left;}
.fright{float:right;}
.red {color:#CC3333;}
.center {text-align:center;}
.txtleft {text-align:left;}
.txtright{text-align:right;}
.linkeffects a {color:#003399;}
.linkeffects a:hover {text-decoration:underline}
.linkeffects1 a {color:#0000FF; font-weight:bold;}
.linkeffects1 a:hover {background-color:#ED6363; color:#fff;}
.boldblue {
			color:#003399;
			font-weight:bold;
			}


/* ELEMENTOS DE FORMATAÇÃO DO DIV PRINCIPAL (AQUELE NO QUAL TODOS OS ELEMENTOS ESTÃO INSERIDOS)*/
.main {
			font-size:13px; 
			font-family:verdana, arial, helvetica;
			color:#003399;
			width:900px;
			margin:0 auto;
			background-color:#FAF9DE;
			border-width:2px;
			border-color:#E8C53A;
			border-style:solid;
	        text-align:left;
			}
			
/* ELEMENTOS DE FORMATAÇÃO DO DIV SUPERIOR*/
.topframe{
			height:72px;
			background:url(../img/layout/topframe.gif) no-repeat;
		}
/*ELEMENTOS DE FORMATAÇÃO DO MENU*/
.menu ul {
		   padding:0px;
		   margin:0px;
		   /*float: left;*/
		   width: 100%;
		   list-style:none;
		}
.menu ul li { display: inline; }
.menu ul li a {
			   padding: 2px 14px;
			   position:relative;
			   top:45px;
			   left:10px;
			   font-size:13px; 
			   font-family:verdana, arial, helvetica;
			   font-weight:bold;
			   color:#990000;
			   text-decoration: none;
			  }
.menu ul li a:hover {
				   color:#E8C53A;
				   text-decoration:underline;
					}
/*ELEMENTOS DE FORMATAÇÃO DO BOTTOM*/
.bottom {
			background:url(../img/layout/bottom.gif) no-repeat;
			background-repeat: no-repeat;
			height:55px;
		}
.btmargin{
			margin-left:10px;
			margin-right:10px;
			padding-top:25px;
		 }
.btxt{
		font-size:11px;
		letter-spacing:2px; 
		font-family:verdana, arial, helvetica;
		color:#A00000;
		text-align:center;
		font-weight:bold;
	}
.online{
		font-size:11px; 
		font-family:verdana, arial, helvetica;
		color:#111C6E;
		text-align:center;
		font-weight:bold;
		}

/*CONTEÚDO*/

.conteudo {
   margin-left:12px;
   margin-right:12px;
  }

.conteudo_e {
   width:420px;
   float:left;
   margin-left:10px;
   margin-right:0px;
  }
.conteudo_d {
   width:420px;
   float:right;
   margin-left:10px;
   margin-right:10px;
  }
.block1{height:160px;} 
.block2{
	height:120px; 
	background-color:#F4F3CC; 
	border:1px #E8C53A solid; 
	} 
.padding_block{padding-left:3px; padding-right:3px;}


/*CONTATO*/
.contato {
			border-width:1px;
			border-style:solid;
			border-color:#E8C53A;
			background:#F1EDB9;
			}
.mcontato {margin-left:10px;}
.campos {
		width:80px;
		float:left;
		font-weight:bold;
		color:#042346;
		}
.campos1 {
		width:350px;
		float:left;
		font-weight:bold;
		color:#042346;
		}
  .ok2
{
	height:26px;
	width:230px;
	border: 1px solid #D2CD03;
	color:#BC0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FAF9DE;
	font-weight:bold;
	letter-spacing:2px;
	padding:2px;

}
/************************Highlights***************/

.textInput,textarea{	/* General style for my inputs when they're not highlighted */
	background-color:#FFF;
	border:1px solid #000;
}
	
.inputHighlighted{	/* Highlighting style */
	background-color:#AA3D3D;
	color:#fff;
	border:1px solid #000;
}
