
/*	A {
		text-decoration	: 	none;  

		color			: 	#D5A002;  
		font-family		: 	arial, helvetica, sans-serif;
	}

	A:visited {
		color: #FFFAEA;
	}

	A:hover {
		color: red; 
	}

*/
	BODY {
		background: #FFFFFF;
	}


	BODY, p, td, ul, li, ol, h2, h3{
		font-family: arial, sans-serif;
		font-size: 10pt;
	}


	H1 {
		font-weight: bold;
		margin-bottom: 1;
		font-family: arial, sans-serif;
		font-size: 24pt;
		color: #000080;
	}

	H2 {
		font-weight: bold;
		margin-bottom: 1;
		font-family: arial, sans-serif;
		font-size: 16pt;
		color: #000080;
	}

	H3 {
		font-weight: bold;
		line-height: 1;
		font-family: arial, sans-serif;
		font-size: 12pt;
		color: #000080;
	}

	.small {
		font-family: arial, sans-serif;
		font-size: 12pt;
	}

	
