html.splash, html.splash body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #000000;
}

body, a {
	font-family: arial, helvetica, times;
	color: white;
	text-decoration: none;
}

html.splash table {
	border-collapse: collapse;
}

html.splash table.outer {
	height: 100%;
	width: 100%;
}

html.splash table.outer td {
	margin-right: auto;
	margin-left: auto;
}

html.splash table.outer td.skipTD {
	height: 30px;
}

#skiprow {
	background: url('/images/splash/fadeoutanim.gif') #004000;
	text-align: center;
	border: 3px groove lime;
	padding: .5em;
	margin: .25em;
	font-weight: bold;
	letter-spacing: .12em;
	font-variant: small-caps;
	cursor: pointer;
	w!idth: 25%;
	float: right;
}

#skiprow:hover {
	background: url() #00B000;
	}


html.splash table.outer td.MainTD {
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

html.splash table.outer td.bottomTD {
	text-align: right;
	height: 30px;
	padding: .5em;
}


html.splash table.inner {
	width: 700px;
	height: 450px;
	text-align: center;
	vertical-align: middle;
	font-size: 12pt;
}

html.splash table.inner td.toptd {
	height: 100px;
	vertical-align: bottom;
	text-align: right;
}

html.splash table.inner td.toptd span.text {
	border: 1px solid lime;
	border-width: 3px 0px 1px 0px;
	font-size: 60px;
	color: #d0ffd0;
	background: url('/4E6935-color.png');
	padding: 5 .25em 0 .25em;
}

html.splash table.inner td.bottd {
	height: 70px;
	border-top: 1px solid blue;
	vertical-align: top;
	text-align: left;
}

html.splash table.inner tr.botrow span.text {
	border: 1px solid blue;
	border-width: 1px 0 1px 0;
	font-size: 30px;
	background: url('/453389-color.png');
	color: #d0d0ff;
	padding: 1 .25em 0 .25em;
}