/* CSS Document */


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #94835F;
	margin: 5px 5px 10px;
}
.pageBK {
	background-color: #FFFFFF;
	background-image: url(images/Beige-BK.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #94835f;
	text-decoration: underline;
}
a:visited {
	color: #94835f;
	text-decoration: underline;
}
a:hover {
	color: #3698c9;
	text-decoration: none;
}
a:active {
	color: #3698c9;
	text-decoration: underline;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
	font-variant: normal;
	color: #3698C9;
	margin: 5px;
}
.menu a:link {
	color: #3698C9;
	text-decoration: none;
}
.menu a:visited {
	color: #3698C9;
	text-decoration: none;
}
.menu a:hover {
	color: #94835f;
	text-decoration: underline;
}
.menu a:active {
	color: #94835f;
	text-decoration: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #3698c9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94835f;
	margin: 5px 5px 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3698c9;
	margin: 10px 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3698c9;
	margin: 10px 5px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #94835f;
	margin: 10px 5px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #94835F;
	margin: 5px;
}
.box {
	background-color: #FFFFE7;
	border: 3px double #9B9B7B;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #94835F;
}
.ft-header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3698c9;
}
.grey-bd {
	margin: 2px;
	border: 1px solid #999999;
}
.grey-bd a:link{
	margin: 2px;
	border: 1px solid #999999;
}.grey-bd a:hover {
	margin: 2px;
	border: 1px solid #3698c9;
}