/* CSS Document */
body {
	background-color: #BDBDBD;
}
.Orange {
	font-family: Arial, Helvetica, sans-serif;
	color: #E39C30;
	font-size: small;
}
td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
}
.CopyrightBlack {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: x-small;
}
.CopyrightOrange {
	font-family: Arial, Helvetica, sans-serif;
	color: #E39C30;
	font-size: x-small;
}
.Green {
	font-family: Arial, Helvetica, sans-serif;
	color: #00FF00;
	font-size: large;
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: large;
}

/* Links */
a:link {
	color: #E39C30;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E39C30;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
/* Specifically Called */
a.olink:link {
	color: #E39C30;
	text-decoration: none;
}
a.olink:visited {
	text-decoration: none;
	color: #E39C30;
}
a.olink:hover {
	text-decoration: none;
	color: #000000;
}
a.olink:active {
	text-decoration: none;
	color: #000000;
}
a.blink:link {
	color: #666666;
	text-decoration: none;
}
a.blink:visited {
	text-decoration: none;
	color: #999999;
}
a.blink:hover {
	text-decoration: none;
	color: #000000;
}
a.blink:active {
	text-decoration: none;
	color: #000000;
}