.MainHeadding {
	font-family: Verdana;
	font-size: 15pt;
	color: #f74896;
	font-weight: normal;
}
.heading {
	font-family: Verdana;
	font-size: 10pt;
	color: #f74896;
	font-weight: bold;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
a:link {
	color: #DE4291;
	font-weight: normal;
	text-decoration: underline;
	}
a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
	}
a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #DE4291;
	}
a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #DE4291;
	}
.copywright {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}
