body {
	background-color: Black;
	padding: 0px;
}

body, td, p {
	color: White;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}

input, textarea {
	color: black;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}

select  {
	color: black;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
}

a {
	color: #DDA600;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #FFD760;
}

a.copyright {
	color: #DDA600;
	text-decoration: none;
	font-weight: bold;
}
.copyright {
	color: #DDA600;
}
h1 {
	font-size: 20px;
	color: #DDA600;
	font-weight: normal;
}

td.boxheader-left {
	background-image:url(images/boxheader_left.gif);
	width: 224px;
	height: 32px;
	text-align: center;
	color: Black;
	font-size: 18px;
	font-weight: normal;
}

td.boxcontent-left {
	background-image: url(images/boxbg_left.gif);
	width: 224px;
	text-align: center;
	padding-top:9px;
	line-height: 22px;
	font-size: 14px;
	padding-left:35px;
	padding-right:35px;
}

a.boxcontent-left {
	color: #DDA600;
	text-decoration: none;
	font-weight: bold;
}

td.boxheader-right {
	background-image:url(images/boxheader_right.gif);
	width: 224px;
	height: 32px;
	text-align: center;
	color: Black;
	font-size: 18px;
}

td.boxcontent-right {
	background-image: url(images/boxbg_right.gif);
	width: 224px;
	text-align: center;
	padding-top:5px;
	padding-left:45px;
	padding-right:30px;
}

td.header {
	width: 980px;
	height: 221px;
	background-image: url(images/header.jpg);
}

td.footer {
	text-align: center;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top:70px;
}

table.content {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 980px;
}

td.button {
	background-color: #DDA600;
	font-weight: bold;
	color: Black;
}

a.button {
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

a.button:hover {
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

td.middle {
	padding-left:15px;
	padding-right: 15px;
	padding-top: 7px;
	font-weight: normal;
	text-align: justify;
}

td.splash {
	background-image: url(images/splash.jpg);
	background-repeat: no-repeat;
	width: 900px;
	height: 410px;
	padding-top: 255px;
	text-align: center;
}














