body {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 70%;
	color: #000;
}

a {
	text-decoration: underline;
	color: #666;
}

table {
	border-top: 1px solid #999;
	border-right: 1px solid #999;
}

table td,
table th {
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	padding: 1em;
	
	vertical-align: top;
}

.hidden { display: none; }

.w10 { width: 10%; }
.w20 { width: 20%; }
.w30 { width: 30%; }
.w40 { width: 40%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w80 { width: 80%; }
.w90 { width: 90%; }
.w100 { width: 100%; }

.h1 { height: 1em; }
.h2 { height: 2em; }
.h3 { height: 3em; }
.h4 { height: 4em; }
.h5 { height: 5em; }
.h6 { height: 6em; }
.h7 { height: 7em; }
.h8 { height: 8em; }
.h9 { height: 9em; }
.h10 { height: 10em; }
.h11 { height: 11em; }
.h12 { height: 12em; }
.h13 { height: 13em; }
.h14 { height: 14em; }
.h15 { height: 15em; }
.h16 { height: 16em; }
.h17 { height: 17em; }
.h18 { height: 18em; }
.h19 { height: 19em; }
.h20 { height: 20em; }

.top1 { margin-top: 1em; }
.top2 { margin-top: 2em; }
.top3 { margin-top: 3em; }
.top4 { margin-top: 4em; }
.top5 { margin-top: 5em; }
.top6 { margin-top: 6em; }
.top7 { margin-top: 7em; }
.top8 { margin-top: 8em; }
.top9 { margin-top: 9em; }
.top10 { margin-top: 10em; }

.left { text-align: left; padding-left: 0.5em; }
.right { text-align: right; padding-right: 0.5em; }

/* to show cropped text on screen, full text in print */

.cropped { display: none; }
.not_cropped { display: inline; }

/* hide rules */

#header * { display: none; }
	#header h1 { display: block; }

#radio { display: none; }
#col1 { display: none; }
#footer { display: none; }

form { display: none; }
