.body
{
  margin: 0px;
  padding: 0px;
  background: #FFFFFF;
  font-family: Arial;
  font-size: 10pt;
}

.top 
{
  height: 50px;
  line-height: 50px;
  background-image: url(/images/fadeup.png);
  background-repeat: x;
}

.left
{
  width: 150px;
  margin: 0px;
  padding: 0px;
  float: left;
}

.red
{
  color: red;
}

.black
{
  color: black;
}

.leftmenu
{

}

.leftmenuitem
{
  text-align:left;
}

a:link
{
  text-decoration:none;
  color: black;
}

a:link img 
{
  border: none;
}

a:visited
{
  text-decoration:none;
  color: black;
}

a:visited img
{
  border: none;
}

a:hover
{
  text-decoration:none;
  color: red;
}

a:active
{
  text-decoration:none;
}

.right
{
  float: right;
  width: 150px;
  margin: 0px;
  padding: 0px;
}

.bottom
{
  clear:both;
  padding: 12px;
  margin-top: 50px;
}

.center
{
  margin: 0 50px 0 150px;
  padding: 0 0 0 0;
}

img { behavior: url(/css/iepngfix.htc); }

dt
{
  margin-bottom: 5px;
}

dd 
{
  margin-bottom: 10px;
}

dd a
{ 
  margin-right: 20px;
}
