.title-bg {
     background-color: #009165;
}

.title-border {
     border: 1px solid #009165;
}

.title-text, .titletext{
     color: #ffffff;
     font-family: Arial,Helvetica,sans-serif;
     font-size: 14px;
     font-weight: normal;
}

.content-bg{
		 background-color: #ffffff;
}

.content-txt {
     color: #333333;
     font-family: Arial,Helvetica,sans-serif;
     font-size: 12px;
     font-weight: bold;
}

a.button-bg:link, a.button-bg:visited {
     background-color: #23a17b ;
     color: #ffffff;
     font-family: Arial,Helvetica,sans-serif;
     font-size: 12px;
     font-weight: bold;
     text-decoration: none;
}

a.button-bg:hover {
     background-color: #70d1dd;
	 color: #ffffff;
}