@charset "utf-8";
body {
	margin-top: 10px;
	margin-bottom: 30px;
	scrollbar-arrow-color: #2E6CC1;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #4c4c4c;
	background-color: #000000;
	text-align: left;
}
a:link {
color:#0000ff;
text-decoration:none;
}
a:visited {
	text-decoration:none;
	color:#0000FF;
}
a:hover {
	text-decoration:underline;
	color:#990000;
}
a:active {
	text-decoration:none;
	color:#0000FF;
}
.pagetitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #000066;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.bodytext-sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.footertext {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #CCCCCC;
}

