.headerBG {
	background-image: url(images/headerBG.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.topnav:link,a.topnav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.topnav:hover {
	color: #FFCC66;
	text-decoration: none;
}
a.topnav:active {
	color: #FFFFCC;
	text-decoration: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;

}

