html	{
		border: 0px;
		margin: 0px;
		padding: 0px;
		}
body	{
		background-color: #DDDDDD;
		}
.inputLabel	{
			font-family: arial, helvetica, sans-serif;
		    font-size: 11pt;
			font-weight: bold;
			}
.unit		{
			font-family: arial, helvetica, sans-serif;
			font-size: 10pt;
			}
.errorMsg	{
			font-style: italic;
			color: red;
			}
.tx		{
		text-align: left
		}
.menu	{
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		}
H1		{
		font-family: arial, helvetica, sans-serif;
		font-weight: bold;
		text-align: center;
		}
H2		{
		font-family: arial, helvetica, sans-serif;
		font-weight: bold;
		font-size: 20pt;
		text-align: center;
		}
H3		{
		font-family: arial, helvetica, sans-serif;
		font-weight: bold;
		font-style: italic;
		font-size: 18pt;
		color: blue;
		}
H4		{
		font-family: arial, helvetica, sans-serif;
		font-size: 12pt;
		font-weight: bold;
		text-align: left;
		}