@charset "UTF-8";
/* CSS Document */

body {
	background: white;
	font-size: 11pt;
	font-family:Arial;
	}
	
h1 {
	margin: 10pt 0 20pt 0;
	line-height:normal;
	color:black;
	padding-bottom:4pt;
	border-bottom: 20pt solid #fff;
	font-size:36pt;
	border-bottom:3px solid #000;
}

.h1_small {font-size:18pt; font-weight:normal;}

td {border-bottom:1px dotted #000; vertical-align:top;}

legend, .col_narrow {font-weight:bold; vertical-align:top;}
.col_narrow {width:30%;}

legend {font-size:18pt;padding:30pt 0 10pt 0;}

label {
	font-size:24pt;
}

#header, #side-a, #footer, .beta_notice, .poll {
	display: none;
	}
	
#content {
	width: auto; 
	margin: 0 2%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	line-height: 140%;
	}

a {text-decoration:none;}

#content a:link:after, #content a:visited:after {
	   content: " (" attr(href) ") ";
	   font-size: 70%;
	   color:#999;
	}


fieldset {
	padding:0;
	margin:0;
	border:none;
	
}