body
{
		font-family:Helvetica, Arial, sans-serif;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-color:#999999;
		color:#000000;
}

textarea
{
	white-space:pre-wrap;
}

.bg
{
		background-color: #ffffff ;
}


a { color: #990000; text-decoration: none}
a:visited { color: #990000;text-decoration: none }
a:active { color: #cc0000; text-decoration: none}
a:hover { color: #cc0000;text-decoration: underline }


.dashBottom {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999999;
}
.dashRight {
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #999999;
}


@media print 
{
	
    .printfix
	{
	  zoom:150%;
	}	
	
	table,div
	{
  		width:100% !important;
  		color: #000000 !important;
	}
	
	
	tr,td,span,font {
		color: #000000 !important;
	}

	a { 
		color: #000000 !important;
	}
	
}