﻿/* @Media Print { */

    /* General */
    body
    {
        font-family: Arial, Helvetica, sans-serif;
        font-size: medium;
        color:Black;
        background-color: White;
        width: 8in
    }

/*
    .banner
    {
        font-family: Arial, Helvetica, sans-serif;
        text-align: left; 
        background: none;
        color: Black;
        font-weight: bold;
    }

    .subtitle
    {
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        color: Black;
        font-weight: bold;
        font-size: 1.5em;
    }

    hr.footer
    {
        width:98%;
        height:2px;
        color: Black;
    }

    .footer
    {
        font-size:xx-small;
        color: Black;
        text-align: center;   
    }

    .logininfotitle
    {
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        color: Black;
        font-weight: bold;
        font-size: 1em;
    }

}
*/