@charset "UTF-8";

/* --- HEADINGS --------------------------------------------------- */
#content h2, #content_noleft h2 {
  color: #396e8f; /* was #000088; fda */
  font-size: 1.2em; 
  line-height: 14px;
  padding-bottom: 10px;
}

h3 {
  font-size: 1.1em;  
}

h4 {
  font-size: 0.9em;  
}

h1,h2,h3 {
}

h1,h2,h3,h4,h5,h6,strong {
  font-weight:bold; 
}

h3.smalltitle {
  color: #000;
}
strong{
  color: #333;
}

/* --- OTHER STUFF --------------------------------------------------- */

abbr,acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
} 
em {
  font-style: italic;
}

