/* CSS Document */
body {
	margin: 10px;
	padding: 10px;
	background-image: url(images/bg.gif);
}
.linkBG {
	background-image: url(images/img_left_bg.gif);
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #866640;
}
.contentBG {
	background-image: url(images/img_right_bg.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #4F4A2F;
	line-height: 16px;
	padding: 5px 20px 20px;
}
.contentBG a:link, a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #9DA576;
}
.contentBG a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.contentBG .header {
	font-size: 16px;
	color: #9DA576;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C7CBB2;
	text-align: right;
	padding-bottom: 5px;
}
.linkBG li {
	list-style-image: url(images/img_bullet.gif);
}
.linkBG li a:link, a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #866640;
	text-decoration: none;
	padding: 2px;
}
.linkBG li a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #9DA576;
	text-decoration: none;
	background-color:#FFFFFF;
	padding: 2px;
}
.linkBG ul {
	padding: 5px 20px 15px;
	margin: 5px 20px;
}
.legal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #4F4A2F;
	text-align: center;
	padding: 10px;
	word-spacing: 3px;
	letter-spacing: 2px;
}
.address {
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	line-height: 15px;
	margin: 20px;
	padding: 20px;
	word-spacing: 2px;
	letter-spacing: 1px;
}
