p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	color: #666666;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 5px;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #666666;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.small_paragraph {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}
.float_right {
	float: right;
	margin: 5px;
	border: 1px solid #666666;
}
.float_left {
	margin: 5px;
	float: left;
	border: 1px solid #666666;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #999999;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
	color: #0000FF;
}
.float_left_no_border {
	margin: 5px;
	float: left;
	border: 1px none #666666;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.content_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
}
.content_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.float_right_no_border {
	float: right;
	margin: 5px;
	border: 1px none #666666;
}
.people_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

