* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
}
body {
	background-color: white;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
h1 {
	line-height: 18pt;
	font-size: 15pt;
	text-align: center;
	font-weight: bold;
}
h2, h3 {
	line-height: 15pt;
	font-size: 12pt;
	text-align: left;
	font-weight: bold;
}
p {
	line-height: 15pt;
	font-size: 12pt;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
input, textarea, select, option {
	font-size: small;
	color: black;
}
.MainTableClass {
	border-bottom: 1em solid white;
}
.TitlePanelClass {
	width: 100%;
	padding-top: 0.5em;
}
.TitlePanelClass h1 {
	color: black;
	font-size: xx-large;
}
.LogoPanelClass {
	width: 100%;
	height: 200px;
	border-top: 4px solid #9C9C9C;
	border-bottom: 4px solid #9C9C9C;
	background-color: #46581A;
	text-align: center;
}
.MenuPanelClass {
	width: 80%;
	background-color: #7B8E4C;
}
.MenuPanelClass table {
	margin: 0.5em;
	border-collapse: collapse;
	background-color: #006600;
}
.MenuPanelClass td {
	border: 2px solid white;
}
.MenuPanelClass a {
	display: block;
	width: 8em;
	padding-top: 6pt;
	padding-bottom: 6pt;
	text-align: center;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
}
.MenuPanelClass a:hover {
	background-color: #009900;
}
.MenuPanelClass a:active {
	background-color: #009900;
}
.MainPanelClass {
	width: 80%;
	height: 100%;
	padding: 1em;;
	background-color: #7B8E4C;
}
.FooterPanelClass {
	width: 80%;
	padding: 0.5em;
	border-bottom: 4px solid #9C9C9C;
	background-color: #7B8E4C;
	text-align: right;
}
.LeftStripClass {
	width: 10%;
	background-color: white;
	border-right: 4px solid #9C9C9C;
}
.RightStripClass {
	width: 10%;
	background-color: white;
	border-left: 4px solid #9C9C9C;
}
.BorderClass {
	border: 1px solid white;
	margin: 5px;
}
.FloatRightClass {
  float: right;
  margin-left: 1em;
  border: 1px solid white;
}
.FloatLeftClass {
  float: left;
  margin-right: 1em;
  border: 1px solid white;
}
.SmallBoldClass {
	font-size: x-small;
	font-weight: bold;
}
.MediumClass {
	font-size: small;
}
.LargeBoldClass {
  font-size: medium;
  font-weight: bold;
}
.BoldItalicClass {
	font-weight: bold;
	font-style: italic;
}
.LargeBoldItalicClass {
  font-size: medium;
  font-weight: bold;
  font-style: italic;
}
.GalleryClass img {
	border: 1px solid white;
}