@charset "windows-1252";
body { font: 10pt Verdana, Helvetica, sans-serif; }
h1,h2,h3,h4,h5,h6 { margin: 0 0 0.5em 0; padding: 0; }
h1 {font-size: 18pt}
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }
h4,h5,h6 { font-size: 10pt; }
a img { border: none; }
.bg {background-color: #CCCCCC}
#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 100% Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #CCCCCC bottom right no-repeat;
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 10px 20px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #B8B5B5 bottom center no-repeat;
	color: blue;
	padding-bottom: 10px;
	}                    
