BODY
{
    background-position: 50% 0; 
		background-repeat: repeat-y;
		background-attachment:fixed;
		
		background-image: url('graphics/background_lightBlue.gif');
		background-color: #015FB6;
		
		/*
		background-image: url('graphics/background_green.gif');
		background-color: #316601;
		
		
		background-color: #013469;
		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;
    text-align:center;
		
}

.tableHeader{
  background-color:#000066;
	color:#FFFFFF;
}


.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: #000066; text-decoration: underline}
A:visited { color: #000066;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;
  }	
}

