/*  Book and Paper Group Annual Style Sheet                     */
/*  $Id: bpga-printer.css,v 1.1 2006/04/18 20:04:59 waiscool Exp $   */
/*  Initial work, Walter Henry Mon September 6, 1999            */

/* Style sheet for PRINTed output */

body {

/* NB NS4.6 resolves background image relative to the html doc   */
/*    but IE5 resolves it relative to .css!!                     */
/*    workaround for debugging put image in both places          */
/*       and replace with FQ URL when we install on the server   */

    background-color: white;
    color:  black;
    margin-top: 2em;
    margin-bottom: 5em;
    margin-left: 1%;
    margin-right: 1%;
    font-size: 10pt;
    font-family: sans-serif;
}

.topbanner {
    text-indent: 0;
    text-align: center;
}


div.headingblock h4 {
    font-style: italic;
    font-size: .8em;
    padding: 1.2em 2em 1em 2em;
    float: right;
}

div.headingblock address.authorname {
    text-align: center;
    font-size: 1.2em;
    text-indent: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    clear: both; /* doesnt work in ns4.6 */


    /* debuggo */
    border: inset gray 4px;

}

div.headingblock h1 {
    clear : right;

    text-align: center;
    font-style: italic;
    font-weight: bold;
    font-size: 1.2em;
    padding-top: 1em;
    padding-bottom: 1em;
}

h2 {
    text-align: left;
    font-weight: bold;
    font-size: 1.1em;
}

P {
    text-indent: 1em;
    margin-bottom: 1em;
}

p.endnote {
    text-indent: 0em;
    font-size: 1em;
}

p.bibcitation{
    text-indent: 0em;
    font-size: 1em;
}


li {
    padding-bottom: .8em;
}

p.comment {
    text-align: right;
    font-size: .7em;
}

address.authorname {
    text-align: left;
    font-size: 1em;
    margin-left: 1em;
}

/* This is used when the 'subtitle' is the real title       */
/*    In BPGA, mainly for non-articles, eg. compiler page  */

P.pretitle {
    text-align: center;
    font-style: italic;
    font-weight: bold;
    font-size: 1.1em;
}


div.abstract {
    margin-left: 8%;
    margin-right: 8%;
    text-align: justify;
}

sup a:link, a:visited, a:active {
    
}

a:hover {

}

/* this is a button bar */
div.tailbar {

}
