@CHARSET "UTF-8";

#CContent,
#CContent p,
#CContent font,
#CContent tr,
#CContent td,
#CContent li {
  line-height:15px;
  font-family:arial;
  font-size:12px;
}

#CContent a,
#CContent a:visited {
	color: #96B478;
	text-decoration: none;
}

#CContent a:active,
#CContent a:hover {
	color: #735F50;
	text-decoration: none;
}


#CContent p {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#CContent td.bf {
	font-weight: bold;
}

#CContent input.donationValue {
	width: 136px;
	border: 1px solid #000000;
}

#CContent p.pageTitle {
	font-weight: bold;
	padding-bottom: 0.7em;
}

#CContent td.memberRadio {
	width: 100px;
}

#CContent td.memberField {
	width: 110px;
}

#CContent input.memberTF {
	width: 250px;
	border: 1px solid #000000;
}

#CContent input.memberRadio {
	margin: auto 5px auto 0px;
}

#CContent button.memberButton {
	font-weight: bold;
	background-color: #FFFFFF;
	border: 0px solid #FFFFFF;
	color: #96B478;
	cursor: pointer;
}

#CContent button.memberButton:hover {
	background-color: #FFFFFF;
	color: #735F50;
	text-decoration: underline;
}
 
