@charset "UTF-8";body  {	font: 100% Verdana, Arial, Helvetica, sans-serif;	background: #fff;	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #000000;}.calloutBox {
  background-color: #BC002D;
  color: #000;
  float: right;
  width: 350px;
}
.horizontal {
  background-color: #FFF;
  border-bottom: 5px solid #BC002D;
  border-left: none;
  border-right: none;
  border-top: 5px solid #BC002D;
  color: #000;
  margin: 0 5px;
  padding: 20px 20px;
}
.H2SubHead { font-family:  Verdana, Helvetica, Tahoma, Arial, Franklin Gothic, sans-serif; font-weight: bold; color: #000000; font-size: 12pt; text-decoration:none; /*this changes color of the unvisited header link*/}
.H2SubHead:visited { color: #000000; /*this changes color of visited  header link*/}
.H2SubHead:visited { color: #000000; /*this changes color of the most recently visited header link*/}
.H2SubHead:hover { text-decoration:underline; color:#000000; }

.H3SubHead { font-family:  Verdana, Helvetica, Tahoma, Arial, Franklin Gothic, sans-serif; font-weight: bold; color: #000000; font-size: 10pt; text-decoration:none; /*this changes color of the unvisited header link*/}
.H3SubHead:visited { color: #000000; /*this changes color of visited  header link*/}
.H3SubHead:visited { color: #000000; /*this changes color of the most recently visited header link*/}
.H3SubHead:hover { text-decoration:underline; color:#000000; }

.AboutPlain { font-family: Verdana, Helvetica, Tahoma, Arial, Franklin Gothic, sans-serif; font-weight: plain; color: #000000; font-size: 9pt; text-decoration:none; }
.AboutPlain:link { font-family: Verdana, Helvetica, Tahoma, Arial, Franklin Gothic, sans-serif; font-weight: plain; color: #004276; font-size: 9pt; text-decoration:underline; }
.AboutPlain:visited { font-family: Verdana, Helvetica, Tahoma, Arial, Franklin Gothic, sans-serif; font-weight: bold; color: #004276; font-size: 9pt; text-decoration:none; }
.AboutPlain:hover { font-family: Verdana, Helvetica, Tahoma, Arial, Franklin Gothic, sans-serif; font-size: 9pt; text-decoration: underline}

.AboutBold { font-family: Verdana, Helvetica, Tahoma, Arial, Franklin Gothic, sans-serif; font-weight: bold; font-size: 8pt; }

.BodyPlain { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 10pt; color: #000;}
.BodyBold { font-family: Tahoma, Verdana, Arial, sans-serif; font-weight: bold; font-size: 10pt; }
.BodyItalic { font-family: Tahoma, Verdana, Arial, sans-serif; font-style: italic; font-size: 10pt; }
.BodyBoldItal { font-family: Tahoma, Verdana, Arial, sans-serif; font-style: italic; font-weight: bold; font-size: 10pt; }

.CaptionPlain { font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 8pt; color: #000;}
.CaptionBold { font-family: Tahoma, Verdana, Arial, sans-serif; font-weight: bold; font-size: 8pt; }

.NavigationPlain { font-family: Verdana, Helvetica, Tahoma, Arial, Franklin Gothic, sans-serif; font-size: 8pt;  text-decoration:none;}
.NavigationPlain:link { font-family: Verdana, Helvetica, Tahoma, Arial, Franklin Gothic, sans-serif; font-size: 8pt; color: #000000; text-decoration: none;}
.NavigationPlain:visited { font-family: Verdana, Helvetica, Tahoma, Arial, Franklin Gothic, sans-serif; font-size: 8pt; color: #800040; text-decoration: none;}
.NavigationPlain:hover { font-family: Verdana, Helvetica, Tahoma, Arial, Franklin Gothic, sans-serif; font-size: 8pt; color: #0000ff; text-decoration: underline;}

.CallBoxPlain { font-family: Verdana, Tahoma, Helvetica, Arial, Franklin Gothic, sans-serif; font-size: 7pt;  text-decoration:none;}
