@charset "utf-8";
/* CSS Document */

a:link, a:visited {
	text-decoration: underline;
	color: #034689;
}
a:active {
	color:#F60;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #F60;
}
/* address element links */
.address a:link, .address a:visited {
	text-decoration: underline;
	color: #6FF;
}
.address a:active {
	color:#F30;
	text-decoration: none;
}
.address a:hover {
	text-decoration: underline;
	color: #6FF;
}
/* boatbox title links*/
.boatbox a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	text-decoration: underline;
}
.boatbox a:link, .boatbox a:visited {
	color: #D32800;
}
.boatbox a:active {
	color:#0560BB;
}
.boatbox a:hover {
	color: #0560BB;
}
/* Site links at top */
#sitlinks a:link, #sitelinks a:visited {
	text-decoration: underline;
	color: #073057;
}
#sitelinks a:active {
	color:#F30;
	text-decoration: none;
}
#sitelinks a:hover {
	text-decoration: underline;
	color: #073057;
}

