body
{
		font-family:Tahoma, Arial, sans-serif;
		background: #ffffff url('graphics/background.jpg');
		background-position: center;
		background-repeat: repeat-y;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		color:#000000;
		width:100%;
}


textarea
{
	white-space:pre-wrap;
}

a { color: #0E71A7; text-decoration: underline}
a:visited { color: #0E71A7;text-decoration: underline }
a:active { color: #0E71A7; text-decoration: underline }
a:hover { color: #093069;text-decoration: none }



.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;
	}
	
}