@charset "utf-8";
/* CSS Document */

body {
	background:black;
	height:100%;
	margin:0;
	padding:0;
}
a {
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	padding:0px;
	text-align:center;
}
a:hover {
	text-decoration:none;
}
.pad-5 {
	width:100%;
	height:5px;
	margin:0px;
	border:0px none;
	background:none;
}
.pad-15 {
	width:100%;
	height:15px;
	margin:0px;
	border:0px none;
	background:none;
}
.pad-50 {
	width:100%;
	height:50px;
	margin:0px;
	border:0px none;
	background:none;
}
.header {
	width:100%;
	height:175px;
	margin:0px;
	border:0px none;
	background:url(images/sky_offset_x.jpg) repeat;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding:0px;
	text-align:center;
}
.menu {
	width:100%;
	height:35px;
	background:url(images/menu/bg.gif) repeat;
	margin:0px;
	border:0px none;
	text-align:center;
}
.cwrap {
	width:750px;
	padding:0px;
	margin:0px auto;
}
.content {
	width:100%;
	margin:0px auto;
	border: 0px none;
	background:none;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding:0px;
	text-align:center;
}
.c1 {
	width:750px;
	margin:10px auto;
	text-align:center;
	font-size:11pt;
}
.content-m {
	width:100%;
	margin:18pt auto;
	border: 0px none;
	background:none;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:normal;
	padding:0px;
	text-align:left;
}
.c1m {
	width:100%;
	margin:18pt auto;
	text-align:center;
	font-size:13pt;
}
.c1mr {
	width:100%;
	margin:18pt auto;
	text-align:center;
	font-size:11pt;
	font-weight:normal;
}
.footer {
	width:100%;
	margin:0px;
	border:0px none;
	background:none;
	color:#AAAAAA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding:0px;
	text-align:center;
}
