body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: #333333;
	color: #333333;


}
#nav {
	font-size: 7pt;
	color: #FFFFFF;


}
#nav a {
	color: #333333;
	text-decoration: none;

}
#nav a:hover {
	color: #993300;
	text-decoration: underline;

}
.navtitle {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 7pt;
	letter-spacing: 1px;

}
.navtitle a {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 7pt;
	letter-spacing: 1px;
	text-decoration: none;


}
.titles {
	font-size: 9pt;
	font-weight: bolder;
	text-transform: uppercase;
	color: #993300;
	letter-spacing: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.titles a {
	color: #993300;
	text-decoration: none;

}

.titles a:hover {
	color: #005596;
	text-decoration: none;
}
.copy {
	font-size: 9pt;
	line-height: 14pt;
	
}
.copyb {
	font-size: 9pt;
	font-weight: bold;


}
.footer {
	font-size: 7pt;
	color: #005596;
	font-weight: bolder;
	line-height: 10pt;


}
.hpcopy {
	font-size: 8pt;
	color: #333333;
}
.titlewhite {
	font-size: 9pt;
	font-weight: bolder;
	color: #000000;
}
.vesseltype {
	font-size: 8pt;
	line-height: 14pt;
	color: #666666;
}
.nav2 {
	font-size: 7pt;
	color: #FFFFFF;

}
.nav2 a {
	color: #333333;
	text-decoration: none;

}
.nav2 a:hover {
	color: #005596;
	text-decoration: underline;

}
.subtitle {
	font-weight: bold;
	color: #993300;
	font-size: 9pt;
	letter-spacing: 1px;

}
.ptype {
	font-size: 8pt;
	color: #666666;
}
.ptype2 {
	font-size: 8pt;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;

}
.ptype2 a {
	color: #005596;
	text-decoration: none;


}
.ptype2 a:hover {
	color: #993300;
	text-decoration: underline;


}
.subnav {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.subnav a {
	color: #993300;
	text-decoration: none;


}
.subnav a:hover {
	color: #005596;
	text-decoration: underline;

}
	/*this is the css for the vertical version*/
		.vertical ul{
	list-style-type: none;
	padding: 0;
	width: 160px;
	margin: 0 0 0 8px;
	position: relative;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;



		}
		.vertical li a{
	display: block;
	width: 156px;
	text-decoration: none;
	height: 1em;
	padding: 4px 2px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;

		}
		.vertical li{
			position: relative;
			border-bottom: 1px solid #FFFFFF;
			margin-bottom: -1px;
		} 
		.vertical li:first-child>a{
			border-top: 1px solid #CCCCCC;
		}
		.vertical a.first{
			border-top: 1px solid;
		}
		.vertical li ul{
			position: absolute;
			top: -1px;
			left: 154px;
		}
		.vertical.left ul ul ul,.vertical .left ul{
			left: -162px;
		}
		
		/*here we use a little CSS to make a basic/backup dropdown menu in modern browsers *cough* not IE6 or less *cough* if javascript is disabled.Flickering never happens in these browsers*/
		.mlmenu li ul{
			display: none;
		}
		.mlmenu li:hover>ul{
			display: block;
		}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		.accessible li ul{
			display: block;
		}
		/*Code to show an element has a child*/
		.mlmenu.plus li a:first-child:not(:last-child):after{
			content: '+';
		}
		.plus a span{
			padding-left: .5em;
		}
		.noshow{
			visibility: hidden;
		}
		/*colors for menu*/
		.blackwhite li a{
			background-color: white;
			color: #005596;
			border-color: #cccccc;
		}
		.blackwhite li a:hover,.blackwhite li a.first:hover,.blackwhite .trail a.hover{
			background-color: #005596;
			color: white;
			border-color: #cccccc;
		}
		.blackwhite li:first-child>a:hover{
			background-color: #005596;
			color: white;
			border-color: #cccccc;
		}
		.blackwhite ul{
			border-color: #cccccc;
		}
.notes {
	font-size: 9pt;
	color: #FF0000;
}
