body {
	background-color: #555;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

#d_all {
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width: 800px;
}

#d_content {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: justify;
	vertical-align: top;
}

#d_tot {
	height: 100%;
	width: 100%;
}

#nav {
	border-right:	1px dashed #888;
	height: 100%;
	position: relative;
	top: 0px;
	width: 200px;
}

#t_all {
	height: 100%;
}

a.larger {
	color: #999;
	font-family: arial;
	font-size: 11pt;
	text-decoration: none;
}

a.larger:hover {
	color: #bbb;
	text-decoration: none;
}

a.lightbg {
	color: #333;
	font-family: arial;
	font-size: 9pt;
	text-decoration: none;
}

a.lightbg:hover {
	color: #666;
	text-decoration: none;
}

a.normal {
	color: #999;
	font-family: arial;
	font-size: 9pt;
	text-decoration: none;
}

a.normal:hover {
	color: #bbb;
	text-decoration: none;
}

a.smaller {
	color: #999;
	font-family: arial;
	font-size: 7pt;
	text-decoration: none;
}

a.smaller:hover {
	color: #bbb;
	text-decoration: none;
}

div#navtab div a {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	text-decoration: none;
	width: 200px;
}

div#navtab div a:hover {
	background-position: 0px -30px;
}

div#navtab div {
	border-top: 1px dashed #888;
	height: 30px;
}

div#navtab {
	position: relative;
	top: 0px;
}

div.d_comment {
	border-bottom: 0px;
	border-left: 3px;
	border-right: 0px;
	border-top: 0px;
	border-style: solid;
	font-size: 9pt;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

div.info_window {
	color: #111111;
	font-family: arial;
	font-size: 7pt;
	width: 300px;
}

div.info_window a {
	color: #999;
	font-family: arial;
	font-size: 7pt;
	text-decoration: none;
}

div.info_window a:hover {
	color: #bbb;
	text-decoration: none;
}

div.info_window span.header {
	color: #000;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
}

div.section {
	display: block;
	padding-bottom: 10px;
	padding-top: 20px;
}

div.window {
	border: 1px;
	border-color: #666;
	border-style: solid;
	background-color: #ddd;
	overflow: hidden;
	padding: 0px;
	position: absolute;
}

div.window div.header {
	background-color: #000;
	color: #ddd;
	cursor: default;
	font-family: arial;
	font-size: 8pt;
	padding-left: 2px;
	padding-right: 0px;
}

div.window img.closeimg {
	cursor: hand;
	cursor: pointer;
	left: 100%;
	margin-left: -12px;
	position: absolute;
	top: 3px;
}

div.window_content {
	background-color: #ddd;
	color: #000;
	font-family: arial;
	font-size: 8pt;
	padding: 2px;
	text-align: left;
	/*margin: 2px;*/
}

div.window_content a {
	color: #555;
	text-decoration: none;
}

div.window_content a:hover {
	color: #777;
	text-decoration: none;
}

div.window_content td {
	font-size: 8pt;
}

img.nav {
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px dashed #888;
	height: 30px;
	width: 200px;
}

span.copy {
	color: #666666;
	font-family: arial;
	font-size: 7pt;
}

span.headertext {
	color: #cccccc;
	cursor: default;
	font-family: arial;
	font-size: 10pt;
}

span.larger {
	color: #000;
	font-family: arial;
	font-size: 11pt;
}

span.normal {
	color: #000;
	font-family: arial;
	font-size: 9pt;
}

span.ridesmall {
	color: #111111;
	font-family: arial;
	font-size: 7pt;
}

table.t_direction_ew {
	border-collapse: collapse;
}

table.t_direction_ew td {
	font-size: 9pt;
	padding: 3px;
	vertical-align: top;
}

table.t_times {
	border-collapse: collapse;
}

table.t_times td {
	font-size: 9pt;
	padding-right: 20px;
	text-align: right;
}

td.form_label {
	color: #000;
	font-family: arial;
	font-size: 9pt;
	padding-right: 5px;
	text-align: right;
	vertical-align: top;
}

textarea {
	color: #333;
	font-family: arial;
	font-size: 8pt;
}

tr.r_even {
	background-color: #eee;
	color: #000;
	font-family: arial;
	font-size: 9pt;
	width: 100%;
}

tr.r_odd {
	background-color: #ccc;
	color: #000;
	font-family: arial;
	font-size: 9pt;
	width: 100%;
}

