/*	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, h2 {
		font-family: arial, sans-serif;
		font-size: 10pt;
	}

	ul, li, ol {
		font-family: arial, sans-serif;
		font-size: 10pt;
		color: #FFCC00;
	}


	.small {
		font-family: arial, sans-serif;
		font-size: 8pt;
		color: #FFCC00;
	}


	H2 {
		font-weight: bold;
		margin-bottom: 1
		font-family: arial, sans-serif;
		font-size: 120%;
	}

	H3 {
		font-weight: bold;
		line-height: 1;
		font-family: arial, sans-serif;
		font-size: 110%;
	}
	
	.white {
		font-family: Arial, sans-serif;
		font-size: 10pt;
		color: #FFFFFF;
	}

	
	.white:link {
		font-family: Arial, sans-serif;
		font-size: 10pt;
		color: #FFFFFF;
	}

	.white:visited {
		font-family: Arial, sans-serif;
		font-size: 10pt;
		color: #CCCCCC;
	}

	.white:hover {
		font-family: Arial, sans-serif;
		font-size: 10pt;
		color: #FFCC00;
	}


	.header {
		font-family: Arial, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		color: #990000;
	}
