/* All of the paragraph statements */
p.MainText {
	font-size: 12pt;
}

p.MainTextCenter {
	margin-left: 12px;
	font-size: 12pt;
}

p.MainTextHeader {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

p.MainHeader {
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
}

p.CenterLinks {
	text-align: center;
}
/* End of the paragraph statements */


/* All of the table statements */
.BodyTable {
	width: 775px;
}

.CustomTB {
	width: 600px;
}

.HeavyTB {
	width: 600px;
}
/* End of the table statements */


/* All of the link statements */
a.BottomLinkA:link, a.BottomLinkA:visited {
	color: #000000;
	text-decoration: none;
}
	
a.BottomLinkA:hover {
	text-decoration: underline;
}
	
a.NavLinkA:link, a.NavLinkA:visited {
	color: #000000;
	text-decoration: none;
}

a.NavLinkA:hover {
	display: block;
	background: #6699FF;
	text-decoration: none;
}
/* End of the link statements */


/* The body statement */
.NavBody {
	margin: 0px;
	padding: 0 0 0 0;
}
/* End of the body statement */ 


/* All of the column statements */
.MooringTD {
	width: 300px;
}

.HardwareTD {
	width: 300px;
}

.NavHeaderTD {
	background: #6699FF;
}

.NavContentTD {
	background: #66CCFF;
}

.BottomLinkTD {
	text-align: center;
}
			
.MainNavTD {
	vertical-align: top;
	width: 168px;
}
			
.MainBodyTD {
	text-align: left;
	vertical-align: top;
	padding: 10px 6px 6px 6px;
	width: 605px
}

.CustomTD {
	width: 200px;
	text-align: right;
	vertical-align: top;
}

.Custom2TD {
	width: 400px;
}
/* End of the column statement */


/* All of the div statements */
div.NavHeaderDIV {
	padding: 4px 4px 4px 4px;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
			
div.NavLinkDIV {
	margin: 1px 0px;
	padding-right: 5px;
}
			
div.NavLinksDIV {
	margin-left: 13px;
}
/* End of the div statements */