@charset "iso-8859-1";

body
	{
	background: #fff;
	color: #000;
	font: 80% verdana, helvetica, arial, sans-serif;
	width: auto;
	}
a, a:link, a:visited
	{
	text-decoration: none;
	background-color: inherit;
	color: inherit;
	}
a:hover
	{
	color: #FF9933;
	text-decoration: underline;
	}
h1
	{
	text-align: center;
	font: bold 1.5em Arial, sans-serif;
	}
h2
	{
	font: bold 1.25em Arial, sans-serif;
	text-align: center;
	border: solid 1px #000;
	border-width: 1px;
	padding: 0.5em;
	}
p, legend, label
	{
	font: 1em Tahoma, sans-serif;
	}
fieldset
	{
	padding: 0.5em;
	border: 1px solid #060;
	}
legend
	{
	padding: 0.2em 0.5em;
	border: 1px solid #060;
	color: #060;
	font-size: 90%;
	text-align: right;
	background-color: #ddeadd;
	margin-bottom: 1em;
	}
label
	{
	color: #060;
	font-weight: bold;
	text-align: right;
	padding-top: 0.3em;
	}
input.textbox, textarea, select, option
	{
	font: 1em "Courier New", monospace;
	background-color: white;
	}
optgroup
	{
	font: bold italic 1em "Courier New", monospace;
	}
.button
	{
	margin-left: 5em;
	clear: both;
	color: #000;
	cursor: pointer;
	font: 1em Arial, sans-serif;
	}
.button:hover
	{
	cursor: pointer;
	}
div.row
	{
	float: none;
	}
div.textarea
	{
	float: left;
	padding: 2px;
	}
div.button
	{
	clear: left;
	padding: 2px;
	}
div.row span.label
	{
	float: left;
	width: 220px;
	text-align: left;
	padding-left: 1em;
	}
div.row span.form
	{
	float: left;
	text-align: left;
	padding-right: 1em;
	}
div.textarea span.label
	{
	float: left;
	text-align: left;
	}
div.textarea span.form
	{
	float: left;
	text-align: left;
	}
.spacer
	{
	clear: both;
	}
.printHide
  {
  display: none;
  }
.printShow
  {
  display: block;
  }
