body {	
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px;
}
th {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	background-color: #4455de;
}				
td {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	padding: 3px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	vertical-align: middle;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	vertical-align: middle;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	vertical-align: middle;
}
h1 {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: brown;
	background-image: url('../images/InfoArrow.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}
h2 {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: brown;
	background-image: url('../images/InfoArrow.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}
h3 {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: brown;
	background-image: url('../images/InfoArrow.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}
.banner {
	color: white;
	text-align: center;
	background-image: none;
	background-color: #4455de;
	padding: 2px;
}
img {
	border: 0px;
}
a {
	color: maroon;
	text-decoration: none;
}
a:hover {
	color: darkorange;
	text-decoration: underline;
}
ul {
	padding: 0px;
	margin: 4px 4px 4px 16px;
}
ol {
}
li {
}
hr {
	height: 1px;	
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
}
.menu-item {
	text-align: center;
	color: white;
	font-size: 8pt;
	font-weight: bold;
	padding: 5px;
	padding-top: 3px;
	background-image: url( '../images/MenuBackground.gif' );
	white-space: nowrap;
}
.menu-link {
	color: white;
	white-space: nowrap;
}
.section-title {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
	font-size: 9pt;
	display: block;
	border: solid 1px white;
	color: Black;
}
.section-title-current {
	background-color: linen;
	border: solid 1px #d2b48c;
	color: Black;
}
.section-title:hover {
	background-color: linen;
	border: solid 1px #d2b48c;
	color: darkorange;
}
.category-link {
	font-size: 8pt;
	color: Black;
	display: block;
	padding: 3px;	
	border: solid 1px white;
}
.category-link-current {
	font-size: 8pt;
	color: Black;
	border: solid 1px #d2b48c;
	background-color: linen;
}
.category-link:hover {
	background-color: linen;
	border: solid 1px #d2b48c;
	color: darkorange;
}
.rhs-box {
	width: 150px;
	margin: 8px 8px 8px 0px;
	border: 0px;
}
.rhs-box tr td.top {
	font-size: 4px;
	height: 8px;
	padding: 0px;
	border: 0px;
	background-image: url('../images/InfoBoxTop.gif');
}
.rhs-box tr td.bottom {
	font-size: 4px;
	height: 8px;
	padding: 0px;
	border: 0px;
	background-image: url('../images/InfoBoxBottom.gif');
}
.rhs-box tr td {
	padding: 4px;
	border-left: solid 1px #92C2EE;
	border-right: solid 1px #92C2EE;
}
.list-box {
}
.list-box tr td {
	padding: 2px;
	border-bottom: dotted 1px #d0e4ff;
}
.alert-text {
	font-weight: bold;
	color: red;
	background-color: #FFE4E1;
	padding: 4px;
	border: 1px solid red;
}
.alert-text-box {
	font-weight: bold;
	color: red;
	background-color: #FFE4E1;
	padding: 4px;
	border: 1px solid red;
	margin-top: 4px;
	margin-bottom: 4px;
}
.info-text {
	background-color: whitesmoke;
	padding: 4px;
	border: 1px solid gainsboro;
}
.info-text-box {
	background-color: whitesmoke;
	padding: 4px;
	border: 1px solid gainsboro;
	margin-top: 4px;
	margin-bottom: 4px;
}
.sp-info-text {
	color: slategray;
	background-color: lightyellow;
	padding: 4px;
	border: 1px solid yellow;
}
.sp-info-text-box {
	color: slategray;
	background-color: lightyellow;
	padding: 4px;
	border: 1px solid yellow;
	margin-top: 4px;
	margin-bottom: 4px;
}
