.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
.sideText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	line-height: 18px;
}
.smallText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 14px;
}
.smallerText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 14px;
}

.alphaList {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	line-height: 18px;
	list-style:upper-alpha;
}
a.nav:link {
	text-decoration: none;
	color: #000000;
}
a.nav:visited {
	text-decoration: none;
	color: #000000;
}
a.nav:hover {
	text-decoration: none;
	color: #C70451;
}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.bodyText12{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:hover {
	color: #666666;
}
a:link {
	color: #C80551;
}
a:visited {
	color: #C80551;
}
a.sideText:link {
	text-decoration: none;
	color: #000000;
}
a.sideText:visited {
	text-decoration: none;
	color: #000000;
}
a.sideText:hover {
	text-decoration: none;
	color: #C80451;
}

.navPink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a.navPink:link {
	text-decoration: none;
	color: #000000;
}
a.navPink:visited {
	text-decoration: none;
	color: #000000;
}
a.navPink:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.underLineText{
	text-decoration:underline;
}

.boldText{
	color: #C80551;
	font-weight:bold;
	font-size:16px;
}
.boldTextBlack{
	color: #000000;
	font-weight:bold;
	font-size:13px;
}

.tableRowEven{
	background-color:#EAEBEC;
}
