
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%;
}


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 
{
	
	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;
		height:0;
		width:0;
	}
	
	a { 
		color: #000000 !important;
	}
	
}


