/* title splash page*/ 
#bgsplashtitle {position: absolute; height: 93px; width: 100%; background: solid; margin-top:0px; right: 0px; float:right; text-align:left} 

/* background splash page*/ 
#bgsplash {position: absolute; height: 330px; width: 100%; background: solid; background-image:url(../splashimages/splashbar.jpg);background-repeat:repeat-x; margin-top:100px; right: 0px; float:right; text-align:center} 

/* links splash page*/ 
#bgsplashlinks {position: absolute; height: 31px; width: 100%; background: solid; margin-top:430px; right: 0px; float:right; text-align:center; font-family:sans serif, arial; font-size: 14px; color:#FFFFFF;} 

.forForms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	border: 0px inset #000000;
}

.forButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #003399;
	border: 0px outset #FFFFFF;
}
