html{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}

body {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
}

a:link {
	font-family: Serif;
	color: #86202C;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Serif;
	color: #86202C;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Serif;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	font-family: Serif;
	color: #86202C;
	font-weight: bold;
	text-decoration: none;
}
.Title {
	font-family: Serif;
	font-size: 32px;
	font-weight: bold;
	color: #000000;
}
.SubTitle {
	font-family: Serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.PageTitle {
	font-family: Serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.SubPageTitle {
	font-family: Serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.Cell{
	background-color: #C0C0C0;
	border: 3px solid #86202C;
	font-family: Serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.Menu{
	background-color: #C0C0C0;
	border: 3px solid #86202C;
	font-family: Serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.Copyright {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.GO_Link {
	font-family: Verdana;
	font-size: 11px;
}
