BODY
{  
    background-position: 50% 0; 
		background-repeat: repeat-y;
		background-attachment:fixed;
		background-image: url('graphics/background_LightBlue.gif');
		background-color: #0968AA;
		/*
		background: #013469 url(graphics/background_Blue.gif) 50% 0 repeat-y;
  
    background: #f4f3f0 url(graphics/background.gif) 50% 0 repeat-y;
		*/
    font-family: Verdana, Helvetica, sans-serif;
    margin: 0px;
		
}

.tableHeader{
  background-color:#003399;
	color:#FFFFFF;
}

.autowrap {
  overflow: auto;
	word-wrap:break-word;
}

.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;
}

A { color: #000099; text-decoration: underline}
A:visited { color: #000099;text-decoration: underline }
A:active { color: #CC0000; text-decoration: underline}
A:hover { color: #CC0000;text-decoration: none }


A.footer { color: #015FB6; text-decoration: underline}
A.footer:visited { color: #015FB6;text-decoration: underline }
A.footer:active { color: #CC0000; text-decoration: underline}
A.footer:hover { color: #CC0000;text-decoration: none }



@media print {
  body {
  background-color: white !important;
  background-image: none !important;
  }
  img { 
    visibility:hidden !important; 
    position:absolute !important;
  }
	.AllowPrint { 
    visibility:visible !important; 
    position:relative !important;
  }  
}