body {
   background: #fff;
   font-family: Verdana, sans-serif;
   margin: 0;   
   font-size: 12px;
} 

p, td
   {
   font-size: 12px;
   line-height: 16px;   
   margin: 0;
   text-align:justify
   }
   
.noblock {
   text-align:left
   }
   
.text_left   {
   margin: 0;
   font-family: Verdana, sans-serif;
   text-align:left  
   }
   
.text_right   {
   margin: 0;
   font-family: Verdana, sans-serif;
   text-align:right  
   }
      
h1 
   {
   font-size: 133%;
   color: #000;
   font-weight: bold;
   letter-spacing: 1px;
   text-align:left
   }

h2 
   {
   font-size: 100%;     
   color: #00009C;
   font-weight: bold;
   display:inline
   text-align:left
   }   

p
   {
   margin-top:10px;
   color: #000;
   }

.small, .submenue
   {
   font-size: 0.8em;   
   margin-top:10px;
   color: #000;
   }   
   
.textFF
   {
   margin-top:0;
   margin-bottom:2%;
   color: #FFF;
   }   
   
ul 
   {
   margin-top:0;
   margin-bottom:2%;
   font-size: 12px;
   color: #000;
   list-style-type:square;   
   }   

li 
   {
   margin-top:0;
   text-align:left
   color: #000;
   text-align:left
   } 
   
ul:norm 
   {
   margin-top:0;
   margin-bottom:2%;
   font-size: 12px;
   color: #000;
   }   

a 
   {
   font-size: 100%;   
   color: #000;   
   text-decoration : none;
   }
a:link 
   {
   color: #000;   
   }
a:visited 
   {
   color: #000;   
   }
a:hover 
   {
   color: #0000A5;   
   text-decoration : underline;
   }
a:active 
   {
   color: #0000A5;
   }

   
