.green a,.green a:link,.green a:active,.green a:hover{
	color:#a8c83f;
	text-decoration:underline;
}

.dark a,.dark a:link,.dark a:active,.dark a:hover{
	color:#4D4D43;
	text-decoration:underline;
}

.bold {
	font-weight: bold;
}

.arrow-white {
	background-image: url("../img/arrow-white-bg-green.png");
	background-repeat: no-repeat;
	background-position:center right;
}

.arrow-green {
	display:inline;
	width:10px;
	height:9px;
	background-image: url("../img/arrow-green-bg-white.png");
	background-repeat: no-repeat;
	background-position:top left;
}


.bg-grey {
	background-color: #626258;
	background-image: url("../img/bg-grey-bar.png");
	background-repeat: repeat-x;
}

.bg-green {
	background-color: #a7c740;	
}

.bg-green-arrow {
	background-image: url("../img/bg-green-arrow.png");
	background-repeat: no-repeat;
	background-position:center right;
	background-color: #a7c740;
}

.bg-grey-arrow {
	background-image: url("../img/bg-grey-arrow.png");
	background-repeat: no-repeat;
	background-position:center right;
	background-color: transparent;
}

.bg-cyano-arrow {
	background-image: url("../img/bg-cyano-arrow.png");
	background-repeat: no-repeat;
	background-position:center right;
	background-color: #8dbbae;
}

.bg-green-title-white {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	padding: 13px 0px 0px 13px;
}

.bg-green-title-white a, .bg-green-title-white a:link, .bg-green-title-white a:hover, .bg-green-title-white a:visited {
	color: #FFF;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
}

.bg-green-title-white2 {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	padding: 5px 0px 0px 13px;
}

.bg-grey-title-white {
	color: #FFF;
	font-size: 14px;
	font-style: italic;
	font-family: serif;
	padding: 15px 0px 0px 13px;
}

.bg-green-arrow-bottom {
	background-image: url("../img/bg-green-arrow-bottom.png");
	background-repeat: repeat-x;
	background-color: #dfdfd3;
}

.bg-green-grey-white {
	background-image: url("../img/bg-green-grey-white.png");
	background-repeat: repeat-x;
	height: 44px;
}

.bg-green-arrow-bottom-dark {
	background-image: url("../img/bg-green-arrow-bottom-dark.png");
	background-repeat: repeat-x;
	background-color: #6e6d68;
}

.accordion-bg {
	background-image: url("../img/bg-accordion.png");
	background-repeat: no-repeat;
	height:37px;
}

.accordion-title {
	padding: 11px 0px 0px 8px;
	color:#FFF;
}

.green-text {
	color: #a7c740;
}