/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(webimages/background.jpg);
	background-position:bottom;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-color: #96ADCE;
	margin:0px;
	font-size:14px;
	height:100%;
	width:100%;
}

.bodycell {
	background-color: #CCCCCC;
	border: 2px solid #000000;
}

.navcell {
	font-weight: bold;
	background-color:#FFFFFF;
}

a.navcell {
	margin-left: 20px;
	margin-right: 20px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #003366;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	margin: 0;
	padding: 0;
}

a {
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #336633;
	text-decoration: underline;
}

.infoTable {text-align: center; border: 1px solid black;}