@charset "UTF-8";
/* CSS Document */

/* sub navigation */

.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555428;
	text-decoration: none;
}
.subnav:hover {
	color: #000;
}
.subnavbdr{
	border: thin solid #960;	
}

/* Regular pages */

.login {
	font-size: 16px;
	font-style: italic;
	color: #C30;
	background-color: #FFC;
	padding: 3px;
	font-weight: bold;
}

body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 20px;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 20px;
	background-color: #F00;
}
body {
	background-color: #000000;
}
a {
	color: #5D4010;
	text-decoration: none;
}
a:hover {
	color: #B38650;
	text-decoration: underline;
}
.btmnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #FFF;
	text-decoration: none;	
}
.btmnav:hover {
	text-decoration: underline;	
}

.sectitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #555428;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bold {
	font-weight: bold;	
}
.boldital {
	font-weight: bold;
	font-style: italic;
}
.ital {
	font-style: italic;
}

.body-bold {
	font-weight: bold;	
}

.thead {
	font-weight: bold;
	color: #F0E6C0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #555428;
	border: 1px solid #F9ECCA;
}
.charttitle {
	color: #555428;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.tableborder {
	border: medium double #555428;	
}
.tdpad {
	padding: 5px;	
}
.tdborder {
	border: 1px solid #5D4010;
}
.tdnoborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
.img_tbl_border {
	border: thick double #555428;
}

.ct {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #A02221;
	text-align: center;
	line-height: 40px;
}

.pg- {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.x1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.x1h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #555428;
}

.x2h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #555428;
}

.x3h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #555428;
}
.x4h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.tip {
	color: #066;
}
.note {
	color: #555428;
}
.caution {
	color: #600;
}
.sh {
	font-size: 16px;
	font-weight: bold;
	color: #000;	
}
.bl {
	font-weight: bold;
}

.ul-bold {
	font-size: 16px;
	font-weight: bold;	
}
.quote-ital {
	font-style: italic;
	font-size: 16px;

}
.map_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #555428;
	text-align: center;
	line-height: 40px;
}
.sidebarbkgd {
	background-color: #38372F;
}
.sidebartext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
.sidebarlink {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration:none
}
.sidebarlink:hover {
	color: #666;
	text-decoration:underline
}
.directorcutbkgd {
	background-color: #38372F;
}
.directorcuttext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
.screen-caption {
	color: #A02221;
	font-style: italic;
	font-weight: bold;
}
.map_numbers {
	color: #A02221;
	font-weight: bold;
	font-size: 16px;
}
.link2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration:underline
}
.link2:hover {
	color: #666;
	text-decoration:underline
}
.link3 {
	text-decoration:underline
}
.link3:hover {
	color: #666;
	text-decoration:underline
}
.logout {
	color: #FFF;
}
.logout:hover {
	color: #999;
}
.copyright {
	color: #FFF;
}