
	#form {
		margin: 5px;
		width: 380px;
		z-index:2;
	}
	
	#form fieldset {
		margin: 0;
		padding: 5px 5px 5px 15px;
		border: 0;
		border-top: 2px solid #000000;
	}
	
	#form legend {
		padding: 5px;
		font-weight: bold;
		font-size: 1em;
		text-align: center;
		color: #000000;
	}
	
	#form table {
		width: auto;
		font-size: 1em;
	}
	
	#form table th {
		text-align: right;
		vertical-align: top;
	}
	
	#form .txtline,
	#form .txtarea {
		width: 180px;
	}
	
	#form .txtarea {
		height: 50px;
	}
	
	#form .submit {
		margin: 5px auto;
		background-color: #000000;
		color: #FFFFFF;
		border: 1px solid #FFFFFF;
	}
	
	#form .submit:hover {
		background-color: #FFFFFF;
		color: #000000;
		border: 1px solid #000000;
	}
	
	#form .required {
		text-align: center;
		font-size: 0.8em;
	}
	
	#form .center {
		text-align: center;
	}
.style1 {color: #FFFFFF}

H1 {
font-size:12px
}

td.content div.pagecontent A,
td footer a{
color:#000;
text-decoration:underline;
font-weight:normal;
}
td.content div.pagecontent strong A {
font-weight:bold;
}

