.MainText {
	font-family: Arial;
	font-size: 12pt;
}
.SmallText {
	font-family: Arial;
	font-size: 10pt;
}
.Heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
A {
	font-family: Arial;
	font-size: 10pt;
	color : Black;
	text-decoration : none;
}
A:Hover {
	font-family: Arial;
	font-size: 10pt;
	color : #999999;
	text-decoration : none;
}
A:Visited {
	font-family: Arial;
	font-size: 10pt;
	color : #333333;
	text-decoration : none;
}
