a:link {
	font-family: "Book Antiqua";
	font-size: 14px;
	font-weight: bold;
	color: #663300;

}
a:visited {
	font-family: "Book Antiqua";
	font-size: 14px;
	font-weight: bold;
	color: #663300;

}
a:hover {
	font-family: "Book Antiqua";
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	text-decoration: underline overline;

}
a:active {
	font-family: "Book Antiqua";
	font-size: 14px;
	font-weight: bold;
	color: #663300;
}
.StdTextSmall {
	font-family: Tahoma;
	font-size: 14px;
	color: #663300;
	font-weight: normal;
}
.StdText {
	font-family: Tahoma;
	font-size: 16px;
	color: #663300;
	font-weight: normal;

}
.StdTextLrg {
	font-family: Tahoma;
	font-size: 18px;
	color: #663300;
	font-weight: bold;
}
body {
	font-family: Tahoma;
	font-size: 14px;
	background-color: #663300;
	margin: 0px;
	padding: 0px;
}
.HrzLine {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #663300;
	width: 100%;
}
.divCenter {
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: #663300;
	padding: 15px;
	border: thick double #FFFFFF;
}
table {
	background-image: url(Images/BckgrdContent.png);
	background-repeat: repeat;
}

