a:link {
	text-decoration: none;
	color: #1A1A66;
}
a:visited {
	text-decoration: none;
	color: #1A1A66;
}
a:hover {
	text-decoration: underline;
	color: #1A1A66;
}
a:active {
	text-decoration: none;
	color: #1A1A66;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.foot {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.heading {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.normal {
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 12px;
	color: #000000;
}
.text {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #666666;
	border: 1px solid #E5E5E5;
}
