﻿body 
{
    background-image: none;
    background:white;
    overflow:auto;
}

h1
{
    font-size: 1.5em;
}

h2
{
    
    font-size: 16px;
    color: #000; /*color: #B0B0B0;*/
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    text-align:left;
    border-bottom: 1px solid #eaeaea;
    clear:both;    
}

#container h2
{
       
    font-size: 16px;
    color: #000; /*color: #B0B0B0;*/
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    text-align:left;
    border-bottom: 1px solid #eaeaea;
    clear:both;     
}

.noprint
{
    display:none;
}

.print
{
    display:block;
}

#background{display:none}
#scroller {} 


