body
{
  font-family: verdana,tahoma;
  font-size: 80%;
}

.normal
{
  font-family: tahoma,verdana;
  font-size: 80%;
}

.textinput
{
  border: 1 solid #aaCCcc;
  background-color: #f4fff9;
}

.button
{
  background-color: #c0d8d8;
  border: 1 solid #aaCCcc;
}

a
{
  color: #008888;
}

a:hover
{
  color: #00BB88;
}

a:visited
{
  color: #446677;
}

td.tl
{
    border-color: #ccdddd;
    border-style: solid;
    border-top-width: 0;
    border-left-width:0;
    border-right-width: 1;
    border-bottom-width: 1;
}

td.top
{
    border-color: #ccdddd;
    border-style: solid;
    border-top-width: 1;
    border-left-width:0;
    border-right-width: 0;
    border-bottom-width: 0;
}

td.tr
{
    border-color: #ccdddd;
    border-style: solid;
    border-top-width: 0;
    border-left-width:1;
    border-right-width: 0;
    border-bottom-width: 1;
}

td.left
{
    border-color: #ccdddd;
    border-style: solid;
    border-top-width: 0;
    border-left-width:1;
    border-right-width:0;
    border-bottom-width:0;
}

td.right
{
    border-color: #ccdddd;
    border-style: solid;
    border-top-width: 0;
    border-left-width:0;
    border-right-width:1;
    border-bottom-width:0;
}

td.bl
{
    border-color: #ccdddd;
    border-style: solid;
    border-top-width: 1;
    border-left-width:0;
    border-right-width: 1;
    border-bottom-width: 0;
}

td.bottom
{
    border-color: #ccdddd;
    border-style: solid;
    border-top-width: 0;
    border-left-width:0;
    border-right-width: 0;
    border-bottom-width: 1;
}

td.br
{
    border-color: #ccdddd;
    border-style: solid;
    border-top-width: 1;
    border-left-width:1;
    border-right-width: 0;
    border-bottom-width: 0;
}



.MainMenuBar
{
  background-image: url("images/menubar.jpg");
  background-repeat: repeat-x;
}

.MainMenuBarEdge
{
  background-image: url("images/menubar_edge.jpg");
  background-repeat: repeat-x;
}

.MainMenuButton
{
  /*border-style: solid;
  border-width: 0;
  border-color: #ddeedd;*/
  padding-top:1;
  padding-left: 10;
  padding-right: 10;
  padding-bottom:2;
  text-decoration: none;
  color: #006666;
  font-size: 70%;
  /*background-color: #dde8e0;
  background-image: url("images/button.gif");*/
  height:17;
  /*width: 50;*/
  font-family: tahoma;
  text-align: center;
}

.MainMenuButton:hover
{
  /*color: #009999;
  background-color: #cce5dd;*/
  color: #007755;
  background-image: url("images/menubar1.jpg");
  background-repeat: repeat-x;
}

.MainMenuButton:active
{
  /*color: #009999;
  background-color: #cce5dd;*/
  background-image: url("images/menubar_invert.jpg");
  background-repeat: repeat-x;
}

.question
{
  font-family: verdana,tahoma,arial,sans-serif,helvetica;
  font-weight: bold;
  font-size: 95%;
  color: #008888;
}

.answer
{
  font-family: verdana,tahoma,arial,sans-serif,helvetica;
  font-size: 80%;
  color: #000000;
}

.qa
{
  padding-top: 1;
  padding-left: 10;
  padding-right: 10;
  padding-bottom: 1;
	margin-bottom: 10;
}

.SmallBr
{
  font-size: 60%;
}
