/* CSS Document */

/*Over-rides Kintera's Donation Form CSS*/
/*
A:link {
	COLOR: #787100; TEXT-DECORATION: underline
}
A:visited {
	COLOR: #787100; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #787100; TEXT-DECORATION: none
}
A:active {
	COLOR: #787100; TEXT-DECORATION: underline
}

.myGreenInverse {
color: #787100;
}	
.myGreenInverse a:link {
 	color: #787100;
	text-decoration:none;
}
.myGreenInverse a:visited {
 	color: #787100;
	text-decoration:none;
}
.myGreenInverse a:hover {
	color: #787100;
	text-decoration:underline;	
}
.myGreenInverse a:active {
	color: #787100;	
	text-decoration:none;
}	
*/

/*Grey links: listed as a 'class' within the <a> tags in the Secondary Menu*/
A.textLink:link {
	COLOR: #8d8d8d; TEXT-DECORATION: none
}
A.textLink:visited {
	COLOR: #8d8d8d; TEXT-DECORATION: none
}
A.textLink:hover {
	COLOR: #8d8d8d; TEXT-DECORATION: underline
}
A.textLink:active {
	COLOR: #8d8d8d; TEXT-DECORATION: none
}


/*Over-rides Kintera's Donation Form CSS*/
A:link {
	COLOR: #999999; TEXT-DECORATION: underline
}
A:visited {
	COLOR: #999999; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #999999; TEXT-DECORATION: none
}
A:active {
	COLOR: #999999; TEXT-DECORATION: underline
}



/* CSS for the text on the Form.. turns 'light grey' for a black BG*/
.CT
{
	FONT: 11px Verdana, Arial, Helvetica, sans-serif;
	COLOR: #cccccc;
	/*BACKGROUND-COLOR: #ffffff;*/
	text-align: left;
}

/* CSS for * items on Form*/
.Alert
{
	FONT-WEIGHT: bold;
	FONT: 10px Verdana, Arial, Helvetica, sans-serif;
	COLOR: #990000;
}

/* CSS for Tiles on Pg.. like 'Subscribe to our Enewsletter' */
.CTsubtitle
{
	/*FONT: bold 10px Verdana, Arial, Helvetica, sans-serif;*/
	COLOR: #8cd369; 
	/*line-height:12px;*/
}

/* CSS for Tiles on Pg.. like 'Subscribe to our Enewsletter' ..if .CTsubtitle doesnt work */
.CTtablein
{
	
	COLOR: #8cd369; 
	
}



#TableButton {
COLOR: #cccccc;
}


