body {
	background-color: #000000;
	background-image: url(image/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 14px;
}
.container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
}
.container a:link, .container a:visited {
	text-decoration: none;
	color: #00C2FF;
}
.container a:hover {
	color: #BCF2FE;
}


#topNav {
	float: left;
	height: 22px;
	width: 580px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 110px;
}
#topNav a:link, #topNav a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(image/nav_btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	display: block;
	float: left;
	height: 22px;
	width: 95px;
	margin-left: 1px;
}
#topNav a:hover {
	color: #BCF2FE;
	background-image: url(image/nav_btn.png);
	background-repeat: no-repeat;
	background-position: 0px -22px;
}
.topNavDown {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(image/nav_btn_down.png);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	float: left;
	height: 22px;
	width: 95px;
	margin-left: 1px;
}

.box {
	padding: 25px;
	float: left;
	width: 750px;
	background-color: #2E2E2E;
	margin-top: 10px;
}
.copy {
	color: #CCC;
	float: left;
}

.left {
	float: left;
}
.right {
	float: right;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #007597;
	font-size: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 28px;
}
h1b {
	color: #007597;
	font-size: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 28px;
}
h2 {
	color: #007597;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 22px;
}
h3 {
	color: #007597;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 16px;
}
strong {
}

