/*********************************************************/
/* Replacement Styles for Events and About  Oxera Zones  */
/*********************************************************/

/******* hyperlink and anchor tag styles *******/

#contentCell a:link, #contentCell a:visited {
	color: #999966;
}



.breadCrumbLink {
	color: #999966;
	text-decoration:none;
}

.breadCrumbLink:Hover {
	color: #999999;
	text-decoration:none;
}

/******* masthead styles *******/

.topNavZoneLinkOn, .topNavZoneLink:hover {
	/*color: #999966;*/
	color: #D14414;
}
.topNavSectionLinkOn, .topNavSectionLink:hover {
	/*color: #999966;*/
	color: #D14414;
}


/******* related link styles *******/

.relatedLink {
	color: #999966;
}
.relatedLink:active {
	color: #474747;
}
.relatedLink:visited {
	color: #999966;
}

/******* content styles *******/

#mainContentTitle {
	color: #999966;
}
#mainContentSubtitle {
	color: #BCAE1B;
}
.subHeading {
	font-weight: bold;
	color: #999966; 
}

/******* Panel Styles *******/
.panelIcon {
	font-weight: normal;
}
.panelIcon:link {
	font-weight: normal;
}
.panelIcon:Hover {
	font-weight: normal;
	text-decoration:underline;
}
.panelIcon:Visited {
	font-weight: normal;
}

/******* Search Result Text Styles *******/
.SearchResultTitle {
	font-weight:bold;
	font-size:16px;
	color:#999966;
	text-decoration:none;
}

/*.SearchResultTitle:Hover {
	font-size:16px;
	color:#999966;
	text-decoration:underline;
}*/

/******* Archive Styles *******/
.ArchiveBoldText {
	font-weight:bold;
	font-size:12px;
	color:#999966;
}
