/* RESUME STYLE SHEET */


	BODY {
		font-size : 10pt;
		font-family : Helvetica, Arial, Sans-Serif;
		font-weight : normal;
		color : #333333;
	}

	SMALL {
		font-size : 8pt;
		font-family : Helvetica, Arial, Sans-Serif;
		font-weight : normal;
		color : #CCCCCC;
	}

	H1 {
		font-size : 14pt;
		font-family : Helvetica, Arial, Sans-Serif;
		font-weight : bold;
		color : #000000;
	}

	H2 {
		font-size : 12pt;
		font-family : Helvetica, Arial, Sans-Serif;
		font-weight : bold;
		color : #000000;
	}

	B {
		font-size : 10pt;
		font-family : Helvetica, Arial, Sans-Serif;
		font-weight : bold;
		color : #000000;
	}

	HR {
		color : #009900;
	}

	A:Link {
		color : #009900;
		text-decoration : none;
	}

	A:Visited {
		color : #009900;
		text-decoration : none;
	}

	A:Active {
		color : #009900;
		text-decoration : none;
	}

	A:Hover {
		color : #009900;
		text-decoration : underline;
	}


