body {
	color: #666666;
}

p, li { color: #666666; }

h1 { color:#003366; }

h2,h3,h4 { color: #666666; }

hr {
	border-top-color: #F79234;
	color: #F79234;
}

a:link, a:visited, a:active, a:hover {
	color:#003366;
}
a:hover {
	color: #F89134;
}

form input, form select, form textarea {
	color: #000000;
}



/*================================================

These styles shouldn't really be here, but otherwise they
wouldn't be visible in the HTML editor

==================================================*/
td.casestudydetailTestimonial {
	background-color:#f0f0f0;
	border-color: rgb(216, 216, 216);
}