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

body {
	background-color:#fff;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}

div.meio {
	width:600px;
	margin:auto;
	background-image:url(images/fundo2.gif);
	background-repeat:no-repeat;
	background-position:top right;
	padding-top:80px;
	
}
div.contentor {
	display:block; 
	clear:both;
	padding-top:30px;
}

div.logo {
	width:223px;
	height:28px;
	float:left;
	background-image:url(images/logo2.gif);
	background-repeat:no-repeat;
}
input#procura{
	width:288px;
	font-size:11px; 
	height:29px; 
	padding:3px 6px; 
	line-height:29px; 
	background-image:url(images/fundopesq2.gif);
	border:none;
	float:left;
	color:#333;
}
.botao {
color:#799F06 ;
font-weight:normal;
font-size:140%;
border: none !important;
background-image: url(images/botao_ok2.gif);
width:50px;
height:35px;
}

select#drop {
	width:224px;
	font-size:11px; 
	height:32px; 
	padding:6px; 
	line-height:32px; 
	background-image:url(images/fundodrop2.gif);
	border:none;
	float:left;
	font-size:13px;
	color:#333;
	background-color:#Ededed;
}

/**/

a{
color: #666;
text-decoration: none;

}

a:hover{
color: #799F06;

}
p{
margin: 0;
padding: 5px;
line-height: 2em;
text-align: justify;
}

.box{
background: #ededed;

}
.boxholder{
clear: both;
padding:10px 10px 20px 10px;
background-color:#ededed;
background-image:url(images/fundo_box2.gif);
background-repeat:no-repeat;
background-position:bottom;
}
.tab{
float: left;
height: 25px;
width: 80px;
margin: 0 3px 0 0;
text-align: center;
background: #171717 url(images/tab2.gif) no-repeat;
}
.tab:hover {
	cursor:pointer;
	color: #799F06 !important;
	
}
.tabtxt{
margin: 0;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 9px 0 0 0;
}

div.interruptor {
	float:right;
	margin-top:8px;	
}

.taba a:link{
float:right;
font-size:11px;
filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	font-weight:normal !important;
}

.taba a:hover{
float:right;

filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	font-weight:normal !important;
}

