                body
   {
         background:white;
         font-family: "lucida grande", "lucida sans", "trebuchet ms", verdana, sans-serif;
   }
   #container
   {
	visibility: show;
   }

   #header
   {
         visibility: hidden;
   }

   #subMenu
   {
         visibility: hidden;
   }

   #content
   {
         visibility: show;
	position: absolute;
         top: 10px;
         color: black;
         font-size: small;
   }

   #content img
   {
   	border: 0px;
   }

   #textContent
   {
         text-align: left;
   }

   #noPrint
   {
	visibility: hidden;
   }

   noPrint
   {
	visibility: hidden;
   }
   
   #onlyPrint
    {
	 visibility: show;
   }
   #footer
   {
         visibility: hidden;
   }

