<!--
body {  
	background-color:#1c2f45;
}
-->
a:link {
	text-decoration: none;
	outline: none;
	border: 0;
	color: green;
}
a:visited {
	text-decoration: none;
	outline: none;
	border: 0;
	color: green;
}
a:active {
	text-decoration: none;
	outline: none;
	border: 0;
	color: green;
}
a:hover {
	text-decoration: none;
	outline: none;
	border: 0;
	color: green;
}
img{
	border: none;
}
.header_banner {  
	background-image:url('../images/header/donate_header.jpg');
	background-repeat: no-repeat;
	height: 225px;
	width: 750px;
	margin: 15px 0;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
}
.header_banner p{  
	font-family: verdana;
	font-size: 9px;
	text-align: right;
	line-height: 2;
	color: #565656;
}
.church_info {
	height: 20px;
	width: 790px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-family: verdana;
	font-size: 9px;
	line-height: 10px;
	text-align: center;
}
.church_info a:link{
color: #ffffff; text-decoration: none; font-weight: normal;
}
.church_info a:visited{
color: #ffffff; text-decoration: none; font-weight: normal;
}
.church_info a:active{
color: #ffffff; text-decoration: none; font-weight: normal;
}
.church_info a:hover{
color: #c0c0c0; text-decoration: none; font-weight: normal;
}

