@charset "utf-8";
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #938955;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	line-height: 1.7em;
	padding-bottom: 3px;
	padding-top: 3px;
}
a {
	color: #224850;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: lighter;
}
.align_center {
	text-align: center;
}
.bg_top {
	background-image: url(images/bg_top.gif);
	background-repeat: no-repeat;
}
.bg_bottom {
	background-image: url(images/bg_bottom.gif);
	background-repeat: no-repeat;
}

.bg_center {
	background-image: url(images/bg_center.gif);
	background-repeat: repeat-y;
	text-align: left;
}


.footer_txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	line-height: 1.7em;
}

