body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	text-align: center;
	background-color:#FFFFFF;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #7a76b3;
	text-decoration: underline;
}
a:active {
	color: #77c4f2;
	text-decoration: none;
}
.intro {
	width: 400px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: auto;
	vertical-align: middle;
	text-align: center;
	background-image: url('./images/splash.gif');
	background-repeat: no-repeat;
	background-position:top;
}
.main {
	width: 700px;
	height: 620px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	text-align: center;
}
.rollOverMain {
	width: 175px;
	text-align:center;
}