body, html
{
	font: 15px Verdana,Arial,Geneva,sans-serif;
}

body
{
	margin: 1em;
	background-image: url(/images/background.gif);
}

div#header
{
	text-align: center;
}

div#body
{
	width: 768px;
	margin: 4em auto;
	text-align: left;
	background-color: #fff;
	padding: 1.5em;
}

.printonly
{
	display: none;
}

h2
{
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #006;
}

h3
{
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	color: #006;
}

h4
{
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #006;
}

h5
{
	display: inline;
	vertical-align: bottom;
	margin-left: -2em;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #006;
}

div#formbottom
{
	display: block;
	padding-bottom: 2em;
}
div#copyright
{
	display: inline;
	text-align: left;
	float: left;
	font-size: 12px;
	color: #006;
	vertical-align: bottom;
}

div#buttons
{
	display: inline;
	text-align: right;
	float: right;
	vertical-align: bottom;
}

div#customicon
{
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 150px;
	margin-top: 10px;
	margin-left: 300px;
	margin-right: auto;
	border: 0;
}

iframe#iconframe
{
	display: inline;
	margin: 0 auto;
	border: 0;
	text-align: left;
	vertical-align: middle;
	width: 70px;
	height: 70px;
}

div.series
{
	margin-top: 1.5em;
	border-top: 4px solid #006;
	vertical-align: bottom;
}

div.multiseries
{
	margin-left: 2em;
}

div.subtable
{
	margin-top: 2em;
	border-top: 4px solid #006;
	border-bottom: 2px solid #006;
}

div.subtablerecord
{
	margin-top: 1em;
	margin-left: 2.5em;
}

label
{
	display: block;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 0.8em;
	text-align: left;
	color: #006;
}

label.first
{
}

.button
{
	vertical-align: bottom;
}

.message
{
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	color: #FF0000;
}

.prompt
{
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	font-style: italic;
	color: #006;
	padding: 0;
	margin: 0 0 0.5em 0;
}

input.string
{
	font: 1em "Andale Mono","Courier New",Courier,monospace;
	display: block;
	width: 18em;
	padding: 4px;
	border: 1px solid #9cf;
}

input.small
{
}

input.medium
{
}

textarea.string
{
	display: block;
	width: 18em;
	font: 1em "Andale Mono","Courier New",Courier,monospace;
	border: 1px solid #9cf;
}

select
{
	display: block;
	font: 1em "Andale Mono","Courier New",Courier,monospace;
	padding: 2px 0px 2px 2px;
	border: 1px solid #9cf;
}

ul.choices
{
	display: none;
}

ul.choices li
{
	list-style-type: circle;
}
