.estilo:link {color: black; text-decoration: none}
.estilo:visited {color: black; text-decoration: none}
.estilo:active {color: black; text-decoration: none}
.estilo:hover {color: red; text-decoration : none}

/* comandos do menu esquerdo
#menubv {
width: 11em;
padding: 0;
margin: 0;
font: 10px arial, sans-serif;
color: black;
}
#menubv ul {
list-style: none;
margin: 0;
padding: 0;
}

#menubv li a {
/*display: block;*/
/*padding: 1px 1px 1px 0.5em;
font-weight:bold;
color: black;
text-decoration: none;
}
#menubv li a:hover {
border-left: 2px solid darkred;
color: darkred;
}*/


#menubv {
width: 11.5em;
padding: 0;
margin: 0;
font: 10px arial, sans-serif;
}
#menubv ul {
list-style:none;
margin: 0;
padding: 0;
}

#menubv li {
border-bottom: 1px solid white;
margin: 0;
}

#menubv li a {
display: block;
padding: 1px 1px 1px 0.5em;
font-weight:bold;
/*border-right: 5px solid lightblue;*/
/*background-color: #0066cc;*/
background-color: #eae8e9;
/*cor das letras dos botoes*/
color: black;
text-decoration: none;
}

#menubv li a:hover {
background-color: white;
color: black;
}


/*construção do site*/
#corpo {
	width: 761px; 
	height: 100%;
	border-style: solid;
	border-color: silver;
	border-width: 1px;
	background-color: whitesmoke;

	}
#topoum { 
	width: 760px; 
	height: 10px;
	background-color: #cccccc;
	} 
	

#topodois { 
	width: 760px; 
	height: 134px;
	background-image: url("images/untitled-19.png");
	background-repeat: no-repeat; 
	}
#esq { 
	width: 119px; 
	height: 320px;
	/*background-image: url("bgduplocinza.jpg");*/
	background-color: #eae8e9;
	/*background-image: url("barra1.gif");*/
	background-repeat: repeat-x;
	background-position: bottom center;
	float: left; 
	}
#meio { 
	width: 500px; 
	height: 100%; 
	float: left; 
	background-color: #cccccc; }
#dir { 
	width: 120px; 
	height: 320px; 
	background-image: url("bgcinza.jpg");
	background-repeat: repeat-x;
	background-position: bottom center;
	float: right; 
	}
#rodape { 
	width: 760px; 
	height: 30px;
	background-image: url("img_rodape_fundo.jpg");
	background-color: silver;
	border-top: solid 1px #ccc;

	}
/*rodape1 Exibe banners - localizado acima do rodape*/
#rodape1 {
width: 760px; 
	height: 50px;
	background-image: url("img_rodape_fundo.jpg");
	background-color: silver;
	border-top: solid 1px #ccc;

#menusuperior { 
	width: 760px; 
	height: 16px;
	background-image: url("img_rodape_fundo.jpg");
	background-color: silver;
	border-top: solid 1px #ccc;
	
	}

.iframe {
width: 520px;
	/*width: 520px; */
	/*height: 270px;*/
	height:100%;
	}

/*menu do lado esquerdo*/
#formtitulo{
	width: 118px;
	height: 20px;
	/*background-image:   url("images/img_titulos.png");*/
	background-image:   url("images/bt-base.gif");
	background-repeat: no-repeat;
	/*border-style: dashed;
	border-width: 1px;
	border-color: silver;*/
	float: left;
	}


.form {	width: 118px;
	height: 30px;
	padding: 5 5 5 5px;
	border-style: solid;
	border-width: 1px;
	border-color: silver;
	background-image: url("bgcinza.jpg");
	background-repeat: repeat-x;
	float: left;
	}
	
#formdois {width: 118px;
	height: 50px;
	/*border-style: solid;
	border-width: 1px;
	border-color: silver;*/
	float: left;
	}
	
.fonte{	font-family: arial;
	font-size: 10px;
	color: darkblue;
	}
.fonteum{font-family: arial;
	font-size: 12px;
	color: white;
	text-align: center;
	}
.fontedois{font-family: arial;
	font-size: 10px;
	color: black;
	text-align: center;
	}
	
#topomeio { width: 518px;
	height: 51px;
	/*border-style: solid; 
	border-width: 1px; 
	border-color: silver;*/
	float: left;
	/*background-image: url("img_titulos.jpg");*/
	background-color: silver;}
#menubarra { 
	width: 760px;
	height: 21px;
	background-image: url("images/barra1.png");
	background-repeat: no-repeat;
	}
	

