      a.header {
      	color: #FFFFFF;
      	font-weight: bold;
      	font-family: Arial;
      	font-size: 14px;
      	text-decoration: None;
      }
      a.header:hover {
      	color: #FF0000;
      	font-weight: bold;
      	font-family: Arial;
      	font-size: 14px;
      	text-decoration: None;
      }
      a.highlight {
      	color: #FF0000;
      	font-weight: bold;
      	font-family: Arial;
      	font-size: 14px;
      	text-decoration: None;
      }
      a.highlight:hover {
      	color: #FFFFFF;
      	font-weight: bold;
      	font-family: Arial;
      	font-size: 14px;
      	text-decoration: None;
      }
      td.reg {
      	color: #FFFFFF;
      	font-weight: normal;
      	font-family: Arial;
      	font-size: 12px
      }
      a.reg {
      	color: #FF0000;
      	font-weight: normal;
      	font-family: Arial;
      	font-size: 12px
      }
      a.reg:hover {
      	color: #FFFFFF;
      	font-weight: normal;
      	font-family: Arial;
      	font-size: 12px
      }
      a.reg:visited {
      	color: #FF0000;
      	font-weight: normal;
      	font-family: Arial;
      	font-size: 12px
      }
      a.footer {
      	color: #FFFFFF;
      	font-weight: bold;
      	font-family: Arial;
      	font-size: 10px;
      }
      a.footer:hover {
      	color: #FF0000;
      	font-weight: bold;
      	font-family: Arial;
      	font-size: 10px;
      }
      td.footer {
      	color: #FFFFFF;
      	font-weight: bold;
      	font-family: Arial;
      	font-size: 10px;
      }
      .header {
      	color: #FFFFFF;
      	font-weight: bold;
      	font-family: Arial;
      	font-size: 14px
      }
      .highlight {
      	color: #FF0000;
      	font-weight: bold;
      	font-family: Arial;
      	font-size: 14px
      }
      .divider {
        background-color: #999999;
      }