body
{
		background-position: center;
		background-repeat: repeat-y;
		background-image: url('graphics/background3.jpg'); 
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		color:#000000;
}


.bg
{
		background: #333333 url('graphics/background.jpg');
		background-position: top;
		background-repeat: repeat;
}


.boxRepeat {
		background-image: url('graphics/boxRepeat.png');
}


.boxBig {
		background-image: url('graphics/boxBig.png');
		background-position: top;
		background-repeat: no-repeat;
		width:500px;
		height:475px;
		top:0px;
		left:0px;
}

.box {
		background-image: url('graphics/box.png');
		background-position: top;
		background-repeat: no-repeat;
		width:350px;
		height:125px;
		top:0px;
		left:0px;
}


a { color: #ffffff; text-decoration: underline}
a:visited { color: #ffffff;text-decoration: underline }
a:active { color: #FFFF00; text-decoration: underline}
a:hover { color: #FFFF00;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;
  }
	
	.bg {
  background-color: white !important;
  background-image: none !important;
  }
	
	.boxBig {
  background-color: white !important;
  background-image: none !important;
	}

	.box {
  background-color: white !important;
  background-image: none !important;
	}
	
	.boxRepeat {
  background-color: white !important;
  background-image: none !important;
  }
	
	tr,td,span,div,font {
		color: #000000 !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;
	}
	
}


