@media print
{
  .donotprint
  {
    display:none;
  }
}
@media screen
{
  .printonly
  {
    display:none;
  }
}
BODY
{
  padding-right: 0px;
  padding-left: 0px;
  background: url(/images/background_web3.jpg) #ffffff fixed no-repeat 50% 100px;
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 0px;
}
.header_left_top_background
{
  background-position: left top;
  background-image: url(/images/header_left_top_background2.jpg);
  width: 128px;
  background-repeat: no-repeat;
  height: 60px;
}
.header_left_bot_background
{
  background-position: left top;
  background-image: url(/images/header_left_bot_background2.jpg);
  width: 128px;
  background-repeat: no-repeat;
  height: 30px;
}
.header_center_background
{
  background-position: left top;
  background-image: url(/images/header_center_background.jpg);
  background-repeat: repeat-x;
  height: 60px;
}
.header_center_background_name
{
  background-position: left top;
  background-image: url(/images/header_center_background2.jpg);
  background-repeat: repeat-x;
  height: 60px;
  width: 605px;
}
.header_right_background
{
  background-position: right top;
  background-image: url(/images/header_right_background.jpg);
  width: 5px;
  background-repeat: no-repeat;
  height: 60px;
}
.menu_background
{
  background-position: left top;
  font-size: 1pt;
  background-image: url(/images/menu_background.jpg);
  background-repeat: repeat-y;
  height: 5px;
}
.menu_background_item 
{
  background-position: left top;
  font-size: 10pt;
  background-image: url(/images/menu_background_item.jpg);
  width: 150px;
  color: white;
  background-repeat: no-repeat;
  font-family: Arial;
  height: 29px;
}
.menu_background_item A
{
  font-size: 10pt;
  width: 150px;
  color: white;
  padding-top: 5px;
  font-family: Arial;
  height: 29px;
  text-align: left;
  text-decoration: none;
}
.menu_background_item A:hover
{
  font-size: 10pt;
  width: 150px;
  color: red;
  padding-top: 5px;
  font-family: Arial;
  height: 29px;
  text-align: left;
  text-decoration: none;
}
.menu_background_selected
{
  background-position: left top;
  font-size: 10pt;
  width: 150px;
  color: white;
  background-repeat: no-repeat;
  font-family: Arial;
  height: 29px;
  background-image: url(/images/menu_background_selected.jpg);
}
.menu_background_selected A
{
  font-size: 10pt;
  width: 150px;
  color: white;
  padding-top: 5px;
  font-family: Arial;
  height: 29px;
  text-align: left;
  text-decoration: none;
}
.menu_background_bottom
{
  background-position: left top;
  font-size: 8pt;
  background-image: url(/images/menu_background_bottom.jpg);
  color: white;
  background-repeat: no-repeat;
  font-family: Arial;
  height: 60px;
  text-align: left;
  text-decoration: none;
}
.menu_background_bottom A
{
  font-size: 8pt;
  color: white;
  font-family: Arial;
  text-align: left;
  text-decoration: none;
}
.menu_background_bottom A:hover
{
  font-size: 8pt;
  color: red;
  font-family: Arial;
  text-align: left;
  text-decoration: none;
}
.menu_background_info
{
  color: white;
  background-position: left top;
  font-size: 8pt;
  background-image: url(/images/menu_background.jpg);
  background-repeat: repeat-y;
  height: 5px;
}
.menu_background_info A
{
  font-size: 7pt;
  color: white;
  font-family: Arial;
  text-align: left;
  text-decoration: none;
}
.menu_background_info A:hover
{
  font-size: 7pt;
  color: red;
  font-family: Arial;
  text-align: left;
  text-decoration: none;
}

.main_body_table
{
  margin-top: 20px;
  font-size: 12pt;
  width: 600px;
  color: black;
  font-family: 'Times New Roman';
}
.indent
{
  font-size: 12pt;
  color: black;
  text-indent: 10pt;
  font-family: 'Times New Roman';
}
.indent u
{
  text-decoration: underline;
}
.quoted
{
  padding-right: 40px;
  padding-left: 40px;
  font-weight: bold;
  font-size: 10pt;
  color: black;
  font-family: 'Times New Roman';
}
.noindent
{
  font-size: 12pt;
  color: black;
  font-family: 'Times New Roman';
}
.disclaimer
{
  font-weight: bold;
  font-size: 6pt;
  color: black;
  font-family: Arial;
}
.disclaimer td
{
  font-weight: bold;
  font-size: 7pt;
  color: black;
  font-family: Arial;
}
.smallnote
{
    font-size: 9pt;
  color: black;
  font-family: 'Times New Roman';

}
.archiveslink 
{
  color: black;
  font-family: 'Times New Roman';
}
.archiveslink:hover
{
  color: red;
  font-family: 'Times New Roman';
}
.testin
{
  padding-right: 25px;
  padding-left: 25px;
}