A.				{
	color: #ffffff;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
}

A:hover        {
	color: Red;
	text-decoration: underline;
}

.Heading{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight: bold;
	font-style:normal;
	color: Red;
	text-decoration : none;
}

.HeadingBlack {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight: bold;
	font-style:normal;
	color: Black;
	text-decoration : none;
}

.Subheading{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight: bold;
	font-style:normal;
	color: Red;
	text-decoration : none;
}

.SubheadingBlack {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight: bold;
	font-style:normal;
	color: Black;
	text-decoration : none;
}

.Fineprint {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight: normal;
	font-style: normal;
	color: Gray;
	text-decoration : none;
}

.TableHeader {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight : bold;
	color : Red;
	text-decoration : none;
}


.TableHeaderBlack {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight : bold;
	color : Black;
	text-decoration : none;
}

.Regular {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight : normal;
	color : Black;
	text-decoration : none;
}

.RegularRed {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight : normal;
	color : Red;
	text-decoration : none;
}
