	.Heading	{
	    font-family: 'eras demi ITC', arial, helvetica, sans-serif;
		font-size: 28pt;
		color: #208D8A;
		font-weight: bold
	}
	
	.PrimaryFont	{
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		color: black;
		font-weight: bold;
	}
	
	.PrimaryFontNB {
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		color: black;
	}
	
	.SecondaryFont	{
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		color: #0065CE;
		font-weight: bold;
	}
	
	.SecondaryFontNB {
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		color: #0065CE;
	}
	
	.HL	{
		font-family: 'Palatino Linotype', arial, helvetica, sans-serif;
		font-size: 14pt;
		color: #000099;
		font-weight: bold;
	}
	
	.HL20{
		font-family: arial, helvetica, sans-serif;
		font-size: 20pt;
		color: #000099;
		font-weight: bold;
	}
	
	.Impact	{
		font-family: 'Myriad Web', 'Maiandra GD', Impact, Rockwell, Verdana, helvetica, sans-serif;
		font-size: 20pt;
		color: #208D8A;
	}
	
	.White	{
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		color: white;
		font-weight: bold;
	}
	
	.PrimaryLinkFont	{
		font-family: Verdana, arial, helvetica, sans-serif;
		font-size: 10pt;
		text-decoration: underline;
		color: #000099;
		font-weight: bold;
	}
	
	.PrimaryLinkFontNB	{
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		text-decoration: underline;
		color: #000099;
	}
	
	.PrimaryLinkFont:hover	{
		color: green;
	}
	
	.PrimaryLinkFont:visited {
		color: purple;
	}
	
	.PrimaryLinkFontNB:hover	{
		color: green;
	}
	
	.PrimaryLinkFontNB:visited {
		color: purple;
	}
	
	.Fixed	{
		font-family: Tahoma, 'courier new', 'Sans-serif', 'Lucida Sans', courier;
		font-size: 10pt;
		font-weight: bold;
	}
	
	.FixedNB	{
		font-family: Tahoma, 'courier new', 'Sans-serif', 'Lucida Sans', courier;
		font-size: 10pt;
	}
	
	.Red	{
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		color: red;
		font-weight: bold;
	}

	.BlueGreenRollover	{
		color: #000099;

	}	
	
	.BlueGreenRollover:hover{
		color: green;
	}