html {
	margin-left: 1px;
	overflow-Y: scroll;
}

body
{
		background-color: #061539;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 20px;
		margin-left: 0px;
		margin-right: 0px;
		color:#003366;
}

.bg
{
    background-position: center;
		background-repeat: repeat-y;
		background-image: url('graphics/background_sm.jpg'); 
}


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;
  }
	
}

