@charset "UTF-8";

html {
  color: #000000;
  background-color: #F2F2F2;
  margin: 0px;
  margin-top: 5px;
}

/**************/
/*   Geneva		*/
/**************/

/* Prev style2 */
.MenuHeader {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px; 
}
/* Prev style20 */
.ContentText {
	background-color: transparent;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
/* Used in Tech Specs */
.ContentText:visited {
	background-color: transparent;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.ContentText:hover {
	background-color: transparent;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
/* Prev style21 */
.PurpleLink {
	background-color: transparent;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	text-decoration: none;
	color: #990099;
}
.PurpleLink:visited {
	background-color: transparent;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	text-decoration: none;
	color: #990099;
}
.PurpleLink:hover {
	background-color: transparent;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #9900FF;
	text-decoration: none;
}

/**************/
/*  Verdana	  */
/**************/

/*Prev style7 */
.MenuLink {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: none;
}
.MenuLink:visited {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: none;
}
.MenuLink:hover {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
}
/* Prev style9 */
.MenuBullet {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 12px;
}
/* Prev style11 */
.MiniVerd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
.MiniVerdRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FF0000;
}
.MiniVerdRed:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FF0000;
}
.MiniVerdRed:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FF0000;
}
/* Prev style28 */
.BlueLink{
	color: #0000EE; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 12px;
	text-decoration: none;
}
.BlueLink:visited{
	color: #0000EE; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 12px;
	text-decoration: none;
}

/**************/
/*  Courier	  */
/**************/

/* Prev style8 */
.CourierBold {
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
/* Prev style12 */
.SectionHeader {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	text-align: center;
	background-color: #000000;
}
.SectionHeader:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	text-align: center;
	background-color: #000000;
}
.style23 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
}
.WhiteCourier12Text{
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-decoration: none;
}
/* Dup style22 */
.style24 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-decoration: none;
}
.style24:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-decoration: none;
}

/**************/
/*   Arial		*/
/**************/
.ArialText {
	font-family: Arial, Helvetica, sans-serif;
}
.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Prev style13 */
.SectionSubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
	font-weight: bold;
}
/* Prev style25 */
.BlueTitle {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
  font-style: italic;
}

/**************/
/*    Misc    */
/**************/
.GreenColor{
	color: #00FF00;
}
.RedColor{
	color: #FF0000;
}
.BlueColor{
	color: #0000FF;
}
.green_bgc:hover {
	background-color: #CCFFCC;
}
.MainBodyTable{
  width: 80%; 
  margin-left: auto; 
  margin-right: auto;
  border: 0px;  
}
.SectionTable{
  background-color: #FFFFFF; 
  margin-left: auto; 
  margin-right: auto; 
  width: 95%;
  border: 0px;
}