body {
	background-color: #336699;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

a {
	color: #B2B2B2;
	text-decoration: none;

}

a:link {
	color: #B2B2B2;
	text-decoration: none;

	
}

a:hover {
	color: #CCCCCC;
}
a:active {
	color: #CCCCCC;
}

table {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;





}
.tableBorder {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

.translucentTable {
	filter: alpha(opacity=85);
	border: 1px solid #666699;

	-moz-opacity: .5; /* Mozilla method */
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-style: normal;
}
