body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

	/* Redefine Default Link Style */
	a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	}
	a:link {
		text-decoration: none;
		color:#009900;
		font-weight: bold;
	}
	a:visited {    
		text-decoration: none;
		color:#009900;
		font-weight: bold;
	}
	a:hover {
		text-decoration: none;
		color:#33CC00;
		font-weight: bold;
	}
	a:active {
		text-decoration: none;
		font-weight: bold;
	}
link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF9900;
	text-decoration: none;
}
