html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: center;
	
	
}

.maintable {
	width: 600px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #333333;
	text-decoration: none;
}
.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.grey a, .grey a:visited {
	color: #333333;
	text-decoration: underline;
}
.grey a:hover {
	color: #E0E0E0;
	text-decoration: none;
}
.maintable td {
	padding: 0px;
}
