body {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

}

			div.form
			{
				width: 600px;
				background-color: #FFFFFF;
				border: 1px solid;
				padding: 5px;
				margin: 0px auto;
				text-align: left;
			}

			div.row
			{
				clear: both;
				padding-top: 5px;
			}

			span.label
			{
				float: left;
				width: 200px;
				text-align: right;
			}

			span.field
			{
				float: right;
				width: 375px;
				text-align: left;
			}

			div.spacer
			{
				clear: both;
			}

			div.sectionHeader
			{
				clear: both;
			}

			input.form
			{
				border-style: solid;
				border-color: #000000;
				font-size: 9pt;
				font-family: Arial, Helvetica, sans-serif;
				font-weight: normal;
				color: #003366;
				text-decoration: none;
			}

			@media print
			{
				body
				{
					background-color: white;
				}
				a:after
				{
					content:"[" attr(href) "]";
				}
				div #menubar
				{
					display: none;
				}
			}

			div#alert
			{
				font-style: italic;
				color: #FF0000;
			}
