.Navigator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	font-style: italic;
	background-image: url(OtherImages/bg_line_standard.jpg);
	clip: rect(auto,auto,auto,auto);
	border: none;
	background-repeat: repeat-y;
	color: #FFFFFF;
	height: 20px;
	padding-top: 10px;
	padding-left: 4px;
}
.Navigator:hover {
	text-decoration: underline;
	font-size: 18px;
	background-color: #FFFFCC;
	color: #999;
}
.Nav_small {
	font-size: 14px;
	font-weight: normal;
	list-style-type: none;
	color: #FFFFFF;
	padding-left: 4px;
	padding-top: 4px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(OtherImages/bg_line_standard.jpg);
}
.Nav_small:hover {
	text-decoration: underline;
	font-size: 14px;
	background-color: #FFFFCC;
	color: #555;
}
.Nav_smallText {
	font-size: 14px;
	font-weight: normal;
	list-style-type: none;
	color: #DEDFEC;
	padding-left: 15px;
	padding-top: 4px;
	font-style: italic;
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
}
.Nav_smallText:hover {
	text-decoration: underline;
	font-size: 14px;
	color: #999;
}
.Nav_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	height: 20px;
	padding-top: 5px;
	background-image: url(OtherImages/bg_line_selected.jpg);
	padding-left: 0px;
}
.Nav_selected:hover {
	color: #DDDDDD;
	text-decoration: underline;
}
.Nav_selectedText {
	color: #000000;
	padding-left: 10px;
	position: static;
	font-weight: bolder;
}
.Nav_selectedText:hover {
	color: #555;
	text-decoration: underline;
}
.Nav_SmallSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	color: #000000;
	height: 20px;
	padding-top: 5px;
	background-image: url(OtherImages/bg_line_selected_light.jpg);
	padding-bottom: 4px;
	padding-left: 4px;
}
.Nav_SmallSelected:hover {
	color: #DDDDDD;
}
.Nav_SmallSelected_Text {
	font-size: 14px;
	font-weight: bolder;
	list-style-type: none;
	color: #333333;
	padding-left: 15px;
	padding-top: 4px;
	font-style: italic;
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	background-image: url(OtherImages/Line_bw_light.jpg);
}
.Info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
}
.Th_Header1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
