/* Stylesheet LaMi */

body
   {
      color: #000066;
      font-family: verdana, arial, sans-serif;
      font-size: 10pt;
      background-color: #ffffff;
   }

td
   {
      color: #000066;
      font-family: verdana, arial, sans-serif;
      font-size: 10pt;
	  }
	  
p	{      color: #000066;
      font-family: verdana, arial, sans-serif;
      font-size: 10pt;	  
   }
   
h2	{ font-family: verdana, arial, sans-serif;
      font-size: 16pt;	
	  font-weight: bold;
   }
   
.detail_page_title2,
   { font-family: verdana, arial, sans-serif;
     font-size: 16pt;	
     font-weight: bold;
   }   

.detail_page_intro2    
   {  color: #000066;
      font-family: verdana, arial, sans-serif;
      font-size: 10pt;
	  font-weight: bold;	  
   }   
   
.detail_page_body2,  
   {  color: #000066;
      font-family: verdana, arial, sans-serif;
      font-size: 10pt;
	  font-weight: normal;	  
   }
     
.small	{   font-family: verdana, arial, sans-serif;
      font-size: 8pt;	  
   }

a:link
   {
      color: #333333;      
      text-decoration: underline;
   }
   
a:visited
   {
      color: #333333;      
      text-decoration: underline;
   }

a:hover
   {
      color: #999999;      
      text-decoration: underline;
   }
   
a:active
   {
      color: #999999;      
      text-decoration: underline;
   }
   
