@charset "utf-8";
										/* Print View */
/* ALWAYS USE THE FOLLOWING IDs AND CLASSES AS PRIMARY HOLDERS */
html, body{
	font-family: "Times New Roman", Times, serif;
	color: #000000 !important;
	background: #FFFFFF;
}
p, h1, h2, h3, h4, h5{
	font-family: "Times New Roman", Times, serif;
	color: #000000 !important;
}
ul{ 
	list-style: disc !important;
}
ul li{
	font-family: "Times New Roman", Times, serif;
	color: #000000 !important;
}
a{
	font-family: "Times New Roman", Times, serif;
	color: #000000 !important;
	text-decoration: underline !important;
}
img{
	border: 0 !important;
}
#header, .rightcol, #footerlinks{
	display:none;
}