/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#626F4A;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/shadowbg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.style1 {
	font-size: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #FFCC99;
	font-weight: bold;
}
a:link {
	color: #FFCC99;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC99;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}.letter {
	font-size: 16pt;
	font-weight: bold;
	color: #993300;
}
p {
	font-size: 10pt;
}
h1 {
	font-size: 12pt;
	font-weight: 600;
	font-variant: small-caps;
	color: #993300;
}


.footer {
	font-size: 8pt;
	color: #663300;
}


/*FOOTER NAV*/
a.footer:link {color: #4F6B7B; text-decoration: none; }
a.footer:visited {color: #666666; text-decoration: none; }
a.footer:hover {color: #7A3423; text-decoration: underline; }
a.footer:active {color: #CC0033; }
/*content nav*/
a.content:link {color: #4F6B7B; text-decoration: none; }
a.content:visited {color: #666666; text-decoration: none; }
a.content:hover {color: #7A3423; text-decoration: underline; }
a.content:active {color: #CC0033; }
/*etc*/
.holder {
	border-right-width: 15px;
	border-left-width: 15px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-left-color: #990000;
}
h2 {
	color: #516738;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 10pt;
}
.quote {
	font-size: 8pt;
	font-style: italic;
	color: #33251C;
	text-align: center;
}
.quote-mark {
	font-size: 18pt;
	font-weight: bold;
	color: #CC9900;
}
.imgborder {
	border: 5px double #AC9D6A;
}
