@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color:#FFFFFF;
}
.header {
	height: 60px;
	border-bottom: 1px #ff6700 solid;
}
.logo {
	float:left;
	margin-top:9px;
	margin-left:18px;
}
.nav {
	height: 18px;
	float: right;
	margin-top: 42px;
	margin-right: 42px;
}
.nav a {
	text-decoration:none;
}
.content {
	position:absolute;
	top: 49%;
	left: 50%;
	margin-top: -92px;
	margin-left: -360px;
	width: 700px;
	height: 183px;
	border: 1px #CCCCCC solid;
	background-color: #f9f9f9;
	padding: 10px;
}
.sting {
	position:absolute;
	top: 49%;
	left: 50%;
	margin-top: -240px;
	margin-left: -364px;
	width: 100%;
	height: 100%;
}
.footer {
	height: 24px;
	position: absolute;
	bottom: 0px;
	font-size:10px;
	padding-top:9px;
	padding-left:18px;
	left: 0px;
}
.footer2 {
	height: 24px;
	font-size:10px;
	padding-left:18px;
}
.skip {
	width: 100%;
	height: 18px;
	bottom: 9px;
	position: absolute;
	text-align: center;
}
.slideshow {
	width: 240px;
	height: 183px;
	background-image: url(images/ajax-loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	padding-right: 20px;
}
.changeable {
	float: left;
	height: 183px;
	width: 420px;
	overflow: auto;
}
.maintenance {
	position: absolute;
	float: right;
	bottom: 0px;
	right: 0px;
	width: 10px;
	height: 10px;
}
.light {
	color: #CCCCCC
}
.orange {
	color: #ff6700;
	font-weight: bold;
}
.big {
	font-size: 16px;
}
a:link {
	color: #666666;
	cursor: default;
}
a:visited {
	color: #666666;
	cursor: default;
}
a:hover {
	color: #ff6700;
	cursor: default;
}
a:active {
	color: #ff6700;
	cursor: default;
}
