@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #98A3B9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.top-left-bg {
	background-image: url(images/left-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bottom-left-bg {
	background-image: url(images/bottom-left-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.specials-box {
	background-color: #98A3B9;
	width: auto;
	border: 1px solid #000000;
}

.bottom-right-bg {
	background-image: url(images/bottom-right-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.top-right-bg {
	background-image: url(images/right-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.Red-subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.body-bg-top {
	background-image: url(images/body-top-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.body-bg-bottom {
	background-color: #FFFFFF;
	background-image: url(images/body-bg-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.copyright-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}
.PageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.copyright-text {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}
a:link {
	color: #990000;
}
a:visited {
	color: #660000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}

