@charset "utf-8";
/* CSS Document */

.MainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #281606;
	letter-spacing: 1px;
	word-spacing: 1px;
}

.FooterText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #281606;
	letter-spacing: 1px;
	word-spacing: 1px;
}

.Links {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #281606;
	letter-spacing: 1px;
	word-spacing: 1px;
}
a:link {
	color: #281606;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #4E7E70;
}
a:hover {
	text-decoration: underline;
	color: #6d6757;
}
a:active {
	text-decoration: underline;
	color: #281606;
}

a:link {
	color: #281606;
	text-decoration: underline;
}

.SubTitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #281606;
	letter-spacing: 1px;
	word-spacing: 0px;
}

body {
	background-repeat: repeat;
	background-color: #d3d0c1;
}
.FooterTextSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #281606;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 18px;
}
