@charset "utf-8";

a:link {
	color: #BABA74;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
	background-color: #BABA74;
}
a.logo:link {
	color: #678398;
	text-decoration: none;
	background-color: #678398;
}
a.logo:visited {
	color: #678398;
	text-decoration: none;
	background-color: #678398;
}
a.nav:link {
	color: #BABA74;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.nav:visited {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.nav:hover {
	color: #333333;
	background-color: #BABA74;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #678398;
	color: #403728;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.Copyright {
	font-weight: normal;
	color: #BABA74;
}

.Heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
.SubHeading {
	font-size: 16px;
}


.WhiteText18px {
	color: #ECEEE9;
	font-size: 18px;
}
