body {
	color: black;
	background-color: white;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}
table {
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
}
td {
	padding: 0;
}
a {
	color: #136f93;
	text-decoration: underline;
}
img {
	border: 0;
}
form {
	margin: 0;
}

/* Colors */
.steelBg {
	background-color: #e4ebee;
}
.darkBlueBg {
	background-color: #136f93;
}
.moreDarkBlueBg {
	background-color: #0f6384;
}


.headBg {
	background-image: url(/images/head_bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.spotlightBg {
	background-image: url(/images/head_spotlight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.logoBg {
	background-image: url(/images/logo_bottom_bg.gif);
	background-repeat: repeat-y;
}
.address {
	background-image: url(/images/logo_top_bg.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding-right: 20px;
}
.address p {
	color: white;
	font-size: 10pt;
	margin: 0 0 9px 9px;
}
.address p img {
	vertical-align: baseline;
	margin-right: 9px;
}
.address a {
	color: white;
}
.hangLogo {
	position: absolute;
	top: 33px;
	left: 36px;
	z-index: 2;
}

.topMenu {
	color: white;
	font-size: 11pt;
	vertical-align: top;
}
.topMenu div {
	margin: 33px 23px 16px;
}
.topMenu p {
	line-height: 1.1;
	margin: 0 0 7px;
}
.topMenu a {
	color: white;
	text-decoration: none;
}
.topMenu .current {
	font-weight: bold;
}

.langSwitch {
	font-size: 9pt;
	vertical-align: bottom;
}
.langSwitch div {
	width: 128px;
	height: 47px;
	color: white;
	font-weight: bolder;
	text-align: center;
	vertical-align: top;
}
.langSwitch div p {
	padding: 10pt;
	margin: 0;
}
.langSwitch div a, .langSwitch div span {
	color: white;
	font-weight: normal;
}

.contentArea .Content {
	font-size: 83%;
	padding: 50px 60px 30px 10px;
	text-align: justify;
}
.contentArea .Content, .contentArea .LeftColumn {
	vertical-align: top;
}

.Content h1, .Content h2, .Content h3 {
	color: #136f93;
	margin-bottom: 1em;
}
.Content h1 {
	font-size: 180%;
}
.Content h2 {
	font-size: 160%;
}
.Content h3 {
	font-size: 140%;
	font-weight: normal;
}
.Content table {
	font-size: 100%;
}
.LeftColumn {
	font-size: 10pt;
	background-image: url(/images/left_menu_bg.png);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-bottom: 12px;
}

.subMenuHeader {
	color: white;
	background-color: #d7a333;
	width: 178px;
	font-size: 14pt;
}
.subMenuHeader div {
	padding: 45px 8px 8px 29px;
}
.subMenuHeader a {
	color: white;
	text-decoration: none;
}
.subMenu {
	margin-right: 40px;
}
.subMenu div {
	line-height: 1.1;
	margin: 10px 0 0 29px;
}
.subMenu div div {
	margin: 0 0 0 12px;
}
.subMenu a {
	color: black;
	text-decoration: none;
}
.subMenu .current {
	color: #d7a333;
}

.footerBlock {
	background-image: url(/images/fp_footer_bg.gif);
	background-repeat: repeat-y;
	background-position: 141px 0;
	padding: 20px 0 2em;
}
.footerBlock td {
	color: white;
	font-size: 10pt;
}
.footerBlock p {
	margin: 0 0 .3em;
}
.footerBlock a {
	color: white;
}
.copyright p {
	margin-left: 35px;
}
.contact {
	padding-left: 32px;
}
.contact img {
	margin-right: 9px;
	vertical-align: baseline;
}

/* Paged navigation rules */
.searchStats {
	width: 100%;
	margin-bottom: 2.5em;
}
.searchStats td {
	vertical-align: bottom;
}
td.pageNav, div.pageNav {
	xcolor: #067706;
	text-align: right;
}
td.pageNav {
	padding-left: 20px;
}
div.pageNav {
	margin-bottom: 2.5em;
}

/* Misc rules */
.wide {
	width: 100%;
}

/* Content area misc rules */
.stdTable td {
	vertical-align: top;
	padding: 3px 5px 4px;
}
.stdTable .headRow td {
	background-color: #136f93;
	color: white;
	font-weight: bolder;
}
.stdTable .even td {
	background-color: #f1f5f7;
}

.contactTbl td+td+td {
	text-align: right;
}
.passFleetTbl td+td {
	text-align: right;
}
.passMKTbl td {
	text-align: center;
}
.passMKTariffTbl td+td+td {
	text-align: right;
}