.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.firstpara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFF;
	font-weight: bold;
	text-align: justify;
}
.maincopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
}


A {
	color: #FFFFFF; 
	text-decoration:none; 
	font-size: 8pt;
}

A:visited {
	text-decoration: none
}

A:hover {
	color: #C0FFFF; 
	text-decoration: none
}

A:active {
	color:#FFFFFF; 
	text-decoration: none
}


