/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#999966;
	background-image: url(../imagens/base7.jpg);
	background-attachment:fixed;
}
html {
		overflow: -moz-scrollbars-vertical;
}
.arial_16_menu {
font-family: Arial;
font-size: 16px;
font-weight: bold;
color:#000000;
text-decoration:none;
}
.arial_16_menu:hover {
font-family: Arial;
font-size: 16px;
font-weight: bold;
color:#FFFFFF;
text-decoration:none;
}
.arial_16_menu:visited {
font-family: Arial;
font-size: 16px;
font-weight: bold;
text-decoration:none;
}
.arial_16_menu:link {
font-family: Arial;
font-size: 16px;
font-weight: bold;
color:#000000;
text-decoration:none;
}
.style1 {
	font-family: Verdana;
	font-size: 12px;
	color:#000000;
}
.style2 {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
}
.style3 {font-size: 14px}
.style4 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.style5 {font-size: 11px}
.style6 {font-family: Verdana; font-size: 11px; }
.style7 {font-family: Verdana; font-size: 11px; color: #666666; }
.style8 {
	color: #FFFFFF;
	font-weight: bold;
}
.style9 {color: #003399}
.link {text-decoration:none;
}
/* menu css */
#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
}
#menu li {
	font: 67.5% "Arial";
	font-size:16px;
	font-weight:bold;
	margin: 0;
	padding: 0;
}
#menu a {
	border-bottom: 1px solid #434934;
	color: #000000;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #434934 url("imagens/hover.gif") left center no-repeat;
	color: #FFFFFF;
	padding-bottom: 8px;
}
/* fim menu css */