BODY, TD, TH {
	background-color: #000000;
	background: #000000;
	font-size: 10pt;
	font-family: sans-serif;
	font-weight: bold;
	color: #00FFFF;
}
A:link {
	color: #FFFF00;
}
A:visited {
	color: #00FFFF;
}
A:active {
	color: #00FF00;
}
A:hover {
	color: #00FF00;
}
HR {
	border-width: 1px;
	border-style: dashed;
	border-color: #00FF00;
}
H1 {
	font-size: 18pt;
	color: #3399CC;
}
H2 {
	font-size: 16pt;
	color: #3399CC;
}
H3 {
	font-size: 14pt;
	color: #3399CC;
}
H4 {
	font-size: 12pt;
	color: #3399CC;
}
H5 {
	font-size: 10pt;
	color: #3399CC;
}
H6 {
	font-size: 8pt;
	color: #3399CC;
}
.MainTitle {
	font-size: 24pt;
	color: #FFFFFF;
	text-align: center;
}
.ContactInfo {
	font-size: 8pt;
	color: #FFFFFF;
}
.CopyrightInfo {
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
}
.Navigation {
	font-size: 8pt;
	text-align: center;
}
input.Search {
	background-color: #000000;
	background: #000000;
	font-size: 10pt;
	font-family: sans-serif;
	font-weight: bold;
	color: #00FFFF;
	border-color: #00FFFF;
}