LI { 
   font-family: tahoma,helvetica,sans-serif;
   font-size: 10px;
   color: #aaccff;
   }

LI.mid { 
   font-family: tahoma,helvetica,sans-serif;
   font-size: 12px;
   color: #aaccff;
   }

BLOCKQUOTE { 
   font-family: tahoma,helvetica,sans-serif;
   font-size: 10px;
   color: #ffff00;
   text-align: right;
   }

BODY { 
   font-family: arial,helvetica,sans-serif;
   font-size: 14px;
   color: #aaccff;
   }

TD { 
   font-family: arial,helvetica,sans-serif;
   font-size: 14px;
   color: #aaccff;
   text-align: left;
   }

TD.smalltext { 
   font-family: arial,helvetica,sans-serif;
   font-size: 10px;
   color: #aaccff;
   text-align: right;
   }

TD.midtext { 
   font-family: arial,helvetica,sans-serif;
   font-size: 11px;
   color: #ffffff;
   text-align: right;
   }

TD.centertext { 
   font-family: tahoma,arial,helvetica,sans-serif;
   font-size: 10px;
   color: #ffffff;
   text-align: right;
   }

P { 
   font-family: arial,helvetica,tahoma,sans-serif;
   font-size: 14px;
   color: #aaccff;
   }

P.big { 
   font-family: arial,helvetica,tahoma,sans-serif;
   font-size: 18px;
   color: #aaccff;
   }

P.small { 
   font-family: tahoma,arial,helvetica,sans-serif;
   font-size: 9px;
   color: #ffffff;
   }

P.smallblue { 
   font-family: tahoma,arial,helvetica,sans-serif;
   font-size: 9px;
   color: #000066;
   }

P.reallysmallblue { 
   font-family: tahoma,arial,helvetica,sans-serif;
   font-size: 4px;
   color: #000066;
   }

P.right { 
   font-family: arial,helvetica,tahoma,sans-serif;
   font-size: 12px;
   color: #aaccff;
   text-align: right;
   }

P.rightwhite { 
   font-family: arial,helvetica,tahoma,sans-serif;
   font-size: 12px;
   color: #ffffff;
   text-align: right;
   }

P.justify { 
   font-family: arial,helvetica,tahoma,sans-serif;
   font-size: 12px;
   color: #ffffff;
   text-align: justify;
   }

SPAN.ten { 
   font-family: tahoma,arial,helvetica,sans-serif;
   font-size: 10px;
   color: #aaccff;
   }

H1 {
   font-size: 18px;
   font-weight: bold;
   text-align: center;
   color: #000099;
   background: none;
   }

H2 {
   font-family: arial,helvetica,tahoma,sans-serif;
   font-size: 14px;
   font-weight: bold;
   text-align: center;
   color: #000099;
   background: none;
   }

H3 {
   font-family: arial,helvetica,tahoma,sans-serif;
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   color: #000066;
   background: none;
   }

A:link {
   text-decoration: none;
   color: #ffff00;
   background: none;
   font-weight: normal;
   }

A:hover {
   text-decoration: underline;
   color: #ffffff;
   background: none;
   font-weight: normal;
   }

A:active {
   text-decoration: underline;
   background: none;
   }

A:visited {
   color: #ffff00;
   background: none;
   font-style: normal;
   text-decoration: none;
   }

A:visited:hover {
   color: #ffffff;
   background: none;
   font-style: normal;
   text-decoration: underline;
   font-weight: normal;
   }