@charset "UTF-8";
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E25BB0;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #232323;
}
a:link {
	color: #D58223;
	text-decoration: none;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C0D921;
}
.donate_bg {
	background-image: url(../images/donatebg.jpg);
	background-repeat: no-repeat;
}
.input {
	background-color: #CCCCCC;
	border: thin dashed #00A7CB;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #232323;
	background-color: #CCCCCC;
	border: thin dashed #00A9CC;
}
a:visited {
	color: #D58223;
	text-decoration: none;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F19C2A;
}
button {
	background-color: #EBEBEB;
}
