/* Doxcelerate Printing Stylesheet of Destruction */
body {
   background: white;
   font-size: 12pt;
}
table, tr, td {background: transparent;}
img {display: none;}
embed {display: none;}
object {display: none;}
#content, #frontContent {
        position: absolute;
        top: 40px;
        left: 0px;
	width: 90%;
	margin: 5%;
	padding: 0;
	border: 5px black;
	align: left;
	color: black;
	background: white;
}
#sideContent {display: none;}
#copyWrite {
	position: absolute;
	top: 0px;
	rigt: 0px;
	width: auto;
	margin: 5%;
	padding: 0;
	border: none;
	align: right;
	color: black;
	background: #CCCCCC;
}
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
