@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #232323;
	text-align: center;
	background-color: #FFF;
	font-size: 24px;
	margin-left: 100px;
}
body {
	background-color: #666;
	text-decoration: none;
	padding: 0px;
	position: absolute;
	background-color: #d1d1d1;
	border: 0px none #212121;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
p {
	text-align: center;
	font-weight: bold;
	color: #666;
	font-size: 24px;
}
a:link {
	color: #6CF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: #999;
}
a:active {
	text-decoration: none;
	color: #900;
}
h1 {
	font-size: 28px;
	color: #333;
	text-align: center;
}
.footer {
	font-size: 9px;
	text-align: center;
	color: #030303;
}
#content {
	z-index:1;
	text-align: center;
	font-weight: bold;
	position: relative;
	background-attachment: fixed;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #7C7C7C;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#content h1 {
	text-align: center;
	font-size: 28px;
	color: #FFF;
}
#content h2 {
	text-align: center;
	font-size: 28px;
}
#content .footer {
	text-align: center;
	color: #fff;
}
#content table {
	color: #999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F0F0F0;
}

