/* global classes */
body {
	background-color: #001551;
	margin: 0px;
	padding: 0px;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
	line-height: 24px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
p {
	margin: 5px 0px 20px 0px;
}
em, i {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
td {
	vertical-align: top;
}
/* Div classes */
#green {
	background-image: url(../images/bodyBg_green.jpg);
	background-repeat: repeat-y;
}
#blue {
	background-image: url(../images/bodyBg_blue.jpg);
	background-repeat: repeat-y;
}
#wrapper {
	width: 960px;
}
#header {
	width: 960px;
	height: 200px;
}
#nav {
	position: absolute;
	left: 25px;
	top: 3px;
}
#secondnav {
	color: #FFFFFF;
	width: 880px;
	position: absolute;
	left: 10px;
	top: 178px;
	text-align: right;
}
#subnav {
	width: 960px;
	height: 100px;
	float: left;
}
.subnav_blue {
	background-image: url(../images/mercachemLogo_blue.gif);
	background-repeat: no-repeat;
	background-position: 540px 35px;
}
.subnav_green {
	background-image: url(../images/mercachemLogo_green.gif);
	background-repeat: no-repeat;
	background-position: 540px 35px;
}
#content {
	width: 505px;
	padding: 0px 0px 35px 35px;
	float: left;
}
#image {
	width: 385px;
	text-align: right;
	padding: 20px 0px 35px 0px;
	float: left;
}
.navcontainer {
	width: 120px;
	padding-left: 10px;
	float: left;
}
.subnavcontainer_blue {
	position: absolute;
	left: 0px;
	top: 200px;
	height: 22px;
	color: #FFFFFF;
	background-color: #001551;
	background-image: url(../images/subnavcontainerBg_blue.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 3px 35px 0px 35px;
}
.subnavcontainer_white {
	position: absolute;
	left: 0px;
	top: 200px;
	height: 22px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/subnavcontainerBg_white.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 3px 35px 0px 35px;
}
.subnavcontainer_orange {
	position: absolute;
	left: 0px;
	top: 200px;
	height: 22px;
	color: #FFFFFF;
	background-color: #E36C00;
	background-image: url(../images/subnavcontainerBg_orange.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 3px 35px 0px 35px;
}
.subnavcontainer_red {
	position: absolute;
	left: 0px;
	top: 200px;
	height: 22px;
	color: #FFFFFF;
	background-color: #CC0000;
	background-image: url(../images/subnavcontainerBg_red.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 3px 35px 0px 35px;
}
.subnavcontainer_green {
	position: absolute;
	left: 0px;
	top: 200px;
	height: 22px;
	color: #FFFFFF;
	background-color: #00A277;
	background-image: url(../images/subnavcontainerBg_green.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 3px 35px 0px 35px;
}
.disclaimercontainer {
	color: #FFFFFF;
	padding: 35px;
}
/* Tabel classes */

/* Text classes */
.nav:link, .nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nav:hover, .nav:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.navOn:link, .navOn:visited, .navOn:hover, .navOn:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.nav_black:link, .nav_black:visited {
	color: #000000;
	text-decoration: none;
}
.nav_black:hover, .nav_black:active {
	color: #000000;
	text-decoration: underline;
}
.nav_blackOn:link, .nav_blackOn:visited, .nav_blackOn:hover, .nav_blackOn:active {
	color: #000000;
	text-decoration: underline;
}
