
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table#main {
	background-image:url(img/logo.bg.jpg); background-position: center; background-repeat: no-repeat;
	width: 800px; height: 800px;
	margin: 5px auto;
}

a:active,a:link,a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
}

td {
	font-size: 12px;
	text-align: left;
	vertical-align:top;
}

.heading {
	font-size: 16px;
	font-weight: bold;

}