body
{
  font-family: Verdana, Helvetica, Sans-Serif;
  background-color: #FFFFFF;
}

TD
{
  font-family: Verdana, Helvetica, Sans-Serif;
  font-size: smaller;
}

A
{
  color: darkblue;
  font-family: Verdana, Helvetica, Sans-Serif;
}

A:visited
{
  color: dimgray;
}

A:hover
{
  color: Blue;
}

A.MenuText
{
  font-weight: bold;
  font-size: x-small;
  color: white;
  font-family: Verdana, Helvetica, Sans-Serif;
  text-decoration: none;
}

A.MenuText:visited
{
  color: white;
}

A.MenuText:hover
{
  color: white;
}

A.MenuText:active
{
  color: white;
}

.SelectedMenuItem
{
  border-right: white 2px solid;
  border-top: white 2px solid;
  border-left: white 2px solid;
  border-bottom: white 2px solid;
  background-color: maroon;
}

.MenuItem
{
  border-right: white 2px solid;
  border-top: white 2px solid;
  border-left: white 2px solid;
  border-bottom: white 2px solid;
  background-color: #3f3f3f;
}

.SectionHeaderText
{
  font-weight: bold;
  font-size: larger;
  color: #333366;
  font-family: Verdana, Helvetica, Sans-Serif;
}

.SectionHeaderLine
{
  font-size: 1px;
  width: 100%;
  color: maroon;
}

.CSCodeBox
{
  background-color: #ffffcc;
  font-family: 'Andale Mono' , 'Courier New' , Monospace;
  font-size: x-small;
}

.VBCodeBox
{
  font-family: 'Andale Mono' , 'Courier New' , Monospace;
  font-size: x-small;
  background-color: #ccccff;
}

.SmallDate
{
  FONT-SIZE: xx-small;
  COLOR: maroon;
}

