@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	background-image: url(img/fundo_geral.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 10px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited { color:#000000; text-decoration:none}
a:hover { color:#000000; text-decoration:underline; cursor:hand}
a:active { color:#000000; text-decoration:none}
  
#d_menu {
	position:absolute;
	left:50%;
	width:800px;
	height:23px;
	z-index:100;
	margin-left: -400px;
	top: 118px;
	background-repeat: repeat-x;
	background-image: url(img/bg_menu.jpg);
	background-position: 0px center;
}
