

   body, p, div
	{
       scrollbar-face-color: #E7E7E7;
       scrollbar-arrow-color: #E7E7E7;
       scrollbar-highlight-color: #E7E7E7;
       scrollbar-3dlight-color: #E7E7E7;
       scrollbar-darkshadow-color: #FFDBF2;
       scrollbar-shadow-color: #E7E7E7;
       scrollbar-track-color: #FFDBF2;
	
       font-family: Helvetica, Arial, Sans-serif;
	   font-size: 10px;
	   font-weight: normal;
	   letter-spacing: 0px;
	   text-align: justify;
	   color: #404040;
	   overflow-x: hidden;
	 }
	 
	a:link  
	{ 
		color: #C2BCBC;
		text-decoration: none;
     } 
 
     a:visited  
	 { 
		color: #C2BCBC;
		text-decoration: none;
     } 
	 
    a:active
	{
		color: #C2BCBC;
		text-decoration: none;
	}
	
    a:hover
	{
		color: #D508CE;
		text-decoration: none;
	}	
	
	
  h1
   {
       font-size: 9px; 
	   color: #FF4498; 
	   letter-spacing: 1px;
       font-family: Courier New; 
	   margin-bottom: 2px;
	   text-align: right;
	   text-transform: uppercase;
	   font-weight:bold;
	  
   } 

    
   h1 b
   {
   color: #C1C1C1;
   font-size: 26px;
   font-style: italic;
   font-family: Times New Roman;  
   height: 5px;
   margin: -8px;


   } 

h2 {
   color: #C1C1C1;
   font-size: 30px;
   font-style: italic;
   font-family: Times New Roman;  
}

h2 b {
   color: #FDC28E;
   font-size: 15px;
   margin: -10px;
   font-family: Arial;
}
    
h3 {
    border-right: 4px solid #BFBFBF;
    background-color:#E3F5FF;
    margin:0px; 
	padding: 5px 0px -10px 3px;
	line-height: 5pt;
	text-align: right;
}
   
h3 span{
   color: #BFBFBF;
   font-size: 14px;
   margin: -3px;
   font-family: Times New Roman;
   margin-right: 4px; 
}

h3 b {
   color: #69BFEC;
   font-size: 16px;
   font-style: italic;
   font-family: Times New Roman;  
   margin-right: 4px; 
}   


b {
  color: #FF4498;
  font-style: bold;
  font-family: Verdana; 
  font-size: 10px;
}

i {
  color: #FDB340;
  font-style: italic;
  text-transform: uppercase;
}
    
u {
  font-style: underline;
  color: #4FDE93;
}

s {
   color: #9D8F8F;
}

strong {
   color: #9D8F8F;
   font-style: bold;
}