.header1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
}
a {
	color: #FF0000;
}
a:hover {
	color: #000000;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
.divider {
	height: 20px;
	width: 200px;
	display: block;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	margin-left: 150px;
	margin-top: 20px;
	margin-bottom: 10px;
	vertical-align: middle;
}
.italic {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
