body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #01AEF0;
}
td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;

}


.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
		font-variant: normal;
	color: #00AEF1;
}

a:link {
	text-decoration: none;
	color: #01AEF0;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #01AEF0;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #01AEF0;
}
a:active {
	text-decoration: none;
	color: #01AEF0;
}

.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #01AEF0;
	text-decoration: underline;
}
.left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.right {
	float: right;
	clear: both;
	padding-bottom: 10px;
	padding-left: 10px;
}

