@charset "UTF-8";
/* CSS Document */

*{
	margin:0px; 
	padding:0px;
}

td, table, select, div, input, textarea{
	font-family:Sans-serif,tahoma;
	font-size:11px;
	vertical-align:top;
	line-height:13px;
	color:#797979;
}

a{ color:#3E2FBF; text-decoration:underline}
a:hover{ text-decoration:none}

#root{}

#header{
	background:url(../images/bg_barra4.jpg) top left repeat-y #ffffff;
	float:left;
	height:104px;
	position:relative;
	width: 100%;
}
#header #table_header{
	width: 100%;
}
#header h1{
	padding: 10px;
	margin: 10px;
	color: #000000;
	line-height:1.2em;
}
#header img{
	padding: 1px;
	margin: 1px;
}
#menu{
	background:#000000 ;
	float:left;
	height:40px;
	position:relative;
	width:100%;
}
#menu ul {
	bottom:-1px;
	float:left;
	left:1px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
}
#menu ul li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	
}
#menu ul li a {
	float:left;
	margin:4px 10px 1px 0;
	text-decoration:none;
	color: #ffffff;
	text-align: center;
	font-weight:bold;
}
#menu ul li a:hover {
	text-decoration: underline;
}
#menu ul li a span {
	cursor:pointer;
	display:block;
	float:left;
	left:6px;
	padding:8px 10px 6px 4px;
	position:relative;	
}
#menu ul li a:hover span {
	color:#ffffff;
	/*padding:8px 10px 10px 4px;*/
}
#corpo{
	background:#ffffff ;
	border-bottom:1px solid #000000;
	float:left;
	height:100%;
	position:relative;
	width:100%;
	text-align: justify;
}
/*
#corpo td{
	margin: 10px;
	padding: 10px;
}
*/
#corpo h3{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	color: #000000;
	text-align: center;
}
#corpo h2{
	margin: 10px 0px 15px 0px;
	padding: 10px 0px 15px 0px;
	color: #000000;
	text-align: left;
	font-size: 20pt;
	line-height:20pt;
}
#corpo small{
	line-height:20pt;
	font-size: 11pt;
	text-align: justify;
	font-weight:bold;
}
#corpo .green{
	color: #006600;
	text-align: center;
}
#corpo .red{
	color: #ff0000;
	text-align: center;
}
#corpo .red1{
	background:#ca0000 ;
	color: #000000;
}
#corpo td strong{
	color: #000000;
}
#corpo .green1{
	background:#4f6228 ;
}
#corpo .green1 strong{
	color: #ffffff;
}
#corpo .green2{
	background:#c2d69b;
}
#corpo .green3{
	background: #eaf1dd;
}
#corpo #msg1{
	line-height:20pt;
	font-size: 15pt;
}
#corpo #msg1 label{
	font-size: 20pt;
}
#corpo #msg2{
	line-height:20pt;
	font-size: 15pt;
}
#corpo #msg2 label{
	font-size: 20pt;
}
#corpo #logos img{
	padding: 5px 10px 5px 10px;
}
#corpo ul{
	margin:10px; 
	padding:10px;
}
#corpo #conteudo{
		padding: 0px 10px 0px 0px;
}
#footer{
	background:#ffffff ;
	float:left;
	height:80;
	position:relative;
	width:100%;
	padding: 1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
	text-align: center;
}
#footer img{
	padding: 1px 10px 1px 1px;
}
#footer h3{
	color: #000000;
}
#footer #c1{
	padding: 20px 0px 20px 0px;
	float: left;
	width: 170px;
	margin-left: 20px;
	background: #eaf1dd;
	border-top: 3px solid #A7AE98;
	border-right: 3px solid #A7AE98;
	border-bottom: 1px solid #A7AE98;
	border-left: 1px solid #A7AE98;
}
#footer #c1 a{
	color: #006600;
	text-decoration: none;
}
.barraHorizontal{
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom:1px solid #000000;
}
.barraVertical{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image:url(../images/rep.jpg);
	background-repeat:repeat-y;
	width:18px;
}
