/*  These are the styles for printing, used on the memberappliaction.php page
These prevent items other than the application form itself from being printed.  */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin:0;
	padding:0;
}

.leftside, .noprint, img {
	display: none;
}
p	{
	margin-bottom: .7em;
	font-size: 12pt;
	line-height: 1.4em;
	margin-top: 0px;
	}
	
input {
	border: 0;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:normal;
}

a {
	display: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin:0;
}

td.label {
		  text-align:right;
		  font-weight:bold;
		  }
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
