body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 12px;
}
#topMenu {
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3333FF;
	border-bottom-width: 1px;
	border-bottom-color: #3333FF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	width: 99%;
}
.paraText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.paraHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}


a:link {
	color: #00CCFF;
	border-top-style: none;
	border-right-style: none;
	text-decoration: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}


a:visited {
	color: #00CCFF;
	border-top-style: none;
	border-right-style: none;
	text-decoration: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	border-bottom-width: 0px;
	border-bottom-color: #00ccff;
}

a:hover {
	color: #FFFFFF;
	background-color: #0000FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #000066;
}


#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 8pt;
	padding-top: 70px;
	margin: 0px;
	padding-left: 5px;
}
