body { 
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
@media print {
	body { 
		font-family: "Times New Roman", Times, serif;
		font-size: 10pt;
	}
}
a:link { 
	background: transparent;
	color: #039;
}
a:visited {
	background: transparent;
	color: #000;
}
a:hover {
	background: transparent;
	color: #f00;
}
pre, code {
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
}
@media print {
	pre, code {
		font-size: 10pt;
	}
}
abbr, acronym, .help {
	border-bottom: 1px dotted #333;
	cursor: help;
}
h1, h2, h3, h4 {
	background: transparent;
	color: #039;
}
h1, h2 {
	margin: 0 auto 5px;
}
h1 {
	font-size: x-large;
}
h2 {
	font-size: large;
}
h3, h4 {
	font-size: medium;
	font-weight: bold;
	margin: 0 auto;
}
@media print {
	h1 {
		font-size: 14pt;
	}
	h2 {
		font-size: 12pt;
	}
	h3, h4 {
		font-size: 10pt;
	}
}
h2.spaced {
	margin-bottom: 10px;
}
h3.spaced {
	margin-bottom: 5px;
}
h4 span.normal, h3 span.normal {
	font-weight: normal;
}
p {
	margin: 0 auto 1em;
}
p.moved-up {
	margin-top: -1em;
}
p.indent {
	margin-left: 1.5em;
}
p.tight {
	margin-bottom: .3em;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
img {
	border: 0;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 1em;
/* Force all browsers to use Mozilla-style left spacing */
	margin-left: 0; 
	padding-left: 40px;
}
li {
	margin-top: .3em;
	margin-bottom: .3em;
}
li ul, li ol {
	margin-bottom: .3em;
}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	padding: 10px;
	margin-bottom: 10px;
}
fieldset legend {
	background: transparent;
	color: #039;
	font-weight: bold;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
optgroup[label] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background: #fff;
	color: #039;
	text-align: left;
}
option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background: #fff;
	color: #000;
	text-align: left;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	padding: 1px;
}
input[type="text"], input[type="password"] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	padding-left: 1px;
}
@media print {
	select {
		font-family: "Times New Roman", Times, serif;
		font-size: 10pt;
	}
	optgroup[label] {
		font-family: "Times New Roman", Times, serif;
		font-size: 10pt;
	}
	option {
		font-family: "Times New Roman", Times, serif;
		font-size: 10pt;
	}
	textarea {
		font-family: "Times New Roman", Times, serif;
		font-size: 10pt;
	}
	input[type="text"], input[type="password"] {
		font-family: "Times New Roman", Times, serif;
		font-size: 10pt;
	}
	input[type="submit"], input[type="reset"] {
		font-family: "Times New Roman", Times, serif;
		font-size: 10pt;
	}
}
table {
	border-collapse: collapse;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	padding: 0;
}
.small-notes {
	background: transparent;
	color: #999;
	font-size: small;
	font-style: italic;
}
@media print {
	td {
		font-family: "Times New Roman", Times, serif;
		font-size: 10pt;
	}
	.small-notes {
		font-size: 9pt;
	}
	.do-not-print {
		display: none;
	}
}
.link-spacer {
	visibility: hidden;
}