@charset "utf-8";
body {
	background-image: url(Images/Wall-BG.jpg);
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}
p {
	text-align: left;
}
#ContentBox {
	width:70%;
	background-image: url(Images/BoxBG80.png);
	visibility: inherit;
	padding: 20px;
	border: 4px solid #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#HeaderBox {
	width: 70%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.style1 {color: #FFFFFF}
body,td,th {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}
h1 {
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
}
h2 {
	font-size: 14px;
	color: #FF9900;
}
a:link {
	color: #FFCC66;
	text-decoration: none;
}
a:visited {
	color: #FF6633;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
	background-color: #000000;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
.footer {
	font-size: 9px;
	color: #999;
