@charset "UTF-8";

@media all
{
	body {
    margin: 0; 
    padding: 0;
    background: #272727;
    font: 79%/150% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;       
	}
   
   h1, h6 { font-size: 195%; letter-spacing: -2px; margin: 0; font-family: Helvetica, Arial, sans-serif; white-space: nowrap; overflow: hidden; }   

   #xc { 
      padding: 0 0 0 220px;
      color: #fff;
      height: 90px;    
      background-image: url("/c/img/xchead190.png");
      background-repeat: no-repeat;
      background-position: top left;
   }
   
   #xc h1 { line-height: 40px; padding: 20px 0 0 9px; margin: 0; }
   #xc ul { padding: 0; margin: 0; overflow: hidden; }
   #xc ul li { display: inline; background: none; color: #eee; padding: 9px 10px 7px 10px; margin: 0; }
   #xc ul li+li { border-left: 1px solid #505152; }
   #xc ul li:hover { background: url(/c/img/a10.png); }
   #xc ul li a  { font: normal 15px/30px Tahoma, Verdana, Arial, Sans-serif; color: #eee; border: none; text-decoration: none; letter-spacing: 0; }
   #xc ul li a:hover  { color: #fff; border: none; text-decoration: none; }
   
   #cx {
      padding: 10px 5px;
      color: #ddd;
      font: normal 11px/16px Tahoma, sans-serif;
      background: #505153;
      clear: both;
   }
   
   #cx a, #cx p { color: #dfdfdf; font-weight: normal; }   
   
   #cx div.cxf {
      width: 25%;
      float: left;
   }
   
   #cx div.cxf h6, #cx div.cxf p { padding-left: 10px; padding-right: 10px; }
   #cx div.cxf h6 { font-size: 16px; font-weight: normal; letter-spacing: 0px; color: #999; }
   #cx h6 a { font: inherit; margin: inherit; padding-left: 4px; border: none; }
   #cx h6 a:active { text-decoration: none; }
   
   #punwrap { margin-top: 36px; }
}

@media print {
   #xc { display:none }
   #cx { margin-top: 5px; border-top: solid 2px #ddd; color: #000 }
}   

