@charset "UTF-8";
body {
	background-color: #41150d;
	font-family: Times New Roman, Times, Bookman, Georgia, serif;
	font-size: 12pt;
	color: 41150d;
	background-attachment: fixed;
	background-position: left top;
	background-repeat: repeat;
}
.homebackground {
	background-attachment: scroll;
	background-image: url(images/homebackground.jpg);
	background-repeat: no-repeat;
}
.lightbgrd {
	background-color: #FFFFCC;
}
.centerbackground {
	background-attachment: scroll;
	background-image: url(/images/centerbackground.jpg);
	background-repeat: no-repeat;
}
.centerbackgroundlight {
	background-attachment: scroll;
	background-image: url(/images/centerbgrdlight.jpg);
	background-repeat: no-repeat;
}




.lighttext {
	font-family: Times-Roman, Times New Roman, Times, Bookman, Georgia, serif;
	font-size: 12pt;
	font-style: italic;
	color: f0e3c3;
}

h1 {
	font-family: Times-Roman, Times New Roman, Times, Bookman, Georgia, serif;
	font-size: 18pt;
	font-weight: bold;
	color: #41150d;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Times-Roman, Times New Roman, Times, Bookman, Georgia, serif;
	font-size: 15pt;
	font-weight: bold;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	color: #41150d;
}
h3 {
	font-family: Times-Roman, Times New Roman, Times, Bookman, Georgia, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #41150d;
	line-height: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0pt;
	padding: 0pt;
}
h6 {
	font-family: Times-Roman, Times New Roman, Times, Bookman, Georgia, serif;
	font-size: 11pt;
	font-style: italic;
	color: #41150d;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-family: Times-Roman, Times New Roman, Times, Bookman, Georgia, serif;
	font-size: 10pt;
	color: #41150d;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
a:link {
	font-family: Times-Roman, "Times New Roman", Times, Bookman, Georgia, serif;
	color: #9C3F27;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #292925;
	font-family: Times-Roman, Times New Roman, Times, Bookman, Georgia, serif;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F5E8C8;
}
a:active {
	font-family: Times-Roman, Times New Roman, Times, Bookman, Georgia, serif;
	color: #9C3F27;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #EEE2BE;
}
a:visited {
	color: #CC6633;
}
