/* CSS Document */
body {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#000000;
    font-weight: normal;
    background-color:#004400;
}

a {font-family:Eurostile, Arial, sans-serif; font-size:14px; font-weight:bold; color: #0040A7}

h1 {color:#990022; font-family:Arial, Helvetica, sans-serif; font-style: italic; font-weight:bold }
h2 {color:#004400; font-family:Eurostile, Arial, sans-serif; font-style:italic; font-weight:bold;}
h4 {color: #990022; font-style:italic; font-weight:bold}

.small {
	font-size: small;
	font-style: italic;
}

.smalltext {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
    font-style: normal;
    line-height:normal;
    color: #000000;
}

.largertext {font-family: Eurostile, Arial, sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

.tabletext {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:normal;
    line-height:normal;
    color: #000000;
}
.whitesmalltext {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
  line-height:normal;
  color:#FFFFFF;}

.whitelargetext {
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:bold;
  line-height:normal;
  color:#FFFFFF;}

.blacklargetext {
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:bold;
  line-height:normal;
  color:#000000;}

.styleorange {color:#FF9900; font-weight:bold; font-style:italic;}
.stylegreen {color:#004400; font-weight:bold; font-style:italic;}
.styleblue {color:#002266; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
.stylered {color:#990022; font-weight: bold; }

.homesubhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 21px;
	font-style: italic;
    font-weight:bold;
	color: #990022;
}

.bluesubhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
    font-weight:bold;
	color: #002266;
}

.greensubhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
    font-weight:bold;
	color: #004400;
}

.redsubhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
    font-weight:bold;
	color: #990022;
}

.bluelargetext {
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:bold;
  line-height:normal;
  color:#002266;}

.posterblacktext {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:16px;
  font-weight:bold;
  line-height:normal;
  color:#000000;}

.slideshow {
  position: relative;
  width: 448px;
  height: 336px;
}

.photos {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  visibility: hidden;
}

