@charset "utf-8";
html,body { 
	margin:0 0 1px 0; 
	height:100%; 
} 

.CenterBody {
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
.GreenHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	color: #00692F;
	line-height: normal;
	white-space: normal;
}
.CodeHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-variant: normal;
	color: #000;
}
.CodeBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}


.GeneralText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #000;
}
.PageHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #FFF;
	text-align: center;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.FooterText {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: x-small;
}
.RedLetter {
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
}
.RedCharacter {
	color: #F00;
}
.SmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.PageHeadline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-style: normal;
	background-color: #FFF;
	border-bottom-style: double;
	color: #00692F;
	padding-bottom: 10px;
}

a:link {
	color: #00692F;
	font-style: italic;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #00F;
}
a:active {
	text-decoration: none;
}
a {
	font-style: italic;
}
.CodeHeadlineWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-variant: normal;
	color: #FFF;
}
