/* -----------------------------------------------------------------------

   VANFCOG CSS - Typography Overrides
   http://tree.vanfcog.org
   
   * Font and type overrides for blueprint css

----------------------------------------------------------------------- */

body { font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; }
h1,h2,h3,h4,h5,h6 { color: #6C7365; font-weight:bold; font-family: Trebuchet, 'Trebuchet MS', Tahoma, Arial, sans-serif; }

pre,code,tt { font-family: Consolas, Lucida Console, Monaco, monospace; } 

.bold { font-weight: bold; }
.italic { font-style: italic; }
.normal { font-weight: normal; font-style: normal; }

.right { text-align:right; }


br.space-1 { clear:both; }
br.space-2 { clear:both; line-height:3; }
br.space-3 { clear:both; line-height:4.5; }
br.space-4 { clear:both; line-height:6; }
br.space-5 { clear:both; line-height:7.5; }

div.overflow {overflow: visible;}
