body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

p, li { font-size: 11px; color: #666666; }

h1,h2,h3,h4 { color:#003366; }

h1 { font-size: 12px; }
h2 { font-size: 11px; }
h3 { font-size: 10px; }
h4 { font-size: 10px; }

img { border: none; }

hr {
	border: none;
	border-top: 1px solid #F79234;
	height: 1px;
	background: none;
	color: #F79234;
}

a:link, a:visited, a:active, a:hover {
	color:#003366;
	text-decoration: none;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #F89134;
}

form { margin-bottom: 10px; }
form input, form select, form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
}


/*================================================

These styles shouldn't really be here, but otherwise they
wouldn't be visible in the HTML editor

==================================================*/
table.casestudylist {
	margin:0.8em 0px 0.8em 0px;
}

td.casestudylistOverview {
	vertical-align:top;
	width:400px;
}

td.casestudylistThumb {
	padding:0px 0px 0px 10px;
	vertical-align:top;
}

td.casestudydetailTestimonial {
	background-color:#f0f0f0;
	border: 1px solid rgb(216, 216, 216);
	padding: 5px 5px 0px 5px;
	vertical-align:top;
}

#page td.casestudydetailTestimonial p { margin:0px 0px 1.0em 0px; }

td.casestudydetailPic {
	padding:0px 0px 0px 10px;
	vertical-align:top;
}