#force-scrollbar {
	position: absolute; top: 0; bottom: -1px;
   	width: 1em; z-index: -1;
}

body {
	margin: 0px 0px;
	padding: 0px;
	background-color: #999999;
}
hr {
	border: 0;
    width: 100%;
	height: 1px;
	color: #000000;
	background-color: #000000;
}
.menutoptext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.menutext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.menutextselected {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #660099;
}

.bodyheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

.bodytextmedium {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.bodytextmediumbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.bodytextsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
}
.bodytextsmallbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	font-weight: bold;
}
.bodytextsmallitalics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	font-style: italic;
}
.bodytextsmallcitation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
}

a:link, a:active, a:visited  {
	text-decoration: none;
	color: #660099;
}
a:hover {
	text-decoration: underline;
	color: #660099;
}
a.menutextselected:link, a.menutextselected:active, a.menutextselected:visited, a.menutextselected:hover {
	text-decoration: underline;
	color: #660099;
}
