/* CSS Document */
.horizon {
	text-align: center;
	height: 100%;
	display: block;
	overflow: visible;
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 8%;
	width: 100%;
}
.horizonTextVersion {
	text-align: center;
	height: 100%;
	display: block;
	overflow: visible;
	position: absolute;
	visibility: visible;
	left: 0px;
	top: 0px;
	width: 100%;
}
.accessibility {
	width: 800px;
	height: 20px;
	margin-left: -400px;
	padding: 0px;
	position: absolute;
	text-align: left;
	visibility: visible;
	left: 50%;
	top: 0px;
	color: #CCCCCC; 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10px;
}
.mainBlock {
	width: 800px;
	height: 640px;
	margin-left: -400px;
	padding: 0px;
	position: absolute;
	text-align: left;
	visibility: visible;
	left: 50%;
	top: 20px;
}
.mainBlockTextVersion {
	width: 800px;
	margin-left: -400px;
	position: absolute;
	text-align: left;
	visibility: visible;
	left: 50%;
	top: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #999999;
	background-image: url(images/gravity_banner.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding: 0px;
	height: auto;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
