<style>

  /* Background image, selected based on color depth of system */
  body.background08  {background-image:url(background08.gif); background-repeat: no-repeat;}
  body.background16  {background-image:url(background16.gif); background-repeat: no-repeat;}
  body.background32  {background-image:url(background32.jpg); background-repeat: no-repeat;}

  /* Default font for elements */
  td   {font-family:Tahoma; font-size:11px; color:#000000;}
  /*  span {font-family:Tahoma; font-size:11px;} */
  div  {font-family:Tahoma; font-size:11px}

  /* Text styles */
  span.tabPadding    {padding-top:9px;}
  span.tabTitle      {color:#006633; font-weight:bold;   font-family:Tahoma; font-size:25px; white-space:nowrap;}
  span.tabSubTitle   {color:#000000; font-weight:normal; font-family:Tahoma; font-size:19px; white-space:nowrap;}
  span.sectionTitle  {color:#000000; font-weight:bold;   font-family:Tahoma; font-size:12px; white-space:normal;}
  span.sectionText   {color:#000000; font-weight:normal; font-family:Tahoma; font-size:11px; white-space:normal;}
  span.itemText      {color:#000000; font-weight:normal; font-family:Tahoma; font-size:11px; white-space:normal;}
  span.itemLink1     {font-size:11px; font-weight:bold; font-family:Tahoma;}
  span.itemLink2     {font-size:11px; font-weight:normal; font-family:Tahoma;}

  /* Spacing between sections */
  td.sectionSpacing  {height:10px;}

  /* Right hand margin for page */
  td.rightMargin {width:60px;}

  /* Line border between section title and section links */
  td.sectionLine    {border-bottom:1px solid green;}

  /* Extra spacing between title and first link of section */
  td.firstLineSpacing {height:3px;}

  /* Anchor text and padding for section links */
  a.sectionLink         {color:#003399; font-weight:bold; font-family:Tahoma; font-size:11px;}
  a.sectionLink:hover   {color:#990000; font-weight:bold; font-family:Tahoma; font-size:11px;}
  a.tabLink             {color:#003399; font-weight:normal; font-family:Tahoma; font-size:11px;}
  a.tabLink:hover       {color:#990000; font-weight:normal; font-family:Tahoma; font-size:11px;}
  span.anchorPadding    {padding:2px;}

  /* Cell layout for links */
  td.linkIndent   {padding-left:10px;}
  td.linkNoIndent {padding-left:0px;}
  td.linkBullet   {padding-left:0px; padding-top:6px; width:10px; vertical-align:top;}
  td.linkText     {padding-left:5px; padding-top:3px; white-space:nowrap;}
  td.noLinkText   {padding-left:5px; padding-top:3px; white-space:nowrap;}
  td.linkTime     {padding-left:10px; white-space:nowrap; vertical-align:bottom; }

  /* Tab style, selected based on whether tab is selected or cursor is hovered */
  td.tabMarginTop    {border-bottom:1px solid #83B659; border-right:1px solid #83B659;}
  td.tabMarginBottom {border-top:1px solid #83B659; border-right:1px solid #83B659;}
  td.tabNormal  {border:1px solid #83B659;  
                 padding:2px; padding-top:3px; background-color:#EAF2EE; }
  td.tabSelect  {border:0px solid #83B659;  
                 padding:2px; padding-top:3px; background-color:transparent; }
  td.tabHover   {border:1px solid #83B659;  
                 padding:2px; padding-top:3px; background-color:white; }

  /* Image cell of tab, selected based on whether tab is selected or cursor is hovered */
  td.tabImageNormal  {border:0px; height:40px; width:40px; vertical-align:top; }
  td.tabImageSelect  {border:0px; height:40px; width:40px; vertical-align:top; }
  td.tabImageHover   {border:0px; height:40px; width:40px; vertical-align:top; }

  /* Text cell of tab, selected based on whether tab is selected or cursor is hovered */
  td.tabTextNormal {color:#000000; font-weight:normal; font-family:Tahoma; font-size:11px; padding:0px; width:115px;}
  td.tabTextSelect {color:#000000; font-weight:bold;   font-family:Tahoma; font-size:11px; padding:0px; width:115px;}
  td.tabTextHover  {color:#000000; font-weight:normal; font-family:Tahoma; font-size:11px; padding:0px; width:115px;}

  /* Buttons at bottom of page */
  td.buttonBar {color:#C0C0C0; background-color:#C0C0C0; padding-top:3px; height:28px;}
  button.main  {background-image:url('button_main.jpg'); background-repeat: no-repeat; border:0px;
                width:140px; height:22px; text-align:center; cursor:pointer; 
                font-family:Tahoma; font-size:11px; color:#000000;}

  table     {border-collapse:collapse;}
  div.indent {padding-left:10px;}

</style>
