@charset "utf-8";
* {margin: 0px;}
body {background: #FFFFFF url(images/bg_tarja.jpg) repeat-x; text-align: center;}
a {color: #099; text-decoration: none;}
a:active {color: #099; text-decoration: none;}
a:visited {color: #099; text-decoration: none;}
a:hover {background-color:#099; color: #0F0; text-decoration: none; background-position: bottom;}
#geral {
	text-align: center;
	width: 1000px;
	margin: auto;
	font: normal 14px Arial, Helvetica, sans-serif;
}
#top {
	width: 1000px;
	height: 120px;
	float: left;
	background: url(images/bg_top.png) no-repeat;
}
#menu_sup1 {width: 450px; margin-top: 15px; float: left; list-style: none;}
#menu_sup2 {width: 450px; margin-top: 15px; float: right; list-style: none;}

#menu_sup1 ul {float: left; padding: 0px; margin: 0px;}
#menu_sup1 ul li {display: inline; float: left;}
#menu_sup1 ul li a {float:left; margin-right: 15px;}
#menu_sup2 ul {float: right; padding: 0px; margin: 0px;}
#menu_sup2 ul li {display: inline; float: right;}
#menu_sup2 ul li a {margin-right: 15px;}

#info {width: 1000px; height: 50px; float: left; text-align: center;}
#txt {
	width: 650px;
	float: left;
	text-align: justify;
	line-height: 22px;
	margin-left: 175px;
}
#imagem {
	background-image: url(images/interroga.gif);
	height: 630px;
	width: 1000px;
	float: left;
	z-index: 2;
}
#imagem a {
	background-color: #DDDDDD;
	display: block;
	float: left;
	height: 10px;
	width: 10px;
}
#imagem a:hover {background-color:#99FFCC;}
