body
{
    background-color : #844f01;
    background-image: url(../images/background.gif);
    background-repeat: repeat; 
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color : #3f3619;
    margin: 0px; 
}

h2
{
    color : #4a1e00;
}

.outerTable
{
    border-bottom-color: #4a1e00;
    border-bottom-style:solid;
    border-bottom-width:4px;
    
    border-top-color: #4a1e00;
    border-top-style:solid;
    border-top-width:4px;
    
    border-left-color: #4a1e00;
    border-left-style:solid;
    border-left-width:4px;
    
    border-right-color: #4a1e00;
    border-right-style:solid;
    border-right-width:4px;
}

.footer
{
    background-color:#b0963f;   
}

a
{
    color:#325acd;
    text-decoration:none;
    font-weight:bolder;
}

a:visited
{
   color:#325acd;
   text-decoration:none;
   font-weight:bolder;
}
a:hover
{
    color:#fdd130;
    text-decoration:underline;
}

.heading
{
     font-weight:bold;
     font-size:16px;   
}

.contentCell
{
  padding:10px;   
}
