a:link {
	color: #9A8769;
}
a:visited {
	color: #9D8A6F;
}
a:hover {
	color: #665844;
}
a:active {
	color: #665844;
}

.bg_top_image {
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.center_bg {
	background-color: #eeeac8;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.left_shadow {
	background-image: url(images/shadow.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.bottom_bg {
	background-image: url(images/bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.bottom_text_rights {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #d4bb72;
}
.bullet_text {
	list-style-image: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #8b7152;
	text-decoration: none;
}
.normaltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #827157;
}
.normaltextbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #827157;
	font-weight: bold;
}
.bottom_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #8b7152;
	text-decoration: none;
}

.largebold {
	font-size: 16px;
	font-weight: bold;
}
.large {font-size: 16px}
