body {
	font-family: Georgia;
	font-size: 8pt;
	color: #666666;
	margin: 0px;
    text-align: center;
	background-color: #cad1d5;
	}

a {
	color: red;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

h1 {
margin: 0px;
	font-weight: normal;
	xfont-style: italic;
	color: white;
	background-color: #8a8d8f;
	text-align: center;
	font-size: 18pt;
	padding: 2 0 4 0px;
	}

h2 {
	font-weight: normal;
	font-size: 12pt;
	line-height: 1.4em;
	letter-spacing: .5;
	}

h3 {
	font-size: 11pt;
	margin-bottom: 6px;
	padding-bottom: 6px;
	}

p {
	font-size: 8pt;
	font-weight: normal;
	margin: 0 0 4 0px;
}

div#body {
	margin: 0 px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
	text-align: left;
	width: 600px;
	}

.err {
	color: red;
	}

td {
	vertical-align: top;
	font-size: 9pt;
	}

input {
	font-family: georgia;
	font-style: italic;
	color: #666666;
}

input.text {
	width: 300px;
	height: 20px;
	padding: 2 4 0 4px;
	border: 0px solid #666666;
	margin: 0px;
	background-color: #dbe4e9;
	}

input.text-small {
	width: 100px;
	height: 20px;
	padding: 2 4 0 4px;
	border: 0px solid #666666;
	margin: 0px;
	background-color: #dbe4e9;
	}

textarea {
	width: 300px;
	height: 100px;
	padding: 2 4 0 4px;
	border: 0px solid #666666;
	margin: 0px;
	background-color: #dbe4e9;
	overflow: hidden;
	color: #666666;
	font-family: georgia;
	font-style: italic;
	}

table.form {
	xborder-collapse: collapse;
	margin-bottom: 40px;
	}

table.form td {
	border-top: 1px solid #959595;
	font-size: 8pt;
	
}

table.form td.col1 {
	border-top: 3px solid #959595;
	padding:  1 4 0 0px;
	width: 100px;
}

table.form td.col2 {
	background-color: #dbe4e9;
}
table.form td.col3 {
	width: 180px;
	padding:  0 0 0 20px;
	border-top: 0px solid white;
}

table.form td.footer {
	padding:  2 4 0 0px;
}


img.captcha {
	width: 60px;
	height: 18px;
	}
