.title-bg {
     background-color: #534B4B;
}

.title-border {
     border: 1px solid #534B4B;
}

.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: #534B4B ;
     color: #ffffff;
     font-family: Arial,Helvetica,sans-serif;
     font-size: 12px;
     font-weight: bold;
     text-decoration: none;
}

a.button-bg:hover {
     background-color: #222222;
	 color: #ffffff;
}