body {
	background-color: #CCCCCC;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #00549f;
	font-size: 13px;
}
.MainBox {
	background-image: url(../images/main-back.gif);
	background-repeat: repeat-y;
	background-color: White;
	vertical-align: top;
	padding: 10px 22px 10px 10px;
}
.MainBoxTop {
	background-image: url(../images/main-top.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	height: 10px;
	width: 620px;
}
.MainBoxBottom {
	background-image: url(../images/main-bottom.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	height: 16px;
	width: 620px;
}
.SideBox {
	background-image: url(../images/side-back.gif);
	background-repeat: repeat-y;
	background-color: White;
	vertical-align: top;
	padding: 5px 15px 5px 10px;
}
.SideBoxTop {
	background-image: url(../images/side-top.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	height: 10px;
	width: 187px;
}
.SideBoxBottom {
	background-image: url(../images/side-bottom.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	height: 16px;
	width: 187px;
}
.BannerBox {
	background-image: url(../images/banner-back.gif);
	background-repeat: repeat-y;
	background-color: White;
	vertical-align: top;
}
.BannerBoxTop {
	background-image: url(../images/banner-top.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	height: 10px;
	width: 807px;
}
.BannerBoxBottom {
	background-image: url(../images/banner-bottom.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	height: 16px;
	width: 807px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #e4801c;
	font-weight: bold;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #e4801c;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e4801c;
	padding-left: 5px;
	margin-top: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #e4801c;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding-left: 10px;
	padding-right: 22px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #e4801c;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #00549f;
	font-size: 13px;
	margin-top: 2px;
	margin-bottom: 12px;
	padding-left: 10px;
	padding-right: 22px;
}
#NavTD {
	vertical-align: bottom;
	text-align: right;
	padding: 10px 15px 5px 10px;
}
#NavText {
	font:15px Arial;
}
#NavText a {
	color: #e4801c;
	padding: 2px 5px 2px 5px;
	margin: 0px 2px 0px 0px;
	text-decoration: none;
	font-weight: bold;
}
#NavText a:hover {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #e4801c;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e4801c;
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}
#SubNavText {
	font:13px Arial;
	display:block;
}
#SubNavText a {
	color: #00549f;
	text-decoration: none;
	font-weight: bold;
	display:block;
	border: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	margin: 2px 0px 0px 0px;
	padding: 2px 3px 2px 3px;
}
#SubNavText a:hover {
	text-decoration: none;
	border-left: 2px solid #00549f;
	border-bottom: 2px solid #00549f;
	margin: 2px 0px 0px 0px;
	padding: 2px 3px 2px 3px;
}
a {
	color: #e4801c;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}