/* This contains all button stylesheets */
.menubutton
{
    border-right: #999999 3px solid;
    border-top: #80aeef 3px solid;
    font-weight: bold;
    font-size: 13px;
    border-left: #80aeef 3px solid;
    width: 150px;
    height: 24px;
    color: white;
    border-bottom: #1c416a 3px solid;
    font-family: Arial, Helvetica, Verdana;
    background-color: #FF0000
}

.menubuttonhover
{
    border-right: #999999 3px solid;
    border-top: #80aeef 3px solid;
    font-weight: bold;
    font-size: 12px;
    border-left: #80aeef 3px solid;
    width: 150px;
    height: 24px;
    color: white;
    border-bottom: #1c416a 3px solid;
    font-family: Arial, Helvetica, Verdana;
    background-color: #000000
}







/* This contains all of the TD stylesheets */
.toptable
{
  border-bottom: 1px solid black;
}

.tdtop
{
  font-weight: bold;
  font-size: 22pt;
  border-color:white;
  color: black;
}

.tdleftmenu
{
  background-color: black;
  border-color:black;
  color: white;
}

.tdcopyright
{
  font-weight: normal;
  font-size: 9pt;
  background-color: black;
  border-color:black;
  color: white;
}

.anchor
{
  font-size: 7pt;
}

.tdcontent
{
  border-right: 1px dotted red;
}

.tdcontentheader
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: red;
  font-weight: bold;
  font-size: 14pt;
  text-decoration: underline;
}

.tdcontentheaderdescription
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12pt;
}

.tdcontentdetailheader
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border-top: 2px solid black;
  background-color: red;
  color: white;
  font-weight: bold;
  font-size: 11pt;
}

.tdcontentdetail
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

.ullist
{
  color: red;
}

.ullist2
{
  color: red;
  list-style: square inside;
}

.ullist3
{
  color: red;
  list-style: circle inside;
}

.inputbox
{
  background-color: rgb(198,214,231);
}





/* This contains all of the text div tag variations */
.divleftmenuheader
{
  font-weight: bold;
  font-size: 12pt;
  text-decoration: underline;
}

.divleftmenutext
{
  font-weight: normal;
  font-size: 9pt;
}