hr { color: #657EA2; background-color: #657EA2; }



.large_heading {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 18px; 
 line-height: 24px; 
 color: #37475B; 
 font-weight:   bold }
 
.medium_heading {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 16px; 
  line-height: 24px; 
  color: #37475B; 
 font-weight:   bold }
 
.small_heading {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px; 
  line-height: 24px; 
  color: #37475B; 
 font-weight:   bold }
 
.large_heading_underlined {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 18px; 
  line-height: 24px; 
  color: #37475B; 
  font-weight:   bold;
  text-decoration: underline;}
  
.medium_heading_underlined {
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 16px; 
   line-height: 24px; 
   color: #37475B; 
   font-weight:   bold;
   text-decoration: underline;}
  
.small_heading_underlined {
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 14px; 
   line-height: 24px; 
   color: #37475B; 
   font-weight:   bold;
   text-decoration: underline;}

.indent_text { display: block; position: relative; margin-left: 25px; margin-right: 25px; }
.center_text {display: block; position: relative; text-align: center; }