@charset "utf-8";
.mainText {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
a.mainTextLinks:link {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
}
a.mainTextLinks:visited {
	font-family: "Trebuchet MS";
	color: #FF0000;
	text-decoration: none;
	font-size: 14px;
}
a.mainTextLinks:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFF00;
	text-decoration: none;
}
.pageHeadText {
	font-family: "Trebuchet MS";
	font-size: 30px;
	color: #000000;
	text-decoration: underline;
}
.categoryText {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #000000;
	text-decoration: underline;
}

.faqAnsText {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
}
.disclaimerText {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.imgleftfloat {
	float: left;
	height: auto;
	width: auto;
	border: thin double #000000;
	clear: none;
	margin: 5px;
}
.imggallery {
	height: auto;
	width: auto;
	margin-top: auto;
	margin-right: 15px;
	margin-bottom: auto;
	margin-left: 15px;
	border: thin double #000000;
}

