
/* Defining styles for this application */

body
{
	font-family:verdana; font-size :8pt; color:#666666;		
}
 

a:link
{
	
	    color: #FE8F0B;
		text-decoration: none;
}

a:visited
	{	
	text-decoration:	none;
	color:black;
	}	
	
	
a:active
	{	
	text-decoration:none;
	color:	#FE8F0B;
	}	
	
	
a:hover
	{	
	color:#0080FF;
	text-decoration: underline;
	}
	
	a.toplink:hover
	{	
	color:white;
	text-decoration: underline;
	}
	
	a.topbox:hover
	{	
	color:#0080FF;
	text-decoration: underline;
	}


	
	
   
   H1 { 
   
   font-size:10pt;color:black;text-decoration: none;font-weight:700

   } 
   
   H2 {
   font-family: verdana; 
   font-size : 10pt ;
   color:#666666;
   font-weight: 400;
   align:justify;
   
   
 } 
   H3 {
   font-family: verdana; 
   font-size : 8pt ;
   color:#666666;
   font-weight: 400;
   align:justify;
   
   
 } 

		 
   .wbg 
     {
      font-family:verdana; font-size :10pt; color:#666666;
     }
      
   .top 
   {  
   font-family:verdana; font-size :12px; color:#0080FF; 
   }
   
   .topw
    { 
    font-family:verdana; font-size :12px; color:white;font-weight :bold;

    }
    h1.topw1
    { 
    font-family:verdana; font-size :14px; color:white;font-weight :bold;
    }
