h1,h2,h3,h4,h5,h6,body { padding: 0px; margin: 0px; font-family: Arial, Helvetica, sans-serif; }

body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color: #FF9900;
	letter-spacing: -.5pt;
}
h1 {
	font-size: 25px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: -.5pt;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	letter-spacing: -.5pt;
}


a:link {
	color: #FF9900;
	text-decoration: underline;
}
a:visited {
	color: #FF9900;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}



/* form input styles */

.input { /* used on all the textfields */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    background-color: #EEEEEE;
    border: 1px solid #666666;
    padding: 2px;
}
.inputS { /* used on all the textfields */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    background-color: #EEEEEE;
    border: 1px solid #666666;
    padding: 1px;
}

textarea { /* redefined tag, applies to all */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    background-color: #EEEEEE;
    border: 1px solid #666666;
    padding: 2px;
}

.inputButton { /* used on submit buttons where there isn't an image */
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #FF9900;
    background-color: #222222;
    border-top: 1px solid #777777;
    border-left: 1px solid #777777;
    border-bottom: 1px solid #444444;
    border-right: 1px solid #444444;
    padding: 2px;
}
select { /* redefined the select tag, similar to .input but no borders */
    font-family: inherit;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
}


/* form input styles */






/* background title images */

.title_index {
	background-image: url(file:///Nucleus-Web/sites/americanboatcarriers.com/images/bkgrd_hme.jpg);
	background-repeat: no-repeat;
}

.title_about_us {
	background-image: url(file:///Nucleus-Web/sites/americanboatcarriers.com/images/bkgrd_about_us.jpg);
	background-repeat: no-repeat;
}

.title_contact {
	background-image: url(file:///Nucleus-Web/sites/americanboatcarriers.com/images/bkgrd_contact.jpg);
	background-repeat: no-repeat;
}

.title_gallery {
	background-image: url(file:///Nucleus-Web/sites/americanboatcarriers.com/images/bkgrd_gallery.jpg);
	background-repeat: no-repeat;
}
.title_links {
	background-image: url(file:///Nucleus-Web/sites/americanboatcarriers.com/images/bkgrd_links.jpg);
	background-repeat: no-repeat;
}
.title_shipping_quote {
	background-image: url(file:///Nucleus-Web/sites/americanboatcarriers.com/images/bkgrd_shipping_quote.jpg);
	background-repeat: no-repeat;
}

/* background title images */

.imgborder { border: double 3px #666666;}

.htext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.hlink:link {
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.hlink:visited {
	text-decoration: none;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.hlink:hover {
	text-decoration: underline;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.contacttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.email:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
.email:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
.email:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
	text-decoration: underline;
}
.redhorizontalline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
