/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #EFEFEF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a:link {
	color: #2851A0;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #2851A0;
}
a:hover {
	text-decoration: none;
	color: #99CC00;
}
a:active {
	text-decoration: underline;
	color: #99CC00;
}

.main_heading {
	font-size: 16px;
	color: #2851A0;
	font-weight: bold;
}

.footer {
	font-size: 11px;
	color: #666666;
}

