
body{
background-image: url(images/bg_body.jpg);
padding:5px;
margin:0px;
font-family:verdana;
font-size:11px;
color:#333333;
}

td{
font-family:verdana;
font-size:11px;
color:#333333;
}

a{
font-family:verdana;
font-size:10px;
font-weight:bold;
color:#9B9B9C;
text-decoration:none;
outline: none;
}

a:hover{
font-family:verdana;
font-size:10px;
font-weight:bold;
color:#C70000;
text-decoration:underline;
}
:focus
{
  -moz-outline-style: none;
}

.tit_exp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	background-color: #E9E2D0;
	color: #43523D;
	padding-left: 10px;
	padding-top: 5px;
}


.menu {
	text-indent: 20px;
	border-bottom: 1px solid #E9AB08;
}

.menu_link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	display: block;
	padding-top: 3px;
	background-color: #DDE8E6;
	text-indent: 20px;
	border-bottom: 1px solid #E9AB08;
}

.menu_link:hover {
	color: #AB2711;
	background-color: #CCD6D4;
	text-decoration: none;
}

.titulo{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
	font-weight: bold; 
}

.texto{
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
}
.botao{
	border: 1px solid;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #F3F0BE;
}
.input_text{
	border: 1px solid;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;	
}

.env{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.textopeqlink2{
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	text-decoration: none;
	background-color: #333333;
	
}

.textopeqlink2:hover{
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	text-decoration: none;
	background-color: #aaaaaa;
}


