a {
	color: #0066CC;
}
a:hover {
	color: #ff9900;
	text-decoration: underline;
}


.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


#eventCon {
	background-image: url(/images/icons/gold_go_arrow.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 15px;
	padding-left: 12px;
}
	#eventCon a {
		color: #0066CC;
	}
	#eventCon a:hover {
		color: #ff9900;
		text-decoration: underline;
	}

	
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

