body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.lft-bar {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF7F11;
	padding-left: 15px;
	text-align: left;
	vertical-align: top;
}
.rt-bar {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF7F11;
	text-align: right;
	vertical-align: top;
	padding-right: 20px;
}
.btm-bar {
	background-image: url(../imgs/btm-bar.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #B1B1B1;
}
.txt-orange {
	color: #FF6600;
}
.txt-orange-B {
	color: #FF6600;
	font-weight: bold;
}
.txt-rt-column {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #B1B1B1;
}
.txt-dk-grey {
	color: #B1B1B1;
}
.lyr-route-nfo {
	overflow: hidden;
	z-index: 10;
	width: 265px;
	left: 0px;
	top: 0px;
	visibility: visible;
	position: absolute;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF6600;
}

