.greytext {
	font-family: tahoma;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
.purpleBold {
	font-family: tahoma;
	font-size: 11px;
	color: #60C;
	font-weight: bold;
	text-decoration: none;
}
.GreenBold {
	font-family: tahoma;
	font-size: 11px;
	color: #00CC00;
	font-weight: bold;
	text-decoration: none;
}
.purple {
	font-family: tahoma;
	font-size: 11px;
	color: #60C;
	font-weight: normal;
	text-decoration: none;
}
.white {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.greybold {
	font-family: tahoma;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
.purpleUline {
	font-family: tahoma;
	font-size: 11px;
	color: #60C;
	font-weight: normal;
	text-decoration: underline;
}
.greytextUline {
	font-family: tahoma;
	font-size: 11px;
	color: #666;
	text-decoration: underline;
}
.whiteUline {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
.purpleBoldUline {
	font-family: tahoma;
	font-size: 11px;
	color: #60C;
	font-weight: bold;
	text-decoration: underline;
}
.GreenBoldUline {
	font-family: tahoma;
	font-size: 11px;
	color: #00CC00;
	font-weight: bold;
}
