body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}
.footer {
	font-size: 11px;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #2B70AC;
}
hr {
	line-height: 20px;
	color: #999999;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}
.topnav a {
	background-image: url(images/in-active-link.jpg);
	text-align: center;
	font-size: 12px;
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: none;
	padding-right:  10px;
	padding-left: 10px;
	font-weight: normal;
	height: 24px;
	display: block;
	line-height: 24px;
}
.topnav a:hover {
	background-image: url(images/active-link.jpg);
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-bottom-width: thin;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}
ul {
	font-size: 12px;
}
.photo {
	margin: 0px 0px 15px 15px;
	align: right;
}
.photo2 {
	margin: 15px 15px 15px 0px;
	align: left;
}