/* WRITER SECTION PRINTER FRIENDLY FORMATTING */

.writer-printer-friendly ul {
	font-size: 10pt;
	font-family: "Courier New", Courier, mono;
}
.writer-printer-friendly ol {
	font-size: 10pt;
	font-family: "Courier New", Courier, mono;
}
.writer-printer-friendly {
	width: 500px;
	padding-left: 10px;
}
.writer-printer-friendly h1{
	font-family: "Courier New", Courier, mono;
	font-size: 15pt;
	color: #000000;
	font-weight: bold;
}
.writer-printer-friendly h2{
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	color: #CC00FF;
	font-weight: bold;
}
.writer-printer-friendly h3{
	color: #999999;
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	font-weight: bold;
}
.writer-printer-friendly p{
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
}
.writer-printer-friendly body{
	background-image: none;
}
.printer-notice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	width: 800px;
	padding-top: 5px;
	padding-left: 10px;
}
.p-italic {
	font-style: italic;
}
.p-highlight {
	color: #CC00FF;
}
.p-highlightBLACK {
	color: #000000;
	font-weight: bold;
}
