h1 {
   font-family: Verdana;
   font-size: 20px;
   line-height: 19px;
   color: rgb(0,0,0);
   font-weight: bold;
}

h2 {
   font-family: Verdana;
   font-size: 16px;
   line-height: 19px;
   color: rgb(0,0,0);
   font-weight: bold;
}

b {
   font-family: Verdana;
   font-size: 14px;
   line-height: 13px;
   font-weight: bold;
}

td {
   font-family: Verdana;
   font-size: 12px;
   line-height: 15px;
   color: rgb(0,0,0);
   font-weight: normal;
}

ul,li {
  font-family: Verdana;
   font-size: 12px;
   line-height: 20px;
   color: rgb(0,0,0);
   font-weight: normal;
}

a      { 
                  color: #FF8822; 
                  font-size: 12px; 
                  font-family: Verdana; 
                  font-weight: bold; 
                  text-decoration: underline;
                  }

a:hover  { 
                   color: #000000; 
                   font-size: 12px; 
                   font-family: Verdana; 
                   font-weight: bold;  
                   text-decoration: none;
                   }



