BODY {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	margin: 0px;
}
FORM {
	margin: 0px;
	padding: 0px;
}
TD {
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
}
TH {
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
}
P {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
}
BR {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
}
NOBR {
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
}
B {
	font-weight: bold;
}
SMALL {
	font-size: 8pt;
}
A {
	color: blue;
}
A:hover {
	color: #009600;
}
A.aLinkWhite {
	color: #FFFFFF;
}
A.aLinkWhite:hover {
	color: #00CC00;
}
A.aLinkYellow {
	color: #fee285;
}
A.aLinkYellow:hover {
	color: #00CC00;
}
A.aLinkBlack {
	color: #000000;
}
A.aLinkBlack: hover {
	color: #000000;
}
A.aLinkBlue {
	color: #1a598c;
}
A.aLinkBlue: hover {
	color: #1a598c;
}
SELECT {
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 9pt;
}
INPUT {
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 9pt;
}
TEXTAREA {
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 9pt;
}
OL {
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 9pt;
}
UL {
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 9pt;
}
UL.image {
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 9pt;
	list-style: url(/baxImages/arrowR.gif);
}
LI {
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 9pt;
}
DL {
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 9pt;
}
DT {
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 9pt;
}
DD {
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 9pt;
}
H1 {
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 15pt;
	font-weight: bold;
}
H2 {
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 14pt;
	font-weight: bold;
}
H3 {
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 13pt;
	font-weight: bold;
}
H4 {
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
}
H5 {
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
}
H6 {
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
}
PRE {
	font-family: Courier, San Serif;
	font-size: 9pt;
	font-weight: normal;
}
CODE {
	font-family: Courier, San Serif;
	font-size: 9pt;
	font-weight: normal;
}
TT {
	font-family: Courier, San Serif;
	font-size: 9pt;
}
SUB {
	font-family: Arial, Helvetica;
}
SUP {
	font-family: Arial, Helvetica;
}
STRIKE {
	font-family: Arial, Helvetica;
}
IMG {
	border: none;
}

.small {
	font-family: Arial, Helvetica;
	font-size: 8pt;
}
.xsmall {
	font-family: Arial, Helvetica;
	font-size: 7pt;
}
.dblSpace {
	line-height: 1.5em;
}
.title {
	font-size: 14pt;
	font-weight: bold;
}
.required {
	color: darkred;
	font-family: Arial, Helvetica;
	font-size: 8pt;
}
.Error {
	color: darkred;
}
.bgError {
	background-color: Firebrick;
}
.bgLtError {
	background-color: DarkSalmon;
}
.Success {
	color: mediumblue;
}
.smallVerdana {
	font-family: Verdana;
	font-size: smaller;
}
.navtext {
	width: 150px;
	font-size: 8pt;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFE7;
	color: #000000;
	font-family: Arial, Helvetica;
	z-index: 10;
}
.clsHomeLink {
	color: #CCCCCC;
	text-decoration: none;
}
.clsHomeLink:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.clsHelpLink {
	color: #000000;
	text-decoration: underline;
}
.clsHelpLink:hover {
	color: #000000;
	text-decoration: none;
}

.bgForm {
	background-color: #EBE8DB;
	text-align: right;
	padding-right: 1px;
}

.bgDkBlue {
	background-color: #003060;
	color: #FFFFFF;
}
.bgBlue {
	background-color: #1a598c;
	color: #FFFFFF;
}
.bgLtBlue {
	background-color: #AABBCC;
}
.bgDkTan {
	background-color: #D6D3C4;
}
.bgLtTan {
	background-color: #EBE8DB;
}
.bgLtLtTan {
	background-color: #F2F2EA;
}
.bgGray {
	background-color: #D1D1D1;
}
.bgDkGray {
	background-color: #666666;
}
.bgLtGray {
	background-color: #DDDDDD;
}
.bgLtLtGray {
	background-color: #EEEEEE;
}
.bgWhite {
	background-color: #FFFFFF;
}
.bgMint {
	background-color: #C2E6D8;
}
.bgYellow {
	background-color: #FEE285;
}
.bgLtYellow {
	background-color: #FFF8E0;
}

.txtWhite {
	color: #FFFFFF;
}
.txtGray {
	color: #777777;
}
.txtLtGray {
	color: #AAAAAA;
}
.txtDkGreen {
	color: #096D47;
}
.txtBlue {
	color: #1A598C;
}
.txtLtBlue {
	color: #336699;
}
.txtYellow {
	color: #FEE285;
}
.txtBrickRed {
	color: #CC6729;
}

/* Used in common htm files shared with Corporate Site */
/*------- Content Styles -------*/
.contentDiv {
	padding-top: 20px;
	padding-bottom: 15px;
}

.contentDiv a {
	text-decoration: underline;
	color: #033389;
}
.bold-12 {
	color: #1A598C;
	font-weight: bold;
	font-size: 12px;
}

.bold-14 {
	font-weight: bold;
	font-size: 13px;
}

.bold-16 {
	font-weight: bold;
	font-size: 16px;
}

.bold-18 {
	font-weight: bold;
	font-size: 18px;
}

.requiredInfo {
	color: #FF3300;
}

#contentTableContent {
	background-color: #FFFFFF;
	padding: 3px;
}

#contentTableTitle {
	background-color: #EFEFEF;
	padding: 3px;
}

#contentTableSpacer {
	background-color: #BCBCBC;
}

#contentTableHeader {
	background-color: #D9E1E6;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
}

