/* Halicat Stylesheet */

/* link colours for the Primary level of the home page */
.linkmainnav{
	color: White;
	background-color : transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-left:2px;
	padding-right:2px;
}
.linkmainnavOver{
	color: #990000;
	background-color: transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-left:2px;
	padding-right:2px;
}

/* link colours for the Secondary level of the home page */
.linksubnav{
	color: White;
	background-color : transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height : normal;
	font-weight: bold;
	text-decoration: none;
}
.linksubnavOver{
	color: #CC3300;
	background-color: transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height : normal;
	font-weight: bold;
	text-decoration: none;
}

/* link colours for the information level of the home page */

.linktopnav{
	color: #003399;
	background-color : transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height : 14px;
	font-weight: normal;
	text-decoration: none;
}
.linktopnavOver{
	color: #006699;
	background-color: transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height : 14px;
	font-weight: normal;
	text-decoration: none;
}

/* link colours for the body level  */

.linkbodynav{
	color: #669999;
	background-color : transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height : 15px;
	font-weight: normal;
	text-decoration: underline;
}
.linkbodynavOver{
	color: #669999;
	background-color: transparent;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height : 15px;
	font-weight: normal;
	text-decoration: underline;
}

.linkfooternav{
	color: White;
	background-color : transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height : 15px;
	font-weight: normal;
	text-decoration: underline;
}
.linkfooternavOver{
	color: Black;
	background-color: transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height : 15px;
	font-weight: normal;
	text-decoration: underline;
}


.linkmapnav{
	color: #669999;
	background-color : transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height : 15px;
	font-weight: normal;
	text-decoration: none;
}
.linkmapnavOver{
	color: #669999;
	background-color: transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height : 15px;
	font-weight: normal;
	text-decoration: underline;
}

.footer{
	color: #ffffff;
	background-color: transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	text-decoration: none;
}

/*content section*/

.bodycopy{
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height : 15px;
	font-weight:normal;
	text-decoration: none;
}
.bodycopygrey{
	color: #999999;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height : 15px;
	font-weight:normal;
	text-decoration: none;
}
.bodycopyblue{
	color: #006699;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height : 15px;
	font-weight:normal;
	text-decoration: none;
}

.introcopyaqua{
	color: #669999;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height : 15px;
	font-weight: bold;
	text-decoration: none;
}

.newscopywhite {
	color: White;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height : 14px;
	font-weight: normal;
	text-decoration: none;
}

hr{
	height: 1px;
	color : Gray;
}

/*Headers*/

.heading1{
	color: Black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}

.heading2{
	color: #669999;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none
}

.heading3{
	color: White;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none
}

.heading4{
	color: #CC3300;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none
}
.heading5{
	color: #CC3300;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none
}
H1 {
	font: bold 110% Arial, Verdana, Helvetica, sans-serif;
	color : Black;
}
H2 {
	font: bold 95% Arial, Verdana, Helvetica, sans-serif;
	color : Black;
}