.title-bg {
     background-color: #26262D;
}

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

.title-text, .titletext{
     color: #d68428;
     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: #d68428 ;
     color: #ffffff;
     font-family: Arial,Helvetica,sans-serif;
     font-size: 12px;
     font-weight: bold;
     text-decoration: none;
}

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

