.regular
{
	font-family:Arial;
	font-size: 9pt;
}

.regularBold
{
	font-family:Arial;
	font-size: 9pt;
	font-weight:bold;
}

.tealBold
{
	font-family:Arial;
	font-size: 9pt;
	font-weight:bold;
	color:#003366;
}

.regularBoldLarge
{
	font-family:Arial;
	font-size: 10pt;
	font-weight:bold;
}

.regularBoldUnderline
{
	font-family:Arial;
	font-size: 10pt;
	font-weight:bold;
	text-decoration: underline;
}

.header1
{
	font-family:Tahoma;
	font-size: 15pt;
	color:#003366;
}

.header2
{
	font-family:Tahoma;
	font-size: 11pt;
	color:#003366;
	font-weight:bold;
}

.smallFooter
{
	font-family:Arial;
	font-size:8pt;
	color:#003366;
	font-weight:bold;
}