/* import the sitewide screen styles */

@import url("screen.css");

/* define sitewide styles for print */
address, blockquote, body, caption, cite, q, center, dd, dir, div, dl, dt, font, form, h1, h2, h3, h4, h5, h6, ol, p, td, th, ul {
    font-family : "Lucida Grande", Geneva, Arial, Helvetica, Lucida, sans-serif;
}

address, blockquote, body, caption, cite, q, center, dd, dir, div, dl, dt, font, form, ol, p, td, th, ul {
    font-size : 11pt;
}

address, blockquote, body, caption, cite, q, font, p, td, th, ul, .breadcrumbtext {
    color : #000000;
}

cite, q, p, blockquote p {
    line-height : 11pt;
}

p.small {
    font-size : 9pt;
}

.breadCrumbText {
    display : none;
}

#printFooter {
    display : block;
}

#utilityBar {
    display : none;
}

#topNav {
    display : none;
}

#leftNav {
    display : none;
}
