/* PRINT.CSS */


body {
  font-size: 11pt;
  font-family: Arial, Helvetica, Sans-Serif;
}

h1 { font-size: 140%; color: #000000; line-height: 120%; margin: 10px 0 0 0; clear: both; }
h2 { font-size: 130%; color: #000000; line-height: 120%; margin: 15px 0 0 0; clear: both; }
h3 { font-size: 120%; color: #000000; line-height: 120%; margin: 10px 0 0 0; clear: both; }
h4 { font-size: 110%; color: #000000; line-height: 120%; margin: 10px 0 0 0; clear: both; }
h5 { font-size: 100%; color: #000000; line-height: 120%; margin: 10px 0 0 0; clear: both; }
p,
blockquote {
  font-size: 100%;
  line-height: 130%;
  margin: 10px 0 0 0;
}
hr {
  display: block;
  height: 1px;
  background-color: #666666
  color: #666666;
  overflow: hidden;
  border: none;
}
ul {
  padding-top: 10px;
  list-style-type: square;
}
a, a:link, a:visited, a:hover, a:active { color:#27434e; }
h2 a, h2 a:link, h2 a:visited, h2 a:hover, h2 a:active { color:#27434e; text-decoration: none; }
h3 a, h2 a:link, h3 a:visited, h3 a:hover, h3 a:active { color:#27434e; text-decoration: none; }
#header {
  display: block;
}
#header h1 {
  display: none;
}
#print-logo {
  display: block;
  width: 160px;
  height: 80px;  
}
#print-logo img {
  display: inline;
}

ul.nav, 
div.nav-sub {
  display: none;
}
#footer {
  margin-top: 15px;
  border-top: 1px solid #666;
}
img {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

