h2, .header   {
  
  font-size  :16px;
  color: #5e5e5e;
  font-weight: bold;
  font-family: Arial;
  
}

h3,.subheader{
  font-size  :14px;
  font-weight:normal;
  color: #2d519d;
}
    

.homeheader   {
  
  font-size  :16px;
  color: #5e5e5e;
  font-weight: bold;
  font-family: Arial;
}

.nounderline:hover {
  text-decoration: none;
}

.hometext   {
  color: #5e5e5e;
}
.hometext:hover  {
  color: #5e5e5e; text-decoration:none;
}

    
.SmallText{
  font-size  :11px;
}

.orangeheader
{
    background: #e97c00;
    color: #fff;
    font-size: 15px;
    padding: 6px;
	width: 100%;
    }





/* Main Styles */
td,body{
  font-size: 12px;
  font-family: arial;
  color:#272725;
  text-decoration:none;
  line-height: 17px;
}

.pad{padding: 8px;}


/* Links */
a{
  color:#e97b00; text-decoration: none;
}

a:hover{
  color:#ff9900; text-decoration: underline;
}

a:visited{
  text-decoraton: none;
}



