/* CSS Document */

p {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding-bottom: 8px;
	width: 140px;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D03D03;
	display: block;
	padding-bottom: 8px;
	width: 140px;
}

/* em3 new */

.contentpagetxt {
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.donatepagetxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height:14px;
}

.donatepagetxt a:link {
	color: #FFFFFF;
	text-decoration: none;

}

.donatepagetxt a:visited {
	color: #FFFFFF;
	text-decoration: none;

}

.donatepagetxt a:hover {
	color: #FF0000;
	text-decoration: none;

}

.donatepagetxt a:active {
	color: #FF0000;
	text-decoration: none;

}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
