body {
	background: #8B9EA2 url(../images/background.gif);
	margin: 15px;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #750422;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #B7B1A8;
	scrollbar-darkshadow-color: #93897B;
	scrollbar-track-color: #647378;
	scrollbar-3dlight-color: #C1DBDE;
	scrollbar-face-color: #ffffff;
}
td {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
	line-height: 15px;
}

.shdw-top {
	background: url(../images/shdw-top.gif);
}
.shdw-left {
	background: url(../images/shdw-left.gif);
}
.shdw-right {
	background: url(../images/shdw-right.gif);
}
.shdw-bottom {
	background: url(../images/shdw-bottom.gif);
}
.border {
	background: #FFFFFF;
}
.menu-pane {
	background: #E6E1D1;
}
.content-pane {
	background: #F0EADC;
}
.footer-pane {
	background: #E6E1D1;
	padding: 15px;
	padding-left: 17px;
	padding-right: 22px;
	border-top: 2px solid white;
	border-bottom: 7px solid white;
}
a:link {
	color: #3D97D9;
}
a:visited {
	color: #296685;
}
a:hover, a:active {
	color: #BD810C;
}
a:link.footerlink, a:visited.footerlink {
	color: #296685;
	text-decoration: none;
}
a:hover.footerlink, a:active.footerlink {
	color: #BD810C;
	text-decoration: underline;
}
.divider {
	color: #BEB49F;
}
.news-panel {
	 background: #F7F4EB;
	 padding: 10px;
}
.table {
	 background: #F7F4EB;
	 padding: 10px;
	 width: 100%;
	 border-bottom: 1px dashed #7A705C;
}
.sub-item {
	font-weight: bold;
	color: #7A705C;
	font-size: 90%;
}
.date {
	color: #9F9A82;
}
ul {
	list-style-image: url(../images/li.gif);
}
.pic {
	border: 6px solid white;
}
.required {
	color: #FF9400;
	font-weight: bold;
}