/*
/* Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!
/* Note: a:active MUST come after a:hover in the CSS definition in order to be effective!!
/* Note: Pseudo-class names are not case-sensitive.
/* a:link {color: #FF0000}
/* a:visited {color: #00FF00}
/* a:hover {color: #FF00FF}
/* a:active {color: #0000FF}
/* selector.class:pseudo-element {property:value}
/* a.red:visited {color:#FF0000}
*/

a:link {
	color: #9CB7C8;
	border: 0px solid #ffffff;
}
a:visited {
	color: #9CB7C8;
	text-decoration: none;
}
a:hover {
	background-color: #54636C;
	color: #A8BCC8;
	text-decoration: none;
}
a:active  {
	color: #9CB7C8;
	text-decoration: none;
}


a.footerLink:link, a.footerLink:visited
{
	color: #9CB7C8;
	margin-right: 25px;
	margin-left: 3px;
	text-decoration: none;
}
a.footerLink:hover {
	color: #F1E2B9;
	margin-right: 25px;
	margin-left: 3px;
	background-color: #7D2C27;
	text-decoration: none;
}
a.footerLink:active
{
	color: #9CB7C8;
	margin-right: 25px;
	margin-left: 3px;
	text-decoration: none;
}


a.hrefTop:link, a.hrefTop:visited
{
	color: #9CB7C8;
}
a.hrefTop:hover {
	color: #9CB7C8;
	background-color: #7D2C27;
}
a.hrefTop:active {
	color: #9CB7C8;
	background-color: #7D2C27;
}


a.favoriteLinks:link, a.favoriteLinks:visited
{
	color: #9CB7C8;
	text-decoration: underline;
}

a.favoriteLinks:hover {
	color: #9CB7C8;
	background-color: #661f0d;
	text-decoration: none;
}
a.favoriteLinks:active
{
	color: #9CB7C8;
	text-decoration: underline;
}


a.excursionLinks:link, a.excursionLinks:visited
{
	color: #9CB7C8;
	text-decoration: underline;
}

a.excursionLinks:hover {
	color: #9CB7C8;
	background-color: #661f0d;
	text-decoration: none;
}
a.excursionLinks:active
{
	color: #9CB7C8;
	text-decoration: underline;
	border: 0px solid #ffffff;
}



a.hdrAnchor:link {
	font-size: 12pt;
	color: #9CB7C8;
	text-align: right;
	text-decoration: none;
	background-color: transparent;
}
a.hdrAnchor:link, a.hdrAnchor:visited
{
	font-size: 12pt;
	color: #9CB7C8;
	background-color: transparent;
	text-align: right;
	text-decoration: none;
}
a.hdrAnchor:hover {
	color: #9CB7C8;
	background-color: #661f0d;
	text-decoration: none;
}
a.hdrAnchor:active {
	color: #9CB7C8;
	background-color: #661f0d;
	text-decoration: underline;
}


a.emailContact:link, a.emailContact:visited
{
	color: #661f0d;
	text-align: center;
	text-decoration: underline;
}
a.emailContact:hover {
	color: #9CB7C8;
	background-color: #661f0d;
	text-decoration: none;
}
a.emailContact:active
{
	color: #661f0d;
	text-align: center;
	text-decoration: underline;
}


a.stopInterval:link, a.stopInterval:visited, a.stopInterval:hover, a.stopInterval:active
{
	text-decoration: none;
	background-color: transparent;
	border-style: none;
}
