a            { text-decoration: none; font-family: Verdana; font-size: 8pt; font-weight: bold; color: #0000FF }
a:hover      { color: #0000FF; font-family: Verdana; font-size: 8pt; font-weight: bold; text-decoration: underline }
p            { font-family: Arial; font-size: 10pt }
h1           { font-family: Arial; font-size: 14pt; font-weight: bold;color:Black}
h2           { font-family: Arial; font-size: 12pt; font-weight: bold; color:black}
select       { font-family: Verdana; font-size: 8pt }
input        { font-family: Verdana; font-size: 8pt }



a.white
{
  text-decoration: none; 
  font-family: Verdana; 
  font-weight:normal;
  font-size: 8pt; 
  color: #FFFFFF
 
}
a.white:hover
{
  text-decoration: underline; 
  font-family: Verdana; 
  font-weight:normal;
  font-size: 8pt; 
  color: #FFFFFF;
 
}
a.thin
{
  text-decoration: none; 
  font-family: Verdana; 
  font-weight:normal;
  font-size: 8pt; 
  color: blue;
}
a.thin:hover   { color: #0000FF; font-family: Verdana; font-size: 8pt; font-weight: normal; text-decoration: underline }
