/* LINKS
--------------------------------------------------------------------------------------*/
a img {
	border:none;}

a:focus { 
	outline:none;}

a, a:visited {
	color: #3798ba;
	text-decoration:none;}

a:hover {
	text-decoration:underline;}
	
	
	/* CONTENT
--------------------------------------------------------------------------------------*/
.content {
	font-size:1.2em;
}
.content h1 {	
	font-size:2.0em;
	font-weight:normal;
	color:#cc3300;
	padding-bottom: 12px;}
	
.content h2 {	
	margin-top:15px;
	font-size:1.1em;
	font-weight:bold;
	text-transform:uppercase;
	color:#6699cc;}

.content p {
	line-height:1.2em;
	padding-bottom: 8px;
	color: #4C4C4C;
}
	
.content li {
	list-style-type: disc;
	margin-left: 20px;
	list-style-position: outside;
}

.content ul {
	padding-bottom: 5px;}
.content .testimonial {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size:0.9em;
	line-height:1.2em;
	margin-right: 15px;
	margin-left: 15px;
	border: 1px solid #DCDAB4;
	padding: 5px;
	margin-bottom: 10px;
}
.content .testimonial h2 {
	text-align: center;
	margin-bottom: 5px;
	color: #CC3300;
}
