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

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

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

body				{ color: #6C7365; background: #E6E0D7; border-top: solid #7F473B 15px; }

a					{ color: #AB7569; text-decoration: none; }
a:focus,a:hover		{ color: #7F473B; }
/*a:visited			{ color:#5e7643; text-decoration:line-through; }*/

hr					{ background:#7F473B;color:#7F473B; }
hr.space			{ background:#7F473B;color:#7F473B; }

div.colborder		{ border-right:1px solid #7F473B; }


