body{
	left: 0px;
	top: 0px;
	background-color: #e6e6e6;
	margin: 0px;
}
#splash_tabel {
	margin-top: 20px;
}
#splash_txt {
	font-family: Arial,Helvetica,Verdana;
	background-color: #333;

}
h1 {
	color: white;
	text-align: center;
	font-size: 12pt;
	font-weight: 900;
	text-decoration: none;
}
h1 a:link {
	color: white;
	text-decoration: none;
}

h1 a:visited {
	color: white;
	text-decoration: none;
}
h1 a:hover {
	color: #ccc;
	text-decoration: none;
}

#splash_red {
	background-color: #96172e;
}
.splash_gray {
	background-color: #ccc;
}
#splash-copyright {
	text-align: center;
	vertical-align: bottom;
	font-family: Arial,Helvetica,Verdana;
	font-size: 9px;
	color: #e6e6e6;
}

#splash-copyright a:link{
	color: #e6e6e6;
	text-decoration: none;
}
#splash-copyright a:visited{
	color: #e6e6e6;
	text-decoration: none;
}
#splash-copyright a:hover{
	color: #666;
	text-decoration: none;
}
