/* CSS DOCUMENT - AFIMESP - 18/07/2006 - versão 1.0*/
/* TAGS*/
/*ZERAR TUDO*/
* {
margin:0px;
padding:0px;
}
body
{
	text-align:center;
	margin:10px 0px 10px 0px;
	background-color:#CCCCCC;
}
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:20px; 
		color:#000;
		font-weight:bold;
		padding-bottom:12px;
	}
h2 {
		font-size:18px; 
		color:#000;
		font-weight:bold;
		padding-bottom:12px;
	}
h3 {
		font-size:15px; 
		color:#000;
		font-weight:bold;
		padding-bottom:12px;
	}
/*ELEMENTOS GERAIS*/
.linkeffects a{color:#fff;}
.linkeffects a:hover{text-decoration:underline;}
.linkeffects1 a{color:#f77845;}
.linkeffects1 a:hover{text-decoration:underline;}
.cl {clear: both;}
.fleft{float:left;}
.fright{float:right;}
.center {text-align:center;}
.txtleft {text-align:left;}
.txtright{text-align:right;}
.txtjust{text-align:justify;}
.nthome{line-height:14px;}
.under {text-decoration:underline;}
.orange {
		color:#FF4A00;
		font-weight:bold;
	 }
.boldblue {
			color:#000;
			font-weight:bold;
			}
.elemleft{
			text-align:left;
			margin:auto;
			float:left;
		 }
.elemright{
			text-align:right;
			margin:auto;
			float:right;
		 }
/*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:#000;
			width:940px;
			margin:0 auto;
			background-color:#fff;
			border-width:1px;
			border-color:#000;
			border-style:solid;
	        text-align:left;
			}
			
/* ELEMENTOS DE FORMATAÇÃO DO DIV SUPERIOR (TOPFRAME)*/
.topframe{
			height:152px;
			margin-bottom:10px;
			background:url(../img/layout/top_back.jpg) no-repeat;
		}
/*ELEMENTOS DE FORMATAÇÃO DO MENU*/
.menu{
		position:relative;
		text-align:center;
		top:15px;
	  }
.menu ul {
		   padding:0px;
		   margin:0px;
		   list-style:none;
		}
.menu ul li {display:inline;}
.menu ul li a {
		background-color:#f15d21;
		padding: 8px 11px;
		font-size:12px; 
		font-weight:bold;
		color:#fff;
		text-decoration: none;
		
		  }
.menu ul li a:hover {
				   color:#f15d21;
				   background:#c0c0c0;
					}

/*ELEMENTOS DE FORMATAÇÃO DO DIV BOTTOM (RODAPÉ)*/
.bottom {	background-color:#f15d21;
			height:40px;
			margin-top:15px;
		}
.btmargin{
			margin-left:10px;
			margin-right:10px;
			padding-top:5px;
		 }
.btxt{
		color:#fff;
		text-align:center;
	}
.online{
		font-size:11px; 
		color:#fff;
		text-align:center;
		font-weight:bold;
		}
/*ELEMENTOS DE FORMATAÇÃO DO DIV LATERAL DIREITO (CONTEÚDO EXTRA)*/
.box{   
	width:600px;
   }
.txtbox {
		margin-left:2px;
		margin-right:2px;
		}

/*ELEMENTOS DE FORMATAÇÃO DO DIV DE CONTEÚDO*/
.conteudo{
			width:920px;
			padding-left:10px;
			padding-right:10px;
		 }
.conteudo_home{
			width:620px;
			padding-left:10px;
		 }
.direita{
		float:right;
		width:300px;
		padding-right:10px;
}

/*FORMATAÇÕES*/
.marginspace {
				margin-left:15px;
				margin-right:5px;
			}

/*CONTATO*/
.contato {
		width:600px;
		border: 1px solid #F15D21;
		}
.campos {
		width:74px;
		float:left;
		font-weight:bold;
		color:#042346;
		}
.campos1 {
		width:120px;
		float:left;
		font-weight:bold;
		color:#042346;
		}
.campos2 {
		width:115px;
		float:left;
		font-weight:bold;
		color:#042346;
		}
.margincon {margin-left:10px;}

/************************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:#FFF200;
		color:#DE0D15;
		border:1px solid #DE0D15;
	}
.ok2
{
	height:26px;
	width:210px;
	border: 1px solid #BDBDBD;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#D4D4D4;
	font-weight:bold;
	letter-spacing:2px;
	padding:2px;
}