BODY
{
	font-weight: normal;
	font-family: Arial;
	font-size: 9pt;

}

TD
{
	font-weight: normal;
	font-family: Arial;
	font-size: 9pt;
	vertical-align: top;
}

TD.HeadingBlue
{
	font-weight: bold;
	font-family: Arial;
	font-size: 24pt;
	color: #009ACF;
}

TD.HeadingPurple
{
	font-weight: bold;
	font-family: Arial;
	font-size: 24pt;
	color: #863481;
}

A:link
{
	color: #009ACF;
	text-decoration: none;
}

A:visited
{
	color: #009ACF;
	text-decoration: none;
}

A:hover
{
	color: #863481;
	font-weight: bold;
}



A.NavLink:link
{
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #863481;
	width: 100pt;
	padding: 2pt;
}

A.NavLink:visited
{
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #863481;
	width: 100pt;
	padding: 2pt;
}

A.NavLink:hover
{
	font-weight: bold;
	background-color: #009ACF;
}



