@charset "utf-8";
body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/bgMain2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bgContent {
	background-color: #342601;
	background-image: url(images/bgContent.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #6e6e6e;
	text-decoration: none;
	letter-spacing: 1px;
}
.copyrightLink a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #6e6e6e;
	text-decoration: underline;
	letter-spacing: 1px;
}
.copyrightLink a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #9e4012;
	text-decoration: underline;
	letter-spacing: 1px;
}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a {
	color: #fee667;
}
a:hover {
	color: #ffa66e;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #FF9900;
	text-decoration: none;
	letter-spacing: -2px;
	font-style: italic;
}
.boldYellow {
	font-weight: bold;
	color: #efe952;
}
.orange {
	color: #ffa66e;
}
.lineHeight24px {
	line-height: 24px;
}
