BODY
{
    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;
		
}


.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 }

@media print {
  body {
  background-color: white !important;
  background-image: none !important;
  }
  img { 
    visibility:hidden !important; 
    position:absolute !important;
  }
  
}