@charset "UTF-8";
.brownLink a:link {
	color: #494A4A;
	text-decoration: none;
}

.brownLink a:hover {
	color: #494A4A;
	text-decoration: none;
}

.brownLink a:active {
	color: #494A4A;
	text-decoration: none;
}

.brownLink a:visited {
	color: #494A4A;
	text-decoration: none;
}

.brownLinkKit a:link {
	color: #494A4A;
	text-decoration:underline;
}

.brownLinkKit a:hover {
	color: #004b8e;
	text-decoration:underline;
}

.brownLinkKit a:active {
	color: #494A4A;
	text-decoration: none;
}

.brownLinkKit a:visited {
	color: #004b8e;
	text-decoration: none;
}

.smallBrownLink a:link {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #494A4A;
	font-weight: bold;
	line-height: 14px;
	text-decoration: underline;
}

.smallBrownLink a:hover {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #494A4A;
	font-weight: bold;
	line-height: 14px;
	text-decoration: underline;
}

.smallBrownLink a:active {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #494A4A;
	font-weight: bold;
	line-height: 14px;
	text-decoration: underline;
}

.smallBrownLink a:visited {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #494A4A;
	font-weight: bold;
	line-height: 14px;
	text-decoration: underline;
}

.whiteLink a:link {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
}

.whiteLink a:hover {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight: bold;
	line-height: 14px;
	text-decoration: underline;
}

.whiteLink a:active {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
}

.whiteLink a:visited {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
}

.bodyLink a:link {
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	color: #494A4A;
	text-decoration: underline;
}

.bodyLink a:hover {
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	color: #494A4A;
	text-decoration: underline;
}

.bodyLink a:active {
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	color: #494A4A;
	text-decoration: underline;
}

.bodyLink a:visited {
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	color: #494A4A;
	text-decoration: underline;
}

.smallLinkCopy {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #494A4A;
	font-weight: bold;
	line-height: 14px;
}

.smallTechCopy {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight: bold;
	line-height: 14px;
}

.titleText {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #a29061;
	font-weight: bold;
}

.bodyText {
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	color: #494A4A;
}
.bodyTextBd {
	font-size: 15px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #494A4A;
}
.bodyTextBdBrown {
	font-size: 15px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: ##a29061;
}
.bodyTextIt {
	font-size: 15px;
	font-style:italic;
	font-family: "Times New Roman", Times, serif;
	color: #494A4A;
}

.smallBrownCopy {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #494A4A;
	font-weight: bold;
	line-height: 14px;
}

.headingText {
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #a29061;
	font-weight: bold;
}


