a:link{color: #CC0000; text-decoration: underline}
a:hover{color: #CC0000}
a:visited{color: #660099; text-decoration: underline}
a:active{color: #CC0000}

body {
	margin-top: 0px;
	margin-left: 0px;
}
.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.print-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border: 1px solid #999999;
	background-color: #E6E6E6;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	border-top: 1px none #333333;
	border-right: 1px none #333333;
	border-bottom: 1px none #333333;
	border-left: 1px none #333333;
}
.topline {
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
}
.title-line {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	border-top: 1px none #333333;
	border-right: 1px none #333333;
	border-bottom: 1px dashed #333333;
	border-left: 1px none #333333;
}
.corr-text {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	color: #000000;
	border-top: 1px dotted #666666;
	border-right: 1px none #666666;
	border-bottom: 1px none #666666;
	border-left: 1px none #666666;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.corr-text-title {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	color: #000000;
	border-top: 1px none #666666;
	border-right: 1px none #666666;
	border-bottom: 1px none #666666;
	border-left: 1px none #666666;
	font-weight: normal;
	padding-top: 5px;
}
.footnote {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.numbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-type: decimal;
}
.romans {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-type: lower-roman;
}
.letters {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-type: lower-alpha;
}
.letters-cap {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-type: upper-alpha;
}
.body-text > pre {
	font-size: 12px;
}
