/* -*-css-mode-*-

$Id: print.css 427 2008-10-19 22:10:57Z bates $

*/

/*

general

*/

body {
    margin: 0px ;
}

body * {
/*    font-size: 0.9em ; */
}

#yahoo_search {
    width: 0px ;
    visibility: hidden ;
}

#HD, .header {
    background: white ;
    color: black ;
}

#C1, #C2, #C3 {
    display: none ;
}

#MN {
    background-image: none ;
    background: white ;
    color: black ;
}

#FT {
    background: white ;
    color: #00008f ;
    font-weight: bold ;
    font-style: italic ;
    text-align: right ;
}
/*
body>#footer {
    position: fixed ;
}
*/

h1, h2, h3, h4, h5, h6 {
    background: white ;
    color: black ;
}

h2 {
    margin-top: 0px ;
    background: white ;
    color: black ;
}

/*

tables

*/

th {
    background: black ;
    color:  white ;
}

td, .alt1, .alt2 {
    background: white ;
    color: black;
}

/*

misc

*/

.highlight {
    background: silver ;
    color: white ;
}

.lastmodified {
    visibility: hidden ;
}

/*

hrefs

*/

a:link { color: black ;}
a:visited { color: black ; }

a.nav:link { color: black }
a.nav:visited { color: black }
