@charset "utf-8";
body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/bgMain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 30px;
	font-weight: normal;
	color: #fce784;
	text-decoration: none;
}
.masterTable {
	background-color: #000000;
	border: 1px solid #675916;
}
.copyrightText {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: normal;
	text-transform: uppercase;
	color: #846b00;
	text-decoration: none;
	letter-spacing: 3px;
}
.headerBG {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
.homeIntroText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.copyrightLink a{
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: normal;
	text-transform: uppercase;
	color: #846b00;
	text-decoration: underline;
	letter-spacing: 3px;
}
.copyrightLink a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: normal;
	text-transform: uppercase;
	color: #a1850b;
	text-decoration: underline;
	letter-spacing: 3px;
}
.contentBG {
	background-color: #000000;
	background-image: url(images/bgContent.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.italicAccentText {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: -1px;
}
a {
	color: #fff5c5;
}
a:hover {
	color: #ffffff;
}.boldWhiteArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: -1px;
}
.whiteText {
	color: #FFFFFF;
}
.lineHeightNormal {
	line-height: normal;
}
.picPadding {
	padding-right: 10px;
	padding-left: 10px;
}
