@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #6e0505;
	background-image: url(images/bgMain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #d88b00;
	text-decoration: none;
	letter-spacing: 2px;
}
.copyrightLink a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #d88b00;
	text-decoration: underline;
	letter-spacing: 2px;
}
.menuDivider {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	color: #c78405;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

.copyrightLink a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: underline;
	letter-spacing: 2px;
}
.menu a{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: none;
}
.menu a:hover{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #ffc046;
	text-decoration: none;
	letter-spacing: none;
	background-color: #33240f;
}

table {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
a {
	color: #ffd27b;
	text-decoration: underline;
}
a:hover {
	color: #630000;
	text-decoration: underline;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #6f0606;
	text-decoration: none;
	letter-spacing: -2px;
}
.pageTitle {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 42px;
	line-height: 42px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: -3px;
}
.picPaddingLeft {
	padding-left: 20px;
}
.picPaddingRight {
	padding-right: 20px;
}

