/* ----- ct_print.css -----Author: Robert E. Breisch, last updated: 2006.09.01*/

div.top,
#portal-logo,
#portal-siteactions,
.hiddenStructure,
#portal-searchbox,
#portal-globalnav,
#portal-personaltools,
#portal-breadcrumbs,
#portal-column-one,
#portal-column-two,
.contentViews,
.contentActions,
.help,
.legend,
div.portalMessage,
div.documentActions,
.documentByLine,
.netscape4,
#portal-footer,
#portal-colophon,
input,
.skipnav,
.visualNoPrint {
/* Hides all the elements irrelevant for presentations */
display: none;
}

body {
font-family: Baskerville, Georgia, Garamond, Times, serif;
font-size: 80% !important;
}
#logo img {
border: none;
}
#logo span{
display: none;
font: 24px Arial, Helvetica, sans-serif;
color: #990000;
}
#division a{
font: 24px Arial, Helvetica, sans-serif bold;
color: #990000;
}
h1, h2, h3, h4, h5, h6 {
border: none;
font: Arial, Helvetica, sans-serif bold;
color: #990000;
}
div, p, ul, dl, ol {
width: auto !important;
}
ul, ol, dl {
padding-right: 0.5em;	
}
ul { 
list-style-type: square;
}
.documentDescription {
font-weight: bold;
}
pre {
border: 1pt dotted black;
white-space: pre;
font-size: 8pt;
overflow: auto;
padding: 1em 0;
}
table.listing,
table.listing td {
border: 1pt solid black;
border-collapse: collapse;
}
a {
color: #990000 !important;
padding: 0 !important;
text-decoration: none !important;
}
a:link, a:visited {
color:#520000;
background: transparent;
}
/* Uncomment this to get link addresses inserted along with the link text
when you print.

#content a:link:after, 
#content a:visited:after {
content: " [" attr(href) "] ";
}
*/

