.HeaderText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.FooterText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
}
.WhiteTextSmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
}
.WhiteTextMedium {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
.GreyTextSmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
}
.GreyTextMedium {
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.LightGreyTextSmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #969696;
}
.LightGreyTextMedium {
	font-size: 12px;
	color: #969696;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.OrangeTextSmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FF8000;
}
.OrangeTextMedium {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF8000;
}
.GreyBorder {
	border: 1px solid #CCCCCC;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}