*, html {
 margin:0px;
 padding:0px;
}

.header, .footer, h2, p {
	display: none;
}

/* membership form styles */
#membershipForm h3 {
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
 
#membershipForm p {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#membershipForm .uline {
	margin-top: 5px;
	width: 300px;
	border-bottom: 1px solid #CCCCCC;
}

#membershipForm p .checkline {
	display: inline;
	border-bottom: 1px solid #CCCCCC;
}

#membershipForm #smalltext {
	display: inline;
	font-size: 10px;
}

