/* CSS Document */
B, strong { 
	font-family: "Times New Roman", Times, serif;
	font-size : 12px;
	font-weight: bold;
	text-align: center;
}

P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

body {
	background-image: url(../images/testimonialsbg2.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	background-color: #898E94;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	scrollbar-track-color:#A6ACB5;
	scrollbar-face-color:#979DA5;
	scrollbar-base-color:#979DA5;
	scrollbar-arrow-color:#333941;
	scrollbar-shadow-color:#767D87;
	scrollbar-darkshadow-color:#666C73;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	
	
}


