body {
	color: #000000;			/* BLACK */
	background: #0000ff;	/* WHITE */
	font-weight: normal;
	font-size: 12pt;
	line-height: normal;
	font-family: "Times New Roman", Times, serif;
}

a:link, a:visited {
	color: #0000ff;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
.noPrint {
	display: none;
}
.yesPrint {
	display: block;
	color: #000;
	background: transparent;
	font-weight: normal;
	font-size: 12pt;
	line-height: normal;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}

/* Does not work in IE 
#printReady a[href]:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
#printReady {
	color: #000;
	background: transparent;
	font-size: 12pt;
	line-height: normal;
	font-family: "Times New Roman", Times, serif;
	border: none;
	margin: 0px;
}
#printReady h1 {
	text-align: left;
	font-size: 14pt;
	color: #000;
	background: transparent;
	line-height: normal;
	font-family: "Times New Roman", Times, serif;
}
#printReady h2 {
	text-align: left;
	font-size: 12pt;
	color: #000;
	background: transparent;
	line-height: normal;
	font-family: "Times New Roman", Times, serif;
}
#printReady h3 {
	text-align: left;
	font-size: 70%;
	color: #666;
	background: transparent;
	line-height: normal;
	font-family: "Times New Roman", Times, serif;	
}
#printReady p {
	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px; 
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 12pt;
	line-height: normal;
	font-family: "Times New Roman", Times, serif;
}
#printReady ul {
	margin-top: 20px; 
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px; 
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 12pt;
	line-height: normal;
	font-family: "Times New Roman", Times, serif;
}
#printReady li {
	padding-bottom: 6px;
}
#printReady ol {
	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 25px;
	padding-top: 5px; 
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 12pt;
	line-height: normal;
	font-family: "Times New Roman", Times, serif;
}
*/