body {margin:0; padding:0px;}
a {text-decoration:underline;}
a:link {color:#03C;}
a:visited {color:#906;}
a:hover {color:#F00; text-decoration:none;}
.slucontent {margin: 10px 25px 10px 25px;}
.blank_1 { background-color: #00a9a9; border-top: none; border-bottom: 8px solid #009999; border-left: none; border-right: none; }
.navbar {color: #ffffff; background-color: #666666; border-top: 2px solid #ffffff; border-bottom: none; border-left: none; border-right: none; padding: 2px;}
.navbar a:link {font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #ffffff; font-size: 11px; text-decoration: none;}
.navbar a:visited {font-weight: bold; color: #99FFFF; font-size: 11px; text-decoration: none;}
.navbar a:hover{color:#fff; text-decoration: underline;}

/*
 * computation table styles
 * added by jeff 05.24.06
*/

#computation {
  text-align: center;
  margin-top: 2em;
  } /* this is needed so the table will be centered in IE 5.5 and lower */

#computation table {
  text-align: left;
  border-collapse: collapse;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  margin: 1em auto;
  }

#computation table.small td, #computation table.small th {
  font-size: 11px;
  }

#computation caption {
  font-weight: bold;
  margin: 0 auto;
  padding-bottom: 1em;
  }

#computation th {
  padding: 2px;
  text-align: center;
  vertical-align: bottom;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  font-size: 13px;
  }

#computation th.nobold {
  font-weight: normal;
  }

#computation th.vtop {
  vertical-align: top;
  }

#computation td {
  padding: 2px;
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  font-size: 13px;
  text-align: right;
  }

#computation td.center {
  text-align: center;
  }

#computation td.gray {
  background: #e1e1e1;
  }

#computation td.left, #computation th.left {
  text-align: left;
  }

#computation th.right {
  text-align: right;
  }
