body, td, span, div {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-size: 14px;
}
.heading {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
.note {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
}

.subHeading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

a, a:visited {
	color: #003399;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color:#333333;
	text-decoration: underline;
}

