@charset "utf-8";
/* CSS Document */

.black-bg {
	background-image: url(../images/black-bg.jpg);
	background-repeat: repeat-x;
}

.patternbg {
	background-image: url(../images/pattern.jpg);
	background-attachment:fixed;
}
.navigation-bg {
	background-image: url(../images/navigation-bg.jpg);
	background-color: #029902;
	background-repeat: no-repeat;
}
.feed-title {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.white-text {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.more-link {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.green-text {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #00C200;
}


.more-link:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}







.bg-2 {
	background-color: #028D02;
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
}
.yallow-text {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FDC522;
	text-decoration: none;
}


.footer-link {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}


.footer-link:hover {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #00E900;
	text-decoration: none;
}












.bg {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
