	html {min-height: 100.1%;}

	body {
		margin: 0px 0px 0px 0px;
		font: 90% arial,helvetica,sans-serif;
		color: #666666;
		text-align: justify;
		padding: 0px;
		background: white;
        background-image: url(../images/backgrad.png);
        background-repeat: repeat-x;
	}

	#form {
		width: 400px;
		font: 105% verdena,helvetica,sans-serif;
		text-align: left;
		padding: 5px 5px 5px 5px;
		border-top: 1px dashed #cccccc;
		border-right: 1px dashed #cccccc;
		border-bottom: 1px dashed #cccccc;
		border-left: 1px dashed #cccccc;
	}
	#form2 {
		font: 100% verdena,helvetica,sans-serif;
		text-align: left;
		padding: 5px 5px 5px 5px;
		line-height: 14pt;
	}
.formfield {
		color: #004000;
		}
	h1 {
		padding: 0px 0px 0px 0px;
		font-size: 125%;
		text-align: left;
		letter-spacing: 2px;
		font-weight: normal;
		color: #555555;
        margin-top: 0px;
	}
	h2 {
		padding: 0px 0px 0px 0px;
		font-size: 100%;
		text-align: left;
		letter-spacing: 2px;
		font-weight: normal;
		color: #555555;
        margin-top: 0px;
	}

