html {
	background:#003878;
	background:#FFF;
	height: 100%;
	width: 100%;
}
body {
	font-family: arial,helvetica,verdana,sans-serif;
	font-size: 100%;
	height: 100%;
	text-align: center;
	width: 100%;
}
span, p, div, li, ol, ul, dl, dt, dd, b, i, strong, h1, h2, h3, h4, h5 {
	font-size: 12px;
	text-align:left;
}
h1 {
	color:#FFF;
	font-size:14px;
}
h2 {
	color:#FFF;
	font-size:12px;
}
p {
	color:#FFF;
	margin:0;
	padding:5px 0;
}
hr {
	border:0;
	border-bottom:1px dotted #FFF;
	height:1px;
	line-height:1px;
	margin:20px 0;
}
#page-container {
	height: auto;
	margin: 0 auto;
	text-align: left;
	width: 620px;
}
#page-header {
	height:20px;
}
#splash-screen {
	background-color:#003878;
	border:5px solid #b1b2b3;
	color:#FFF;
	line-height:150%;
	padding:40px;
}
#splash-screen a {
	color:#FFF;
	text-decoration:underline;
}
#splash-screen a:hover {
	text-decoration:none;
}
#noredirect {
	color:#333;
	text-align:right;
	padding:10px 5px;
}
#noredirect a {
	color:#003878;
	font-weight:bold;
}
