A:Visited  {}

a.mainMenu  {
	font-size : 12;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	text-decoration: none;
	color : Black;
}

a.mainMenu:Hover  {
	font-size : 12;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	text-decoration: none;
	color : Red;
}

a.mainMenu:Active  {
	font-size : 12;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	text-decoration: none;
	color : Red;
}

.mainHeading  {
	font-size : 18;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : White;
}

.subHeading  {
	font-size : 14;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Black;
}

.subMenuText  {
	font-size : 9;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : White;
}

.menuHeading  {
	font-size : 12;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Red;
}

.generalText {
	font-size : 12;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
}


