/*	A {
		text-decoration	: 	none;  
		color			: 	blue;  
		font-family		: 	arial, helvetica, sans-serif;
	}
*/
	A:visited {
		color: purple;
	}

	A:hover {
		color: red; 
	}


/*	BODY {
		background: #FFFFFF;
	}
*/

	BODY, p, td, ul, li, ol, h2 {
		font-family: arial, sans-serif;
		font-size: 10pt;
	}


	.small {
		font-family: arial, sans-serif;
		font-size: 8pt;
	}


	H2 {
		font-weight: bold;
		font-family: arial, sans-serif;
		font-size: 120%;
		color: #CC6600;
	}

	H3 {
		font-weight: bold;
		font-family: arial, sans-serif;
		font-size: 110%;
		color: #0066FF;
	}

	
        H4 {
		font-weight: bold;
		font-family: arial, sans-serif;
		font-size: 130%;
		color: #FFFFFF;
	}
	
	.white {
		font-family: Arial, sans-serif;
		font-size: 10pt;
		color: #FFFFFF;
	}

