@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #524928;
	background-image: url(newImages/GradientBack.png);
	background-repeat: repeat-x;
	background-position:center top;
}

.TopLine {
background-image:url(newImages/TopLine.png);
background-repeat:repeat-x;
background-position:top;
padding-top: 25px;
}

body,td,th {
	font-size: 11px;
	color: #1F1B0F;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.Normal{
font:Arial, Helvetica, sans-serif;
}

a:link {
	color: #CCA51C;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCA51C;
}
a:hover {
	text-decoration: underline;
	color: #2D2816;
}
a:active {
	text-decoration: none;
	color: #CCA51C;
}

.Heading {
font:Georgia, "Times New Roman", Times, serif;
letter-spacing: 1px;
font-size:16px;
font-weight:bold;
color:#DEAF0E;
}

.SideHeading {
font:Georgia, "Times New Roman", Times, serif;
letter-spacing: 1px;
font-size:13px;
font-weight:bold;
color:#7A6349;
}
