html {
	overflow-y: hidden;
}
body {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
body, div, p, table, a, input {
	font: 13px Helvetica, Arial, sans-serif;
}
a {
	text-decoration: none;
}
.Hidden {
	visibility: hidden;
}

.OTABrightRed {
	color: #cc0000;
}
.OTADarkRed {
/*	color: #a0191d;*/
	color: #cc0000;
}
.OTABrightRedBG {
	background-color: #cc0000;
}
.OTADarkRedBG {
/*	background-color: #a0191d;*/
	background-color: #cc0000;
}

div#SplashBG {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
div#SplashBG img {
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
}

div#SplashInfo, div#SplashInfo div, div#SplashInfo img, div#SplashInfo a {
	position: absolute;
	color: #fcfcfc;
}
div#SplashInfo img {
	max-width: 40%;
	float: left;
	margin-top: 20px;
}
div#SplashInfo {
	top: 15px;
	left: 15px;
	width: 500px;
	height: 160px;
	z-index: 99;
	border: 1px #fc2222 solid;
}
div#SplashInfo #OTA {
	margin-left: 20px;
}
div#SplashInfo div.BG {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: .8;
}
div#SplashInfo div#Info {
	bottom: 20px;
	left: 20px;
}
div#SplashInfo h3 {
	padding: 0px;
	margin: 0px;
}
div#SplashInfo a {
	bottom: 20px;
	right: 20px;
	font-weight: bold;
}
div#SplashInfo input, div#SplashInfo label {
	float: left;
	z-index: 98;
}
