.homepageText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004381;
	font-weight: bold;
}

.linkCell {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}

.linkCell a:link {
	color: #003366;
	text-decoration: none
}

.linkCell a:link:hover {
	text-decoration: underline;
}

.linkCell a:visited {
	color: #003366;
	text-decoration: none
}

.linkCell a:visited:hover {
	text-decoration: underline;
}

.smallLinkCell {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}

.smallLinkCell a:link {
	color: #003366;
	text-decoration: none
}

.smallLinkCell a:link:hover {
	text-decoration: underline;
}

.smallLinkCell a:visited {
	color: #003366;
	text-decoration: none
}

.smallLinkCell a:visited:hover {
	text-decoration: underline;
}

.cellGoal {
	width: 48px;
	border-right: 2px solid #54B948;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}