* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 14px;
	line-height: 200%;
	color: #000000;
	background-color: #c6c6c6;
}
a:link {
	color: #175FC3;
	text-decoration: underline;
}
a:visited {
	color: #175FC3;
	text-decoration: underline;
}
a:hover {
	color: #3F87ED;
	text-decoration: underline;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#content {
	background-image: url(../images/form-bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 120px;
	padding-right: 20px;
}

#top {
	
}
#copy {
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
}
form td {
	padding: 2px;
}

.clear {
	clear: both;
}
.spacer {
	clear: both;
	height: 20px;
	line-height: 10px;
}
.i24 {
	text-indent: 24px;
}
.note {
	font-size: 12px;
	color: #CC0000;
	margin-left: 20px;
}
