body    
{ 
	color: black; 
	background-color: #c0b9c0
}
.Spacer {
	height: 32px;
}
.InterSpacer {
	height: 8px;
}
a:link { 
	color: #002000 
}
a:visited { 
	color: #002000 
}
a:hover { 
	color: #002000 
}
a:active { 
	color: #002000 
}
.Nobr {
	white-space: nowrap;
}
.Header {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 6px outset #008080;
	height: 77px;
}
.LeftIcon {
	height: 77px;
	width: 136px;
	text-align: left;
	float: left;
}
.ContentHeader {
	height: 77px;
	text-align: center;
	width: 528px;
	float: left;
}
.Heading {
	color: #8b0000;
	font-size: 175%;
	position: relative;
	text-transform: uppercase;
}
.SubHeading {
	color: #662d91;
	position: relative;
	text-transform: uppercase;
}
.RightIcon {
	height: 77px;
	width: 136px;
	text-align: right;
	float: right;
	clear: right;
}
.Content {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 6px outset #008080;
	clear: both;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
}
.CopyrightInfo {
	padding: 0px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #008080;
}
