/*Style Sheet For Home Page*/
h1           
                { 
                 font-family: Tahoma; 
                 font-size: 10pt; 
                 color: #660066; 
                 font-weight: bold; 
                 text-align: left; 
                 margin-left: 15; 
                 margin-top: 0; 
                 margin-bottom: 0 
                 }
p            
                 { 
                 font-family: Arial; 
                 font-size: 10pt; 
                 color: #333333; 
                 text-align: justify; 
                 line-height: 150%; 
                 margin: 10 
                 }
 a:visited    
                 { 
                 color: #6A379E 
                 }
.toplink     
                 { 
                 font-family: Arial; 
                 font-size: 8pt; 
                 text-align: right; 
                 margin-right: 10 
                 }
.toplink a:link       
                 { 
                 color: #FFFFFF 
                 }
.toplink a:hover 
                 { 
                 font-family: Arial; 
                 font-size: 8pt; 
                 color: #FF0000 
                 }
.toplink a:visited    
                 { 
                 color: #6A379E 
                 }
.footer       { 
                   font-family: Arial; 
                   font-size: 8pt; 
                   text-align: center; 
                   line-height: 150%; 
                   margin-top:0; 
                   margin-bottom:0 
                   }
.footer a:link       
                   { 
                   color: #FFFFFF 
                   }
.footer a:hover 
                   { 
                   font-family: Arial; 
                   font-size: 8pt; 
                   color: #FF0000 
                   }
.footer a:visited    
                   { 
                   color: #6A379E 
                   }
 .bodytext
                   {
                   font-family: Arial; 
                   font-size: 10pt; 
                   color: #333333; 
                   text-align: justify; 
                   line-height: 150%; 
                   word-spacing: Normal; 
                   margin: 10
                   }
