﻿.EightTextBlue
{
	font-size: 8pt;
	color: #003388;
	font-family: 'Verdana';
}
.EightTextGrey
{
	font-size: 8pt;
	color: #333333;
	font-family: 'Verdana';
}
.EightTextGreyBold
{
	font-size: 8pt;
	color: #333333;
	font-family: 'Verdana';
	font-weight: bold; 
}
.EightTextLightGrey
{
	font-size: 8pt;
	color: #999999;
	font-family: 'Verdana';
}
.EightTextGreen
{
	font-size: 8pt;
	color: #009900;
	font-family: 'Verdana';	
}
.TenTextBlue
{
	font-size: 10pt;
	color: #003388;
	font-family: 'Verdana';
}
.TenTextDarkGrey
{
	font-size: 10pt;
	color: #333333;
	font-family: 'Verdana';
}