p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 1.5em;
	color: #333;
}
h1 {
	font-size: 1.75em;
	border-bottom-style: solid;
	border-bottom-color: #c4a584;
	margin-bottom: -0.375em;
	color: #8b5c29;
	letter-spacing: .1em;
}
h2 {
	font-size: 1.25em;
	letter-spacing: 0.05em;
	margin-bottom: -0.675em;
	color: #8B5C29;
}
h3 {
	font-size: 1em;
	letter-spacing: .05em;
	margin-bottom: -0.675em;
	color: #8B5C29;
}
.nav {
	font-size: 1.125em;
	color: #8E5C29;
	padding-bottom: .15em;
}
a.nav:link
{
	text-decoration:none;
	width: 100%;
	display:block;
}

a.nav:active
{
	text-decoration:none;
	font-weight:bold;
	width: 100%;
	display:block;
	background-color: #8E5C29;
	color: #F0F0F0;
}

a.nav:visited 
{
	text-decoration:none;
	width: 100%;
	display:block;
	color:#8E5C29;
}

a.nav:hover
{
	text-decoration:underline;
	width: 100%;
	display:block;
	color: #C7A584;
}

#footer a:link {
	text-decoration: none;
	color: #333;
}

#footer a:active
{
	text-decoration: none;
	background-color: #8E5C29;
	color: #333;
}

#footer a:visited {
	text-decoration: none;
	color: #333;
}

#footer a:hover {
	text-decoration:underline;
	color: #8E5C29;
}

.RedFlag 
{
	color: #FFF;
	font-weight: bold;
	background-color: #C00;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	width: 60%;
}
