h2,.Header, .header   {
  font-weight:normal;
  font-size  :18px;
  font-family: Verdana,Arial; 
  color: #572700;
}

h3,.SubHeader{
  font-weight:normal;
  font-size  :14px;
  color: #73a0ca;
  font-weight:bold;
}

.browntext
{
 color: #572700;
 font-weight: bold;   
    }
    
.SmallText{
  font-size  :10px;
}



/* Main Styles */
td,body{
  font: normal 12px arial;
  color:#58595b;
  text-decoration:none;
  line-height: 17px;
}

.bluetable 
{
    background:url(../Images/content/bluepanelslice.gif) repeat-y;
    padding: 5px;
    }

.tableheading{
background: #000000; 
color: #ffffff;
font-size: 13px;
font-weight:bold;
}

.tablebody{
background: #d8dcde; 
}


/* Links */
a{
  color:#73a0ca;
}
a:hover{
  color:#000000;
}


