/* CSS definition file containing sitestyle stylesheets */
body {
  font-family: Arial,Helvetica,Geneva,Sans-serif;
  font-size: 10pt;
  background-image: url("/images/side_span.gif");
  background-repeat: repeat-y;
}
ul { font-size: 9pt;}
a:link, a:visited { color: #000000; font-weight: bold; }
a:active, a:hover { color: #e52627; font-weight: bold; }
div.row {
  position: relative;
  clear: both;
  padding-top: 5px;
  padding-left: 20px;
  width: 600px;
  height: 20px;
  font-size: 9pt;
  text-align: left;
}
div.row label {
  float: left;
  width: 125px;
  text-align: right;
  padding-right: 10px;
}
span.table_text{
 margin-right: 30px;
}