
a:link, a:visited, a:hover {
	color: #006;
	text-decoration: underline;
	font: 12px Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: none;
}
a.copyright:link, a.copyright:visited, a.copyright:hover {
	color: #000;
	text-decoration: none;
	font: 11px Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 6px;
	margin-bottom: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000066;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000066;
	background-color: #EEEEFF;
	font-weight: bold;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}
h5 {
	font-size: 14px;
	text-transform: uppercase;
}
h6 {
	font-size: 12px;
}
address {
	color: #009;
	font: italic 12px Arial, Helvetica, sans-serif;
}
pre {
	font: 12px "Courier New", Courier, mono;
	background-color: #EEEEEE;
	margin: 20px;
	border: 1px solid #333333;
	padding: 5px;
}