@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-image: url(layout/left-bg-rept.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
.left-bg {
	background-attachment: scroll;
	background-image: url(layout/left-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.right-bg {
	background-attachment: scroll;
	background-image: url(layout/right-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.Warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.page-title-bg {
	background-attachment: scroll;
	background-image: url(layout/page-title-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.photo-bdr {
	border: 1px solid #003;
	margin: 4px;
	padding: 4px;
}
.Body-Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.body-text-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.page-title-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.Footer-bg-right {
	background-attachment: scroll;
	background-image: url(layout/footer-right-bg_f2.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.body-left-bg {
	background-attachment: scroll;
	background-image: url(layout/body-left-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.body-right-bg {
	background-attachment: scroll;
	background-image: url(layout/body-right-bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.Body-content {
	background-attachment: scroll;
	background-image: url(layout/content-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 4px;
	padding: 10px;
	border: 1px solid #003366;
}
.hr {
	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: solid;
	border-left-style: none;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}
.UL {
	list-style-position: outside;
	list-style-type: square;
	color: #003366;
}
.footer-links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.SubHeadBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.copyright-wbwrght {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
	font-weight: normal;
}
a:link {
	color: #0033FF;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #000000;
}
a:active {
	color: #0033FF;
}

