/*
rcsid="$Header$"
*/

body {
	font:13px Arial, Helvetica, sans-serif;
	color:#000000;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
}

table {
	empty-cells: show
}

input {
	font-size:100%;
}
select {
	/*height:21px;*/
	font-size:100%;
	color:#333333;
	/*overflow: hidden;*/
}

.pageTitle {
	text-align:center;
	font-weight:bold;
	font-size:150%;
	color:#0000af;
	padding-bottom:5px;
	width:100%;
}

.exemptBanner {
  text-align:center;
  font-weight:bold;
  color: #F00;
  padding-bottom:5px;
  width:100%;
}

.exampleSampleInput {
	color:#999;
	font-size:90%;
	font-style:italic
}

.exampleInstructions {
	color:#999;
	font-size:90%;
	font-style:italic
}

