/*  CSS style sheet */
 
   Body {

/*  background-color: #0f0f4f; */
/*  background-color: #000000; */
   background-color: #0f0f4f; 
    background-attachment:	  fixed;
    font-family: 	Verdana, Arial, helvetica, sans-serif;
    font-weight: 	normal;
    font-style: 	normal;
    font-size: 	10px;
    color:   		#ffffff;
    margin-left:	6pt;
    margin-right:	6pt;
    margin-top: 	6pt;
    text-align: 	left;
	SCROLLBAR-FACE-COLOR: #000000; 
	SCROLLBAR-HIGHLIGHT-COLOR: #000000; 
	SCROLLBAR-SHADOW-COLOR: #F4F4F4; 
	SCROLLBAR-3DLIGHT-COLOR: #F4F4F4; 
	SCROLLBAR-ARROW-COLOR: #FEEAD3; 
	SCROLLBAR-TRACK-COLOR: #000000; 
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
    }

   H1, H2, H3, H4, H5 {
    font-family:	Verdana, Arial, helvetica, sans-serif;
    font-style: 	normal;
    font-weight:	Bold;
    color:		#FFFFFF;
    }

  H1 {
    font-size: 		13pt;
	font-style: 	normal;
    margin-bottom: 	0pt;
    margin-top: 	0pt;
    color:		#ccccff;
    }

  H2 {
    font-size: 		10pt;
    font-style: 	italic;
    margin-bottom: 	3pt;
    margin-top: 	2pt;
    }

  H3 {
    font-size: 		11px;
    margin-bottom: 	3pt;
    margin-top: 	3pt;
    color:		#ccccff;
    }
	
  H4 {
    font-size: 		16pt;
	margin-bottom: 	4pt;
    margin-top: 	4pt;
   	}
	
	H5 {
    font-size: 		6pt;
	font-style: 	normal;
    font-weight:	normal;
    margin-bottom: 	0pt;
    margin-top: 	0pt;
    }
	

   A {
    font-family:	Verdana, arial, Times New Roman, serif;
    text-decoration: underline;     
    font-size: 	10px;
    font-weight:	Bold;
    color: 			#ffffff;
    }

	A.la {
    font-family:	Verdana, arial, Times New Roman, serif;
    text-decoration: none;     
    font-size: 	10px;
    color: 			#FFFFFF;
    }

   A.italic {
    font-family:	Verdana, arial, Times New Roman, serif;
    text-decoration: underline;     
    font-size: 	11px;
    font-style: 	Italic;	
    color: 			#ffffff;
    }	
	
	A.bold {
    font-family:	Verdana, arial, Times New Roman, serif;
    text-decoration: underline;     
    font-size: 	10px;
    font-weight: 	Bold;	
    color: 			#ffffff;
    }	
	
	A.italic-la {
    font-family:	Verdana, arial, Times New Roman, serif;
    text-decoration: none;     
    font-size: 	11px;
    font-style: 	Italic;	
    color: 			#ffffff;
    }	
	
   A.menu {
    font-family:	Verdana, arial, Times New Roman, serif;
    text-decoration: none;     
    font-size: 	10px;
    font-weight: 	Bold;	
    color: 			#ffffff;
    }	

	A:hover   {
    text-decoration: 	none; 
   	}
	
	A.la:hover   {
    text-decoration: 	underline; 
   	}

	A.italic:hover   {
    text-decoration: 	none; 
   	}	
	
	A.menu:hover   {
    text-decoration: 	underline; 
	color:			#ffffff;
   	}
	
   	B, STRONG {
    font-weight: 	Bold;
	color: 			#FFFFFF;
    }
	
	I, ITALIC {
    font-style: 	Italic;
	font-size: 		11px;
    }




  LI {
    list-style:  	Disc;
    }

  Pre {
    font-family:	Times New Roman, serif;
    font-size: 		8pt;
    margin-left: 	10pt;
    }
	 
   Table {
	 font-family: 	Verdana, Arial, helvetica, sans-serif;
	 color: 			#FFFFFF;
     }
	 
   Th, Td {
     font-family: 	Verdana, Arial, helvetica, sans-serif;
     font-style: 	Normal;
     font-size: 	10px;
     color: 		#FFFFFF;

     }

   Th {
     font-weight: 	bold;
     text-align: 	left; 
     }

  Td {
  	font-family: 	Verdana, Arial, helvetica, sans-serif;
    font-weight: 	normal;
	color: 			#FFFFFF;
    }



