.regularText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #333333;
}
.headingText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	font-weight: bold;
}
.datesText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #666666;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #696;
}
a:visited {
	text-decoration: none;
	color: #527B53;
}
a:hover {
	text-decoration: underline;
	color: #C98929;
}
a:active {
	text-decoration: underline;
}
