@charset "utf-8";
.banner-bg {
	background-image: url(../images/logo-bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.blog-bg {
	background-image: url(../images/banner-blog-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	
}
.left-banner-bg {
	background-image: url(../images/banner-left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.text-bg {
	background-color: #FFFFFF;
	background-image: url(../images/text-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.body-txt {
	font-family: Helvetica, Georgia;
	font-size: 12px;
	color: #000000;
}
.body-shadow {
	background-image: url(../images/body-shadow.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.footer-bg {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.copyright-txt {
	font-family: Helvetica, Georgia;
	font-size: 10px;
	color: #333333;
}
.footer-link-txt {
	font-family: Helvetica, Georgia;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-top: 8px;
}
.blog-txt {
	margin-top: 60px;
	font-family: Helvetica, Georgia;
	font-size: 11px;
	color: #000000;
}
.title-txt {
	font-family: Helvetica, Georgia;
	font-size: medium;
	color: #000000;
	font-weight: bold;
}
.login-link-color {
	font-family: Helvetica, Georgia;
	font-size: 12px;
	color: #E3BE22;
}
.email-link-color {
	font-family: Helvetica, Georgia;
	font-size: 14px;
	color: #000000;
}
.footer-txt-color {
	font-family: Helvetica, Georgia;
	font-size: 12px;
	color: #6C3B79;
}
