/* Custom link styles */
a:active {

	

	text-decoration: none;

}

a:visited {

	text-decoration: none;

}

a:hover {

	text-decoration: none;
	
}

a:link {
   
	text-decoration: none;

}

a.note:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;



}


.heading1 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;


}
.heading {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;


}
.heading2 {
	color: #0066ff;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;


}
.bodytext {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;


}
.bottomtext {

	color: #003366;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
