html{



}
body, td, tr{
	margin:0 auto;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#393733;

}
a:link {

	color: #0000CC;

}
a:visited {

	color: #0000CC;

}
a:hover {

	color: #0000CC;
	
}
a:active {

	color: #0000CC;

	
}
/*
layout formulario */

.classNormal{
	padding-left:4px;
	padding-top:5px;
	height:25px;
	border:#08A7E9 2px solid;
	background-color:#FFFFFF;
}
.classRequerido{
	padding-left:4px;
	padding-top:5px;
	height:25px;	
	border:#08A7E9 2px solid;
	background-color:#B8E398;

}
.botao_form{
	height:30px;
	border:#CCCCCC 1px solid;
	background:#F5F4F4;
	color:#444444;
	font-size:10px;
}
/*
layout formulario */
/*
layout geral */
.titulo_pagina{
	background: url(../_img_/fundo_titulo.jpg) repeat-X;
	background-position:bottom;
	font-size:16px; 
	font-weight:bold; 
	color:#E45B00;
	border-bottom:#CDCAC7 1px solid;
	padding-bottom:5px;

}
.item_menu{
	background: #FDFDFD url(../_img_/fundo_menu_esquerda.jpg) repeat-X;
	background-position:bottom;
	border:#CBD6DF 1px solid; 
	height:30px; 
	padding-left:10px;

}
#contem_topo{
	width:790px; 
	height:110px;
	position:relative;
	background-color:#F7F4F1;
	border-bottom:#007BDF 4px solid;
	

}
#contem_meio{
	width:1000px;	
	position:relative;
	float:left;

}
#menu_esquerda{
	width:190px; 
	height:600px; 
	float:left;
	background-color:#FFFFFF;
	position:relative;
}
#menu_meio{
	width:810px; 
	float:left;
	position:relative;
}
#pai_meio{
	width:590px;
	height:auto;
	position:relative;
	float:left;
	padding-left:2px;

}
#pai_direita{
	width:160px;
	position:relative;
	float:left;
	background-color:#FFFFFF;
	height:600px;

}
#contem_baixo{

	background: #FFFFFF url(../_img_/fundo_pe.jpg);
	width:1000px;
	height:150px; 
	top:60px;
	float:left;
	position:relative;

}
/*
layout geral */

