/* template - sub edible tag */
.title {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #4e8d70}

.links {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #ff3300; text-decoration: none}
/* template - title edible tag - Freshgate Tunnel*/
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4e8d70;
	font-style: normal;
}

/* all rights reserved and designer */
.footer { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: normal; color: #FFFFFF; text-decoration: none}
.links:hover {
	color: #4e8d70;
	text-decoration: underline;
}
.footer:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;

}
/* faq page, faqtitle text only*/
.faqtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #4e8d70;



}
.faqtitle:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #4e8d70;
}
/* questions asked on faq page */
.questions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}	
.questions:hover {
	color: #ff6600;
	text-decoration: none;
}

.caption { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; 
	font-style: italic;
}	
/* bold black text - where needed*/
.blacktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;


}
/* faq pages, faq answers*/	
.answers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
/* links for links page*/
.linkspage {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000; text-decoration: underline}
.linkspage:hover {
	color: #ff3300;
	text-decoration: none;
}
/* link back to old site*/
.oldsite { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: normal; color: #ffff66; text-decoration: none}
.oldsite:hover {
	color: #ff9933;
	text-decoration: none;
	font-weight: normal;
}
/* link on map tours page for Synopsis*/
.synopsislink { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal; color: #000000; text-decoration: none}
.synopsislink:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: normal;

}