/* 
Filename: print.css
*/
/*A  {visibility:hidden;
        font-size:0pt;
        width:0pt;
        height:0pt;
        }*/
        
A {color : DarkBlue;
text-decoration : none;}
        
.printOnly {visibility:visible}

.ScreenOnly {
        display:none;
        visibility:hidden;
        font-size:0pt;
        width:0pt;
        height:0pt;
        }

.NewPage {page-break-before:always;}

.MenuBarActive, .MenuBarInActive {Display:none}
        
.tabletop {
border-top-width : thin;
border-bottom-width : thin;
}       

.tablebottom {
border-top-width : thin;
border-bottom-width  : thin;
}               

.TopHeader  {
        background-color : LightGrey;
        text-align:center;
        color : darkblue;
        list-style-type : none;
        font-weight : bold;
        list-style : outside;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-style : italic;
        font-size : 12pt;
}

.TopHeader2  {
        background-color : white;
}

H1.TopHeader2 {text-align:CENTER; color : darkblue;}
H3.TopHeader2 {color:darkblue; text-align:left}
DIV.TopHeader2 {font-size:smaller;color:darkblue}
