@charset "UTF-8";
/* Print Friendly CSS */

body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11pt;
background: none;
}

a { color: blue; text-decoration: none; }

#header, #logo .webLogo, #gnav, #navbox,
h1 span, h2 span, h3 span, h4 span { display: none; }

#logo {
display: block;
height: 70px;
border-bottom: 2px solid #9c0000;
}

#logo .printLogo {
display: block;
width: 200px;
height: 65px;
}

.siteLinks a:link:after, .siteLinks a:visited:after {
content: " (" attr(href) ") ";
}

h1 { font-size: 13pt; }
h2 { font-size: 12pt; }
h3, h4 { font-size: 11pt; }
