body {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13.5px;
	color: #555;
}
h1 {
	font-size: 18px;
	color: #6699cc;
	text-transform: uppercase;
}
h3 {
	color: #6699cc;
	font-size: 13.5px;
}
p, #left_col p {
	font-size: 13.5px;
	line-height: 19px;
}
h6 { 
	font-size: 18px;
	color: #6699cc;
	margin: 0px;
}
a {
	color: #4c7fb3;
}
ul li {
	margin-bottom: 6px;
}
ul li p, ul li h3{
	margin: 0px;
}
.client_anecdote {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-family: Georgia;
	color: #6699cc;
	padding: 12px 20px;
	font-style: italic;
	line-height: 20px;
	font-size: 13.5px;
	margin: 8px 0px;
}
.in_an_emergency {
	padding: 12px 12px 12px 60px;
	background-image: url(/images/yield.jpg);
	background-position: 11px 11px;
	background-repeat: no-repeat;
	background-color: #ebebdf;
	line-height: 18px;
}
.in_an_emergency h3 {
	margin: 0px;
}
.small {
	font-size: 10px;
	font-family: Verdana, sans-serif;
}
.small a {
	color: #555;
	text-decoration: none;
}
.small a:hover { text-decoration: underline; }