/* -------------------------------------------------- */
/* Print.css                                          */
/* ================================================== */
/* Created       2004-03-22                           */
/* Issued        2004-05-20                           */
/* Modified      2005-12-19                           */
/* Copyright (c) 2004 by Metacentric Internet Limited */
/*               All rights reserved.                 */
/* -------------------------------------------------- */
/*
  Hide navigational content.
*/
.Header #TabLogo, .AdBar, .LocalNav, .Navigation,
.FooterLinks, .MailForm, .ServiceForm, .WhatNext,
.Demo, .LogIn, .Sidebar, .Statement .Footer {
  display:          none;
}
div.Envelope, div.Header, div.Content {
  margin:           0;
  padding:          0;
  border:           0;
  float:            none;
  width:            100%;
  color:            black;
  background:       white;
  text-align:       left;
  font-family:      Verdana, sans-serif;
  font-size:        11pt;
}
div.Footer {
  margin:           3em 0;
  padding:          1em 0;
  border-top:       solid 0.5pt black;
  float:            none;
  width:            100%;
  color:            black;
  background:       white;
  text-align:       left;
  font-family:      Verdana, sans-serif;
  font-size:        11pt;
}
.Header {
  height:           150px;
}
.Statement .Status {
  display:          none;
}
h1, h2, h3 {
  font-family:      "Avant Garde", "Avantgarde", "Century Gothic", sans-serif;
}
h1, .Content h1 a {
  font-size:        18pt;
}
h2, .Content h2 a {
  font-size:        16pt;
  font-style:       italic;
  border-bottom:    solid 0.5pt black;
}
h3 {
  font-size:        14pt;
  font-weight:      bold;
}
.Content pre, div.WideContent pre {
  width:            auto;
}
div.Content a, div.Footer a {
  text-decoration:  none;
  color:            black;
  background:       white;
}
