body {
 margin: 0;
 padding: 0;
 width: 100%;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
}

.Menu {
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.Menu:link {color: #003366; text-decoration: underline;}
a.Menu:active {color: #993300; text-decoration: underline;}
a.Menu:visited {color: #800080; text-decoration: underline;}
a.Menu:hover {color: #993300; text-decoration: none;}

p {
 margin-top: 0px;
 margin-bottom: 18px;
}

p.Blockquote {
 margin-top: 0px;
 margin-left: 20px;
 margin-bottom: 18px;
}

.Reg {
 font-size: 10pt;
 font-weight: normal;
}

.Wee {
 font-size: 8pt;
 font-weight: normal;
}

.Title {
 font-size: 12pt;
 font-weight: bold;
}

sup {
 font-size: 8px;
 vertical-align: top;
 line-height: 11px;
}

/*
-------------------------------------------------------------------------------------------------------------
START DIV CLASSES
-------------------------------------------------------------------------------------------------------------
*/

.HomeSplash01 {
z-index: 99;
position: absolute;
left: 35px;
top: 112px;
}

.HomeSplash02 {
z-index: 99;
position: absolute;
left: 35px;
top: 363px;
}

.HomeSplash03 {
z-index: 99;
position: absolute;
left: 350px;
top: 369px;
}


/*
-------------------------------------------------------------------------------------------------------------
END DIV CLASSES
-------------------------------------------------------------------------------------------------------------
*/

/*
-------------------------------------------------------------------------------------------------------------
START FORM TABLE STYLES
-------------------------------------------------------------------------------------------------------------
*/
  .FormCellLeft {
  width:90px;
  background-color:#FFFFFF;
  font-size:10pt;
  border-width:1px;
  border-color:#999999;
  border-style:solid;
  padding:6px;
  text-align:right;
  }
  .FormCellRight {
  width:auto;
  background-color:#EFEFEF;
  font-size:10pt;
  border-width:1px;
  border-color:#999999;
  border-style:solid;
  padding:6px;
  }
  .TextInput {
  background-color:#FFFFFF;
  font-size:11px;
  border-color:#CCCCCC;
  border-width:1px;
  }
  .PickList {
  background-color:#FFFFFF;
  font-size:11px;
  border-color:#CCCCCC;
  border-width:1px;
  }
  
/*
-------------------------------------------------------------------------------------------------------------
END FORM TABLE STYLES
-------------------------------------------------------------------------------------------------------------
*/
