body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}



/* SPLASH PAGE STYLES */
#splashglobal {
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	width: 782px;
}

#splashwrap {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 510px;
}

#splashcol {
	float: left;
	width: 235px;
	font-size: 10px;
	color: #666666;
	text-align: justify;
	line-height: 11px;
}

#splashcol2 {
	float: left;
	margin-left: 40px;
	width: 235px;
	font-size: 10px;
	color: #666666;
	text-align: justify;
	line-height: 11px;
}

#splashfooter {
	clear: both;
	padding: 25px;
	font-size: 10px;
	line-height: 11px;
	color: #999999;
	text-align: center;
}

#splashfooter a {
	color: #999999;
}

