/* global */
	*{
		margin: 0;
	}
	
	body{
		background: #495561;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000;
	}
	
	a{
		text-decoration: underline;
		outline: none;
		color: #FFF;
	}
	
	a:hover{
		text-decoration: none;
	}
	
	a img{
		border: none
	}
/* /global */

/* side testimonials */	
	.SideTestimonials{
		padding: 25px 14px 0px 14px;
		background: #a6b2be;
		height: 239px;
	}
	
	.SideTestimonials h3{
		width:240px;
		height:35px;
		text-indent: -9999px;
		background: url(../interface/hhTestimonials.gif) 0 0 no-repeat;
		margin: 0px 0px 10px 0px
	}
	
	.SideTestimonials p{
		margin: 0px;
		padding-bottom: 10px
	}
	
	.SideTestimonials a{
		color: #FFF
	}
	
	.SideTestimonials a.readMore{
		background: url(../interface/sepDot.gif) 0px 0px repeat-x;
		padding: 5px 0px 0px 0px;
		display: block;
		color: #106bb1;
		text-decoration: none;
	}
/* /side testimonials */