<style type="text/css">
		.junk {}
		
		P {
			font-family: Verdana, Arial, Times;
			font-size: 10pt;
			color: navy;
		}
		
		A {
			font-family: Verdana, Arial, Times;
			text-decoration: underline;
			color: black;
			font-weight: normal;
			font-size: 10pt;
		}
		
		A:hover {
			font-family: Verdana, Arial, Times;
			text-decoration: underline;
			color: red;
			font-weight: normal;
			font-size: 10pt;
		}
		
		.headerAnchor {
			font-family: Verdana, Arial, Times;
			text-decoration: none;
			color: white;
			font-weight: bold;
			font-size: 10pt;		
		}
		
		.headerAnchor:hover {
			font-family: Verdana, Arial, Times;
			text-decoration: none;
			color: navy;
			font-weight: bold;
			font-size: 10pt;		
		}
		
		.copyWriteText {
			font-family: Verdana, Arial, Times;
			text-decoration: none;
			color: white;
			font-weight: bold;
			font-size: 8pt;
		}
		
		.promptText {
			font-family: Verdana, Arial, Times;
			text-decoration: none;
			color: navy;
			font-weight: bold;
			font-size: 10pt;
		}

		
		.specialText {
			font-family: Verdana, Arial, Times;
			text-decoration: none;
			color: navy;
			font-weight: normal;
			font-size: 12pt;
		}

		
</style>
