/* CSS Document for Corrosion Prevention */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

body{
	background-color:#F7F7F7;
}

.maintable{
	background-color:#FFFFFF;
}

.link{
	color: #33ccff;
	text-decoration: none;
}
.link:hover{
	color: #666666;
	text-decoration: none;
}
/********************************************** images *****************************************/
.logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position:center;
}

.piclarge {
	background-image: url(images/seamanmain.jpg);
	background-repeat: no-repeat;
	background-position:center;
	padding: 1px;
	padding-left: 1px;
	padding-right: 1px;
}

.picsmall{
	background-repeat: no-repeat;
	background-position:center;
	padding: 1px;
}

/********************************************** footer *****************************************/
.footer {
	background-color: #33ccff;
	color:#FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

.footer_left {
	background-color: #33ccff;
	color:#FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	height: 37px;
}
a.footerlink:link, a.footerlink:visited, a.footerlink:hover, a.footerlink:active{
	color:#FFFFFF;
	text-decoration: none;
	padding: 0;
}

.footerswc{
	background-color: #33ccff;
	text-align:center;
	color:#FFFFFF;
	font-size: 9pt;
	text-decoration: none;
}
a.footerswc:link, a.footerswc:visited, a.footerswc:hover, a.footerswc:active{
	color:#FFFFFF;
	font-size: 9pt;
	font-weight:normal;
	text-decoration: normal;
}

/********************************************** navigation *************************************/

.navigation_layout {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;	
}

.navigation a.navigation:link, a.navigation:visited, a.navigation:hover, a.navigation:active{
	color:#666666;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
	text-align: center;
}

.bluebars {
	background-color: #33ccff;
	width: 1px;
}

.arrow {
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

/********************************************** content ****************************************/
.heading{
	background-color: #33ccff;
	color:#FFFFFF;
	padding-left: 38px;
}
.h1{
	font-size:30pt;
}

.h2{
	font-weight: bold;
	font-size: 12pt;
}

.h3 {
	color: #33ccff;
	font-size: 14pt;
	font-weight: bold;
}
.h4{
	color: #33ccff;
	font-size: 12pt;
	font-style:italic;
}

h1{
	font-size:30pt;
}

h2{
	font-weight: bold;
	font-size: 12pt;
}

h3 {
	color: #33ccff;
	font-size: 14pt;
	font-weight: bold;
}
h4{
	color: #33ccff;
	font-size: 12pt;
	font-style:italic;
}


.main{
	background-image: url(images/seaman.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

/*links*/
.button{
	text-align: center;
}



.maintext{
	padding: 15px;
	font-size: 10pt;
	vertical-align: top;
}
ul{
	color: #33ccff;	
}

li{
	color:#000000;
}
