/*	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: 14pt;
		color: #003366;
	}

	H3 {
		font-weight: bold;
		font-family: arial, sans-serif;
		font-size: 12pt;
		color: #003366;
	}

	
	.white {
		font-family: Arial, sans-serif;
		font-size: 10pt;
		color: #FFFFFF;
	}
