BODY {
font-family : Verdana, Arial;
font-size : 10pt;
color : black;
margin-left : 0pt;
margin-right : 0pt;
margin-top : 0pt;
margin-bottom : 0pt;
}
TD {
font-family : verdana, Arial;
font-size : 10pt;
color : black;
}
P {
font-family : verdana, Arial;
font-size : 10pt;
color : black;
}
A:visited {
  Color : blue;
  font-weight:normal;
  text-decoration: none

}
A:link {
  Color : blue;
  font-weight:normal;
  text-decoration: none
}
A:hover {
  Color : red;
}


<!-- content tables{  }
TD.tbltitle {
  color: white;
  background-color: midnightblue;
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold;
}

TD.tblmain {
  color: black;
  background-color: white;
  text-decoration: none;
  font-size: 9pt;
  font-weight: normal;
}

TR.tblmain-odd {
  background-color: white;
}

TR.tblmain-even {
  background-color: #e8e8e8;
}

<!-- time{  }
TD.time {
  color: gray;
  text-decoration: none;
  font-size : 7pt;
  font-weight : normal;
}

<!-- title{  }
TD.maintitle {
  color: #003366;
  text-decoration: none;
  font-family : verdana, Arial;
  font-size : 18pt;
  font-style : italic;
  font-weight : bold;
}

<!-- nav bar{  }
TD.nav {
  color: white;
  background-color: #003366;
  text-decoration: none;
  font-size: 8pt;
  font-weight: bold;
}

a:link.nav {
  Color : white;
  text-decoration: none;
  font-size : 8pt;
  font-weight : bold;
}
a:visited.nav {
  Color : white;
  text-decoration: none;
  font-size : 8pt;
  font-weight : bold;
}
a:hover.nav {
  color: white;
  text-decoration: underline;
  font-size : 8pt;
  font-weight : bold;
}

<!-- nav bar small text{  }
TD.navsmall {
  color: white;
  background-color: midnightblue;
  text-decoration: none;
  font-size: 6pt;
  font-weight: normal;
}

INPUT.navsmall {
background-color: white;
color: black;
font-size: 6pt;
font-weight: normal;
} 

INPUT.navsmallcheck {
background-color: midnightblue;
color: black;
font-size: 6pt;
font-weight: normal;
} 


<!-- nav menu headings{  }
a:link.navmenu {
  Color : white;
  text-decoration: none;
  font-size : 8pt;
  font-weight : bold;
}
a:visited.navmenu {
  Color : white;
  text-decoration: none;
  font-size : 8pt;
  font-weight : bold;
}
a:hover.navmenu {
  color: red;
  text-decoration: none;
  font-size : 8pt;
  font-weight : bold;
}
TD.navmenu {
  background-color: black;
  text-decoration: none;
  font-size : 8pt;
  font-weight : bold
}

<!-- nav sub menu items{  }
a:link.navsubmenu {
  Color : black;
  text-decoration: none;
  font-size : 8pt;
  font-weight : normal;
}
a:visited.navsubmenu {
  Color : black;
  text-decoration: none;
  font-size : 8pt;
  font-weight : normal;
}
a:hover.navsubmenu {
  color: yellow;
  text-decoration: none;
  font-size : 8pt;
  font-weight : normal;
}
TD.navsubmenu {
  background-color: cornflowerblue;
  text-decoration: none;
  font-size : 16pt;
  font-weight : normal
}

<!-- nav sub menu invisible items{  }
TD.navsubmenuinvisible {
  color: red;
  background-color: cornflowerblue;
  text-decoration: none;
  font-size : 1pt;
  font-weight : normal;
}

<!-- footer{  }
TD.footer {
  color: black;
  text-decoration: none;
  font-size : 7pt;
  font-weight : normal;
}
