body{
		font: normal normal normal 11px Arial, verdana, Sans-Serif;
		color:#000000;
	    background-image:url(imagens/fundo.gif);
}
img { border:0;}

	a{color:#004993;font-weight:bold;}
	a:hover{color:#FF8400;}

ul{
	margin:0 5px;padding:0;
}

li{
	margin:4px 0;
}

  	.txtmsg{
		font: italic normal bold 18px Arial, Sans-Serif;
		color:#FEFEFF;
	}
	.txtautor{
		font: normal normal normal 14px Arial, Sans-Serif;
		color:#FEFEFF;
	}

	.contato{
		padding-top:5px;
		font: normal normal normal 11px Arial, Sans-Serif;
		color:#666666;
	}
	
	#miolo{
		width:754px;
		background:#EEF0F1;	    
		margin:0 auto;/*Comando para centralizar o site na página no IE*/
		text-align:left;/*Comando para centralizar o site na página no IE*/
	}
	#topo{
	    height:202px;  	 
  	    background-image:url(imagens/topo.jpg);
  	    background-position:center 0px;
  	    background-repeat:no-repeat;
	}
	#mensagem_citacao{
		width:500px;
		height:130px;
		margin-top:60px;
		float:right;	
		zbackground:#959543;
	}
	#textomsg{
		padding:20px;
		font-color:#000000;
	}
	#menu{
		background-image:url(imagens/barragradient.jpg);		
  	    background-position:center;
  	    background-repeat:repeat-y;	    
		border-bottom:4px solid #7D7F7E;
		font-style:italic;
		font-family: arial, helvetica, sans-serif;
		font-size:18px;
		letter-spacing:-1px;
	}
	#ilustracao{
		height:203px;
		width:754px;
		border-bottom:4px solid #7D7F7E;
		background-image:url(../../upload/img_home.jpg);		
  	    background-position:center;
		background-repeat:no-repeat;  	    
	}	
	
	#main-in{
		background:#EEF0F1;
		padding:5px 15px;
	}
	
	#treinamento{
		float:left;		
		width:340px;
		background:#EEF0F1;
	}
	
	#treinamento-in{
		margin:0 15px 10px 15px;
	}
	
	#treinamento h2, h2{
		font: italic normal bold 30px Arial, Sans-Serif;
		color:#4A85A3;
		margin:10px 0 10px 5px;
		padding:0;
	}
	
	#treinamento h2{
		text-align:center;
	}
	
	#treinamento h3{
		font: italic normal bold 12px Arial, Sans-Serif;
		margin:0;
		text-align: left;
		color:#000000;
	}

	#treinamento a {
		font-weight:normal;
		text-decoration:none;
	}
	
	#treinamento a:hover {
		font-weight:normal;
		text-decoration:underline;
	}

	.home_img{
		float:left;
		width:100px;
		height:66px;
		margin-top:5px;
		margin-right:5px;
	}	

	#botao1, #botao2{
		font: italic normal bold 12px Arial, Sans-Serif;
		letter-spacing: 0.01em;
		padding:1px;
		margin:0 10px 0 0;
		float:left;
		width:138px;
		height:19px;
		background-image:url(imagens/botao.jpg);
		background-repeat:no-repeat;
		text-align:center;    
	}

	#direito{
		float:right;		
		width:414px;
		background:#FAEAD6;		
	}
	
	#direito div.direito-in{
		margin:0 18px;
	}
	
	#direito h3{
		margin:10px 0 10px 5px;
		text-align:center;			
		font: italic normal bold 30px Arial, Sans-Serif;
		color:#DE7D00;
	}
	#barracontato{	
		height:25px;
		background-image:url(imagens/barracontato.jpg);
		background-repeat:repeat-y;	    
	}
	div.clear {
		clear: both;
	}
	#poweredby{	
		text-align:right;
		background:#FFFFFF;
		padding:5px;
		font-size:9px;
		vertical-align:middle;
  	}
  	
#menu td{ 
	height:45px;
	text-align:center;
	line-height:45px;
}

#menu a{
	text-decoration: none;
	color:#000;
}

#menu a:hover{
	text-decoration: none;
	color:#4D7392;
}

#menu td.current{
	background-color: #B0B8BE;
}

#menu td.current a:hover{
	text-decoration: none;
	color:#000;
	cursor:default;
}


.html_padrao_img{
	float:left;
	margin:0 5px 5px 0;
}
.auto_titulo{
	color:#FF8400;
	font-weight:bold;
}

/*Submenu*/
#submenu{
	background-color: #EAEAE8;
	border-top:2px solid #7D7F7E;
	font-size:13px;
	font-style:normal;
}

#submenu ul{
	margin:0;padding:0;
}

#submenu ul li { 
	display: inline; 
	list-style-type: none;
	padding: 0 20px;
}

#submenu ul li.current a, #submenu ul li.current a:hover{
	cursor:default;
	color:#000;
}

#submenu ul li.current {
	background: transparent url(./imagens/submenuActive.gif) 12px center no-repeat;
}

#submenu ul li a{
	color:#222;
	line-height:24px;
}

#submenu ul li a:hover{
	color:#000;
}

#navlist_interna , #navlist_interna ul{
	margin:0px 15px;padding:0;
}


.form_table label{
	float:left;
	margin:2px 6px 0 0;
	font-size:100%;
	font-weight:bold;
	color:#555;
	width:90px;
}

.erro{
	background:#FFF;
	border:1px solid #F00;
	border-left:4px solid #F00;
	font-weight:bold;
	color:#B00000;
	padding:4px;
	clear:both;
	width:400px;
}

.erro a{
	color:#6A0101;
}
.erro a:hover{
	color:#C20202;
}

.sucesso{
	background:#FFF;
	border:1px solid #004080;
	border-left:4px solid #004080;
	font-weight:bold;
	color:#002B55;
	padding:4px;
	clear:both;
	width:400px;
}


