/* styles for www.northbayboatworks.com	by M. Konrad*/

div.borderAS {				/* border an All Sides	*/
padding: 12px;
border-color: #cfc2b7;		/* brown */
border-style: solid;
border-width: 6px;
}
*.borderA {
padding: 12px;
border: double 6px #cfc2b7;
}
*.borderLT {
padding: 12px;
border-color: #cfc2b7;
border-style: double none none double;
border-width: 6px;
}
div.borderLink {
border: solid 4px purple;
}

div.doubleBorder {
border-style: double;
border-width: 6px;
border-color: #cfc2b7;
padding: 6px;
}

p.sm {
font-family: Times, serif;
font-size: 10px;
font-weight: normal;
font-style: normal;
text-align: left;
text-indent: 1em;
}
p.med {
font-family: Times, serif;
font-size: 14px;
text-align: left;
text-indent: 1em;
}
p.medL {
font-family: Times, serif;
font-size: 16px;
text-align: left;
text-indent: 1em;
}
p.homePage {
font-family: Helvetica;
font-size: 16px;
text-align: center;
}
p.lg {
font-family: Times, serif;
font-size: 24px;
text-align: left;
text-indent: 1em;
}
h1 {
font-family: Times, serif;
font-size: 36px;
font-weight: bold;
}
h2 {
font-family: Times, serif;
font-size: 24px;
font-weight: bold;
}
h3 {
font-family: Times, serif;
font-size: 18px;
font-weight: bold;
}
h4 {
font-family: Times, serif;
font-size: 14px;
font-weight: bold;
}
h4.close {
font-family: Times, serif;
font-size: 14px;
font-weight: bold;
margin-top: -16px;
padding-top: 0px;
}

*.bottomMargin4 {
margin-bottom: 4px;
}

h5 {
font-family: Times, serif;
font-size: 12px;
font-weight: bold;
}
h6 {
font-family: Times, serif;
font-size: 10px;
font-weight: bold;
}
ul.med {
font-family: Times, serif;
font-size: 14px;
}

/* unordered list w/o buttons & small indent */
ul.noBut {
list-style-type: none;
margin-top: 0px;
margin-left: 16px;
padding-left: 0px;
font-family: Times, serif;
font-size: 14px;
}
.leading {
font-size 16px;
font-weight: bold;
}

/* in line styles	*/
span.boatName {font-style: italic; font-size: 120%;
}
