body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #663300;
}
a {
	color: #6699cc;
}
h1 {

}
h2 {
	margin: 0px;
	font-size: 22px;
	line-height: 26px;
	font-family: Arial, sans-serif;
	color: #ff9933;
	font-weight: 100;
	text-transform: lowercase;
}
h2 a { color: #ff9933; text-decoration: none; }
h2 a:hover { text-decoration: underline; }
p, ul, ol, table, div {
	font-size: 14px;
	line-height: 20px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
hr {
	height: 1px;
	background-image: url(/images/hr.jpg);
	overflow: hidden;
	border: none;
}

.person_image {
	border-color: white;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
