@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 130%;
	text-align:left;
	background-color: #330000;
}
.logoheader {
	background-color: #336633;
	text-align: center;
}
.whitecell {
	background-color: #ffffff;
}
p {
	margin-top: 8px;
	margin-bottom: 8px;
}
a:link {
	color: #336633;
	;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #336633;
}
a:hover {
	text-decoration: underline;
	color: #336633;
}
a:active {
	text-decoration: none;
}
.bigtext1 {
	font-size: 26px;
	line-height: 100%;
	color: #000;
}
.bigtextwithrules {
	font-size: 26px;
	line-height: 46px;
	color: #000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.bigtext2 {
	font-size: 18px;
	color: #000;
	line-height: 22px;
}
.goldbox {
	background-image: url(images/goldtile.jpg);
	background-repeat: repeat;
	padding: 14px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
.footerbox {
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	background-color: #000;
	font-size: 10px;
	color: #ffffff;
	font-style: normal;
	text-align: center;
}
.padbody {
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	border: thin solid #000;
	text-align: center;
	background-color: #FFF;
}
.padbodynoborder {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	width: 506px;
	background-color: #FFF;
}
.specialsbox {
	background-color: #CCC;
	padding: 20px;
	width: 220px;
	text-align: left;
}
.navbar {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	background-color: #000;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	width: 820px;
}
.navbar a:link {
	color: #FFF;;
	text-decoration: none;
}
.navbar a:visited {
	text-decoration: none;
	color: #FFF;
}
.navbar a:hover {
	text-decoration: underline;
	color: #FFF;
}
.navbar a:active {
	text-decoration: none;
}
.bigtext2special {
	font-size: 16px;
	line-height: 20px;
	color: #336633;
	font-style: italic;
}
.smaller {
	font-size: 12px;
	font-style: italic;
}
.padbodyMenus {
	text-align: center;
	line-height: normal;
	vertical-align: top;
	padding: 6px;
	background-color: #FFF;
}
.mouse {
	font-size: 10px;
	font-style: normal;
	color: #999;
}
