/* Whaleswim Stylesheet */

/* link colours for the Primary level of the home page */
.linkmainnav{
	color: White;
	background-color: transparent;
	font-family: Copperplate Gothic Bold, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
.linkmainnavOver{
	color: White;
	background-color: transparent;
	font-family: Copperplate Gothic Bold, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

/* link colours for the Features headers */
.linksubfeatnav{
	color: #336699;
	background-color: transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
}
.linksubfeatnavOver{
	color: #336699;
	background-color: transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-decoration: underline;
}

/* link colours for the body level  */

.linkbodynav{
	color: White;
	background-color: transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	text-decoration: none;
}
.linkbodynavOver{
	color: White;
	background-color: transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	text-decoration: none;
}

.linkmainfeatnav{
	color: #993300;
	background-color: transparent;
	font-family: Copperplate Gothic Bold, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.linkmainfeatnavOver{
	color: White;
	background-color: transparent;
	font-family: Copperplate Gothic Bold, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}


.linkfooternav{
	color: White;
	background-color : transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
.linkfooternavOver{
	color: White;
	background-color: transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
}

.footer{
	color: #ffffff;
	background-color: transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:normal;
	text-decoration: none;
}

.linksubbodynav{
	color: White;
	background-color: transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
.linksubbodynavOver{
	color: White;
	background-color: transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.linksubbodynav1{
	color: White;
	background-color: transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.linksubbodynavOver1{
	color: White;
	background-color: transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
/*content section*/

.bodycopyblack{
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height : 14px;
	font-weight:normal;
	text-decoration: none;
}

.bodycopywhite{
	color: White;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
}

.bodycopywhitebold{
	color: White;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
}

/*Headers*/

.heading1{
	color: White;
	font-family: Copperplate Gothic Bold, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.heading2{
	color: White;
	font-family: Copperplate Gothic Bold, Arial, Verdana, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	text-decoration: none;
}

.heading3{
	color: #336699;
	font-family: Copperplate Gothic Bold, Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

.heading4{
	color: #336699;
	font-family: Copperplate Gothic Bold, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.heading5{
	color: White;
	font-family: Franklin Gothic Demi, Verdana, Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: lighter;
	text-decoration: none;
}

.heading6{
	color: #993300;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

hr {
	border: 0;
	color: #006699
	background-color: #006699;
	height: 1px;
	width: 98%;
	text-align: left;
}
