h2,.Header, .header   {
  
  font-size  :18px;
  color: #250858;
  
}

h3,.SubHeader{
  font-size  :13px;
  font-weight:normal;
  color: #e06c08;
  font-weight:bold;
}
    
    
    
.SmallText{
  font-size  :11px;
}



/* Main Styles */
td,body{
  font-size: 12px;
  font-family: arial;
  color:#4e504d;
  text-decoration:none;
  line-height: 17px;
}

.pad{padding: 8px;}

.rightheader{ background:#e77f35; height: 25px; color: #fff; font-weight:bold; padding: 5px 0px 0px 10px;}
.rightcontent{padding:10px; background:#e06c08; color: #fff;}
.rightcontent a{ color: #fff; text-decoration:underline;}

.verticalline{background: url(../images/graphics/vertline.gif) left repeat-y; width: 4px;}



/* Links */
a{
  color:#e06c08; text-decoration: none;
}
a:hover{
  color:#2e2a2a; text-decoration: underline;
}


