
body
{
		font-family:Helvetica, Arial, sans-serif;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-color:#999999;
		color:#000000;
		width:100%;
}


.bg
{
		background: #ffffff url('graphics/background.jpg');
		background-position: top;
		background-repeat: repeat-x;
}


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 
{
	
	body {
		background-color: white !important;
		background-image: none !important;
		color: #000000 !important;
		width:100%;
	}
	
	table,div
	{
  		width:100% !important;
  		color: #000000 !important;
		background-image: none !important;
		background-color: #ffffff !important;
	}
		
	
	.bg {
		background-color: white !important;
		background-image: none !important;
	}
	
	
	tr,td,span,font {
		color: #000000 !important;
		background-image: none !important;
		background-color: #ffffff !important;
	}
	
	.AllowPrint { 
		visibility:visible !important; 
		position:relative !important;
	}
	
	img { 
		visibility:hidden !important; 
		position:absolute !important;
	}
  
	.NoPrint{
		visibility:hidden !important; 
		position:absolute !important;
	}
	
	a { 
		color: #000000 !important;
	}
	
}

