.stylesheet {
	border-top: 1px solid;
	border-right: 1px solid #CC3300;
	border-bottom: 1px solid;
	border-left: 1px solid #CC3300;
}
.plaintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #000000;
}
.smallheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
}
.otherborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFCC99;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #990000;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CC3300;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #CC3300;
	text-decoration: underline;
}
.headerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5pt;
	color: #CC3300;
}
.boder {
	border: thin solid #000000;
}
.newboder {
	border: thin solid #FF9966;
}
