td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}

.a	{
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	}
.a:link {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	line-height: 15px;
}
.a:hover {
	color: #0A6C38;
}
.b	{
	font-size: 13px;
	font-style: normal;
	color: #2C3C76;
	text-decoration: underline;
	}	

.b:link {
	font-size: 13px;
	text-decoration: underline;
	color: #2C3C76;
}
.b:hover {
	text-decoration: underline;
	color: #8591C0;
}
.pageHeading {
	font-size: 18px;
	font-weight: bold;
	color: #005500;
}
.ShadedButton {
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
}
.instructions {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}

