@charset "utf-8";
/* CSS Document */


.H1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #333;
	text-align: center;
}
.H2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #333;
	text-align: left;
	font-weight: bold;
}
.bodycopy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #000;
}
.quote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #000;
}
.photoborder {
	border: 1px solid #000;
}
