a:link { 
	color: #002000 
}
a:visited { 
	color: #002000 
}
a:hover { 
	color: #002000 
}
a:active { 
	color: #002000 
}
.Nobr {
	white-space: nowrap;
}
.Header {
	color: green;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 6px outset #008080;
	height: 100px;
}
.LeftIcon {
	height: 75px;
	width: 136px;
	text-align: left;
	float: left;
	margin-top: 13px;
}
.ContentHeader {
	height: auto;
	text-align: center;
	width: 528px;
	float: left;
}
.RightIcon {
	height: 75px;
	width: 136px;
	text-align: right;
	float: right;
	clear: right;
	margin-top: 13px;
}
.Heading {
	color: #002000;
	font-size: 175%;
}
.SubHeading {
	color: green;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.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: left;
	padding-right: 2px;
	padding-left: 2px;
}
.GreenText {
	color: green
}
.CopyrightInfo {
	padding: 0px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #008080;
}
