@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #330000;
}
body {
	background-image: url(layout/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.leftbg {
	background-attachment: scroll;
	background-image: url(layout/bg-left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.rightbg {
	background-attachment: scroll;
	background-image: url(layout/bg-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer-left-bg {
	background-image: url(layout/footer-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer-right-bg {
	background-attachment: scroll;
	background-image: url(layout/footer-right-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer-oneshot-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 10px;
	font-weight: bold;
	color: #330000;
}
.footer-webwright-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #330000;
}
.footer-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.body-bg {
	background-attachment: scroll;
	background-color: #E5DBB8;
	background-image: url(layout/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.body-bg-left {
	background-attachment: scroll;
	background-color: #E5DABA;
	background-image: url(layout/left-body-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.body-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(layout/body-content-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #000000;
	margin: 8px;
	line-height: 13px;
}
.title-bar-text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	text-transform: uppercase;
	color: #330000;
}
.dashed-line-table-bottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #330000;
}
a:link {
	color: #660000;
}
a:visited {
	color: #330000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #990000;
}
