﻿body
{
    margin: 0 0 0 0;
   font-family: Georgia;
    font-size: small;
  
}
.rightbanner
{
    background-image: url('/images/right.jpg');
     background-repeat: no-repeat; 
     background-position: right top;
    
    
    }
    


    .bodybackground
{
    background-image: url('/images/contbody.jpg');
        background-repeat: repeat-x;
}
.topbanner
{
}
.leftbanner
{
}

.loginviewtop
{
}
.smis
{
    display: block;
}
h1
{
    font-size: x-large;
    font-weight: bold;
    font-style: italic;
}
h2
{
    font-size: medium;
    font-weight: bold;
    font-style: italic;
}
h3
{
    font-size: small;
    font-weight: bold;
    font-style: italic;
}
h4
{
    font-size: small;
    font-weight: bold;
    font-style: italic;
    text-decoration:underline;
}
h5
{
    font-size: small;
    font-weight: bold;
    font-style: italic;
    text-decoration:underline;
}
@media print 
{
    
.bodybackground
{
    background-image:url('');
}
.topbanner
{
    display: none;
}
.leftbanner
{
    display: none;
}

.loginviewtop
{
    display: none;
}

}