body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
form table, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#table-top {
	background-image: url(images/form-top.gif);
	height: 72px;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: center center;
}
#table-mid {
	background-image: url(images/form-mid.jpg);
	height: 400px;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: center center;
}
#table-bottom {
	background-image: url(images/form-bottom.gif);
	height: 98px;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: center center;
}
textarea,input,select,option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
	background-image: url(images/form-field-back.gif);
}
a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFCC;
}
a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFCC;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #CCCCCC;
}
