﻿@media print
{    
  .udm
  {
    display: none !important;
  }
}

BODY
{
    FONT-SIZE: 9pt;
    COLOR: black;
    FONT-FAMILY: arial,sans-serif;
    BACKGROUND-COLOR: #c5def3; /*Prod*/
  	background-repeat: no-repeat;
  	background-position: bottom right;
}