.txtSubtitle {
	font-family: Times New Roman;
	font-size: large;
	color: #336699;
}


.menuGray {
	color: #6A6A6A;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
.menuGray a:link {
	color: #6A6A6A;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
.menuGray a:visited {
	color: #6A6A6A;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
.menuGray a:active {
	color: #6A6A6A;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
.menuGray a:hover {
	color: #6A6A6A;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
.menuParent {
	color: #AA2929;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
.menuParent a:link {
	color: #AA2929;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
.menuParent a:visited {
	color: #AA2929;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
.menuParent a:active {
	color: #AA2929;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
.menuParent a:hover {
	color: #AA2929;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
.menuGroup {
	color: #CC4F29;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
.menuGroup a:link {
	color: #CC4F29;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
.menuGroup a:visited {
	color: #CC4F29;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
.menuGroup a:active {
	color: #CC4F29;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
.menuGroup a:hover {
	color: #CC4F29;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
.menuService {
	color: #CC4F29;
	font-size: 8pt;
	text-decoration: none;
}
.menuService a:link {
	color: #CC4F29;
	font-size: 8pt;
	text-decoration: none;
}
.menuService a:visited {
	color: #CC4F29;
	font-size: 8pt;
	text-decoration: none;
}
.menuService a:active {
	color: #CC4F29;
	font-size: 8pt;
	text-decoration: none;
}
.menuService a:hover {
	color: #CC4F29;
	font-size: 8pt;
	text-decoration: none;
}
.contentTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.contentSubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3A3B3B;
}
.contentTitleSubtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A3B3B;
	line-height: 16px;
}
.contentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
.contentSubtitleRow1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 28px;
	background-image: url(/Ocean/images/BAX370_Import_BarBkgd.gif);
	text-indent: 10px;
}
.contentSubtitleRow2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	line-height: 28px;
	background-image: url(/Ocean/images/BAX370_Export_BarBkgd.gif);
	text-indent: 10px;
}


.infoHeader {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	color: #B51829;
	line-height: 20px;
}

.prHeader {
	color: #FFFFFF;
	padding: 4px;
}
.prLink {
	padding: 4px;
	vertical-align: top;
	white-space: nowrap;
}
.prMessage {
	padding: 4px;
}
.prSpacer {
	width: 1px;
}
.prTable {
	width: 500px;
	border: none;
}

/*************************************************
New Header Classes
*************************************************/
.headerTop, .headerTop a, .headerTop a:link, .headerTop a:visited, .headerTop a:active {
	color: #aaa;
	letter-spacing: 1px;
	text-decoration: none;
	padding-bottom: 6px;
}

.headerTop a:hover {
	color: #aaa;
	text-decoration: underline;
}

.headerMenuTop {
	border-right: solid 1px #fff;
	white-space: nowrap;
}

.headerMenuTop a, .headerMenuTop a:link, .headerMenuTop a:visited, .headerMenuTop a:active {
	background-color: #00a650;
	color: #fff;
	font-size: 11px;
	height: 20px;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
}

.headerMenuTop a:hover {
	background-color: #006;
	font-size: 11px;
	text-decoration: none;
}

.headerMenuTopOn {
	border-right: solid 1px #fff;
	margin: 0px;
	white-space: nowrap;
}

.headerMenuTopOn a, .headerMenuTopOn a:link, .headerMenuTopOn a:visited, .headerMenuTopOn a:active {
	background-color: #006;
	color: #fff;
	font-size: 11px;
	height: 20px;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
}

.headerMenuTopOn a:hover {
	background-color: #006;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

.headerMenuBottomTable {
	background-image: url(images/menuBottomBackground.gif);
}

.headerMenuBottom {
	border-left: solid 1px #000;
	padding: 5px 5px 5px 5px;
	text-align: center;
}
.headerMenuBottom a, .headerMenuBottom a:link, .headerMenuBottom a:visited, .headerMenuBottom a:active {
	color: #000;
	font-size: 11px;
	text-decoration: none;
}

.headerMenuBottom a:hover {
	color: #00a650;
	text-decoration: underline;
}

.headerMenuBottomOn {
	border-left: solid 1px #000;
	padding: 5px 5px 5px 5px;
	text-align: center;
}
.headerMenuBottomOn a, .headerMenuBottomOn a:link, .headerMenuBottomOn a:visited, .headerMenuBottomOn a:active, .headerMenuBottomOn a:hover {
	color: #00a650;
	font-size: 11px;
	text-decoration: none;
}

.headerBottom {
	background-color: #006;
	color: #fff;
	font-weight: bold;
}
.headerBottom a, .headerBottom a:link, .headerBottom a:visited, .headerBottom a:active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.headerBottom a:hover {
	text-decoration: underline;
}

.headerBottomMyBax {
	background-color: #00a650;
	padding: 3px 0px 1px 0px;
	text-align: center;
}

.headerBottomMyBaxGr {
	background-color: #00a650;
}

.headerBottomMyBAX a, .headerBottomMyBAX a:link, .headerBottomMyBAX a:visited, .headerBottomMyBAX a:active {
	background-color: #00a650;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.headerBottomMyBAX a:hover {
	text-decoration: underline;
}

.headerBottomLine {
	background-color: #00a650;
}

.baxtrax {
	font-size: 11px;
	margin: 0px;
}

#trackbyno {
	font-size: 11px;
	width: 140px;
}

.enterWaybill {
	font-size: 10px;
	margin: 0px;
}

