/* OVERRIDES STYLES  IN GA-PUBLIC.CSS
Affects all wrappers that replicate NRDC.org
These are:
Action Center
Donation Environmental Entrepreneurs
Donations Campaign
NRDC - for Subscribe
NRDC Generic
Special Events Wrapper
Special Trips Wrapper

Last revised RB 6/11/08
*/

/* The following overrides ga-public styles that in turn
override styles from the two NRDC stylesheets.
*/

/* To avoid font variations between NRDC-inserted text and system text
such as error messages; text is sometimes not in any block tags */
#col-main {
	font-family: arial, helvetica, "helvetica neue", verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	}
	
/* To avoid font variations between NRDC-inserted text and system text */
#col-main p, #col-main ul, #col-main ol, #col-main li, #col-main td, #col-main td p, #col-main td ul, #col-main td ol, #col-main td li {
	font-family: arial, helvetica, "helvetica neue", verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	}
	
/* System form labels are 10px, which is not legible in arial */
#ga-donationFields label, #ga-donationReadOnlyFields label, #ga-donationCCFields label {
	font-size:11px;
	font-weight:bold;
	}

