/**
 * Content styles - to be content-managed
 *
 * Background and text styles for Fast Action sites.
 *
 * @project Fast Action Template
 * @version 0.5
 * @author Democracy Data & Communications
 * @copyright 2009
 */
 
/*/// Main ///*/
 /* Fonts to be used */
body { font-family: "Helvetica Neue","Helvetica","Arial", sans-serif; }



/*/// Optional Tell-A-Friend Section ///*/
/* Set  display:none  to hide the TAF section. */
#TellAFriend { display: block; }



/*/// Links ///*/
/* color for links */
a { color: #F39444; }
#Footer a { color: #000; }
/* color for links when already clicked */
a:visited { color: #00b0d8 }
/* color for links on mouseover */
a:hover { color: #00b0d8 }



/*/// Main tags: Color and font-weight.  Placeholder selectors included if more specific control is needed. ///*/
h1, h2, h3, h4 { color: #01143C; font-weight: bold; }
h1 {  }
h2 {  }
h3 {  }
h4 {  }
p {
	font-size: 0.875em; /** @note 16 x .875 = 14 */
	line-height: 1.125em;
	margin-bottom: 10px;
}