@charset "utf-8";



.global_footer {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #AAAAAA;

	text-decoration: none;

}



a.global_footer, a.global_footer:link {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #AAAAAA;

	text-decoration: none;

}



a.global_footer:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #FFFFFF;

	text-decoration: none;

}



a.global_footer:visited {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

}

/* ONLINE GIVING POPUP STYLES */

	.giving_overlay {
		display: none;
		position: fixed;
		top: 0%;
		left: 0%;
		width: 100%;
		height: 100%;
		background-color: #000;
		z-index: 1001;
		-moz-opacity: 0.8;
		opacity: .80;
		filter: alpha(opacity=80);
	}
	.giving_content {
		display: none;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 10%;
		text-align: center;
		z-index: 1002;
	}
	.giving_content_box {
		display: inherit;
		position: static;
		
		width: 600px;
		height: actual;
		z-index: 1003;
		overflow: auto;	
		margin: auto;
		text-align: left;
	}


