a:active { 
	color: #7F7F7F;
	text-decoration: underline;
	font-weight: bold
	}

a:hover {
	color: #7F7F7F;
	text-decoration: underline;
	font-weight: bold
	}

a:link {
	color: #7F7F7F;
	text-decoration: underline
	}

a {
	color: #7F7F7F;
	text-decoration: underline
	}

.text {
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #333333;
	}

.headline {
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color: #7F7F7F;
}


ul {
	list-style-type: square;
	color: #7F7F7F;
}
