
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	/* font-size: 100%; */
	font-family: inherit;
	vertical-align: baseline;
}


body { line-height: 1.5; }

p, blockquote {
	/* font-size: 100%; */
	font-family: inherit;
	vertical-align: baseline;
	text-align: left;
	padding-left:5px;
	padding-right:5px;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }


body {
	color: #333;
	font-family: Verdana, Arial;
	font-size: 75%;
}

a {
	color: #607293;
	text-decoration: none;
}

a:hover {
	color: #354158;
}


h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0;
	margin-bottom: 5px;
	color: #1a5812;
	text-align: center;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
	margin-bottom: 5px;
	color: #1a5812;
	text-align: center;
}


h3 {
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
	color: #318027;
	text-align: left;
}

h4 {
	font-weight: bold;
}

#photos {
	text-align: center;
}

.role {
	color:#BFBD73;
}
.clearall {
	clear:both;
}

.img-l {
	float:left;
	padding:6px 22px 5px 5px;
	
}

.img-r {
	float:right;
	padding:6px 5px 5px 22px;
	
}

