body
{
  font-family: Tahoma, sans-serif;
  font-size: 12pt;
}
a:link img, a:visited img, a:active img, a:hover img
{
  margin: 2px;
  border: 0px solid black;
  vertical-align:middle;
}
a:link, a:visited, a:active
{
  text-decoration: none;
  color: #5777C9;
}
a:hover
{
  text-decoration: none;
  color: orange;
}
.productName
{
  font-family: Tahoma, sans-serif;
  font-size: 25pt;
  font-weight: bold;
}
.note
{
  font-size: 8pt
}
.header
{
  border-bottom: 1px solid black;
  height: 134px;
  margin-bottom: 9px;
}
.menu
{
  margin-bottom: 15px;
}
.footer
{
  font-size: 8pt;
  border-top: 1px solid black;
  height: 134px;
  margin-top: 9px;
  padding-top: 4px;
}
.unfloat
{
  clear: both;
}


.section
{
  /*float: left;*/
  font-size: 9pt;
  width: 590px;
}
.filelist
{
  color: gray;
}
.filelist td
{
  font-size: 9pt;
}
.filelist .name
{
  color: #5777C9;
}
.filelist .date
{
  font-size: 8pt;
  margin-right: 2px;
  padding-right: 4px;
}
.listlegend img
{
  vertical-align: middle;
  margin: 3px;
}
.fieldset
{
  border-color: #5777C9;
  border-width: 1px;
}
.loginFailedInfo
{
  color: orange;
  font-size: 9pt;
}
.uploadfrm
{
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid #5777C9;
}