body {

  background-color: #FFFFFF;

  margin-top: 0px;

  margin-bottom: 0px;

  margin-left: 0px;

  margin-right: 0px;

}



.red {

  background-color: #E10028;

}



.popup {

  padding-left:25px;

}



td.blue {

  background-color: #8CB2D5;

}



td.lightblue {

  background-color: #D8E1EF;

}



td.white {

  background-color: #FFFFFF;

}



.plain {

  font-family: Arial, Helvetica, sans-serif;

  font-size: 12px;

  font-style: normal;

  color: #000000;

}



.header {

  font-family: Arial, Helvetica, sans-serif;

  font-size: 12px;

  font-style: normal;

  font-weight:bolder;

  color: #757575;

}



.small {

  font-family: Arial, Helvetica, sans-serif;

  font-size: 11px;

  font-style: normal;

  color: #000000;

}



sub {

  font-size: 60%;

}



.content {

  width: 500px;

}





a:link, a:active, a:visited, a:hover {

  color: #E10028;

  text-decoration: none;

  font-weight: bolder;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 12px;

}



li {

  list-style-image: url(../shared/bullet.gif);

}