/* CSS Document */
body {
	background-color: #FF9900;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.splashTable {
	margin-top:17px;
}
.splash_moduleBG {
	width:800px;
	height:10px;
	background-image: url(../images/splash/moduleBG.gif);
	background-repeat:repeat-y;
}
.splash_moduleBottom {
	width:800px;
	height:20px;
	background-image: url(../images/splash/moduleBottom.gif);
	background-repeat:no-repeat;
}
.splash_moduleBody {
	width:550px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#808080;
	float:left;
}
.logo {
	float: right;
	width: 210px;
	position: relative;
	padding-right: 10px
}
