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: #000000 url('graphics/background.jpg');
		background-position: bottom;
		background-repeat: no-repeat;
}


a { color: #003366; text-decoration: underline}
a:visited { color: #003366;text-decoration: underline }
a:active { color: #990000; text-decoration: underline}
a:hover { color: #990000;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;
  }
	
	.bg {
  background-color: white !important;
  background-image: none !important;
  }
	
	.AllowPrint { 
    visibility:visible !important; 
    position:relative !important;
  }
	
  img { 
    visibility:hidden !important; 
    position:absolute !important;
  }
  
  .NoPrint{
    visibility:hidden !important; 
    position:absolute !important;
  }
	
}


