﻿body
{
    background-color: #d8d8d2;
    background-attachment: scroll;
   
    background-repeat: repeat-x;
    font-size: 11px;
    color: #696969;
    font-family: Verdana;
    line-height: 17px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}
.boxMain
{
   
    width:300px;
}
.quote
{
    font-style: italic;
}
.pageHeader
{
    font-weight: bold;
    font-size: 14px;
}
.navLink
{
    text-decoration: none;
    color: #696969;
}
    .navLink:Hover
{
    
    text-decoration: underline;
}
.links
{
    color: #2b527e;
    text-decoration: underline;
}
.links:hover
{
    color: #7e2b39;
    text-decoration: underline;
}
.grayBarTop
{
    background-attachment: scroll;
    background-image: url(images/graybartop.gif);
    background-repeat: repeat-x;
}
.grayBarBottom
{
    background-attachment: scroll;
    background-image: url(images/graybarbottom.gif);
    background-repeat: repeat-x;
}