.body {
font-family: helvetica;
font-size: 10pt;
background-color: #FFFFFF;
}
.bodysmall {
font-family: helvetica;
font-size: 8pt;
background-color: #ffffff;
}
.left {
  background-color: #c6d7e8;
  color: #404040;
  height: 400px;
  width: 120px;
  font-weight: bold;
}
a.ll {
  font-weight: normal;
  color: #000000;
}
a {
  text-decoration: none;
  color: #045485;
}
a:hover {
  text-decoration: underline;
}
A.button:active,
A.button:link,
A.button:visited
{
  color: black;
  text-decoration: none;
  font-family: helvetica;
  font-weight: bold;
  background-color: #c0c0c0;
  text-align: center;
  width: 40px;
}
.header { 
vertical-align: top;
background-color: #123456; 
}
span.rq {
  color: #ff0000;
}
select.sl {
  width: 350;
}


