.ReallyDarkGreenBackground {
	background: #171b0E; /*Black Green*/
}

.DarkGreenBackground {
	background: #505C39; /*Dark Green*/
}

.RustBackground {
	background: #A65021; /*Rust*/
}

.MediumGreenColor {
	color: #7E905D; /*Medium Green*/
}

.MediumGreenBackground  {
	background: #7E9050; /*Medium Green*/
}


.LightGreenColor {	
	color: #ABBC8B; /*Light Green*/
}

.LightGreenBackground {
	background: #ABBC8B; /*Light Green*/
}

.ReallyLightGreenBackground {
	background:#DCE7C8; /*Really Light Green*/
}

.MediumGreenBackground  {
	background-color: #7E9050;
}

.GreenOvalBackground {
	background-image: url(../images/main/collection_green_oval.gif);
	background-repeat: no-repeat;
	height: 171px;
	text-align: center;
}

body {
	background: #2b3f64; /*Dark blue*/
	color: #2B331B;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}

a {
  color: #2b3f64; /*Really Dark Blue*/
  /* text-decoration: none;*/
}

a:hover {
  color: #9acfee; /*Light Blue*/
  /* text-decoration: none;*/
}

a:active {
  color: #2b3f64; /*Blue*/
  /* text-decoration: none;*/
}

a.footer {
  color: #9acfee; /*Really Dark Blue*/
  /* text-decoration: none;*/
}

a.footer:hover {
  color: #9acfee; /*Light Blue*/
  /* text-decoration: none;*/
}

a.footer:active {
  color: #9acfee; /*Blue*/
  /* text-decoration: none;*/
}

td, p, ul {
	background: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}

td.footer {
	background: #2b3f64;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #9acfee;
}
td.SmallerText, p.SmallerText, span.SmallerText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #9acfee;
}

td.pageHeading, div.pageHeading, span.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #2B331B;
  padding-top: 25px;
}