.splash{
	background-image: url(images/splash_shadow.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.splashFront{
	background-image: url(images/splash.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.titles{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
}

a:link{
	text-decoration: none;
}

td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
	text-decoration: none;
}

a:visited {  text-decoration: none}
a:hover {  text-decoration: underline; color: #000000}
a {  color: #666666; font-weight: bold}
.smalltxt { font-size: 12px; text-decoration: none }
.ltgrey {  color: #999999}
form{ display:inline;}