_ {
	border: solid 1px;
}

#bd {
	height: 460px;
}

#ft {
	padding: 2px 0;
	text-align: center;
	color: white;
	background-color: red;
}

/*** page title ***/
#pageTitle {
	padding: 2px 20px;
	color: white;
	background-color: gray;
	font-size: 120%;
	font-weight: bold;
}

/*** span ***/

span.strong {
	font-size: 120%;
	font-weight: bold;
}

/*** headline ***/
.headlineZoa {
	margin-bottom: 10px;
	text-align: center;
	height: 74px;
	background: url("/images/headlineZoa.gif") no-repeat center;
}
.headlineZoa p {
	position: relative;
	top: 30px;
	font-size: 120%;
}

/*** notes ***/
.notes {
	margin: 0 auto;
	padding: 4px auto;
	text-align: center;
}

/*** table ***/
table.table1 {
	margin: 0 auto;
	text-align: center;
	border-collapse: separate;
	border-spacing: 2px;
}
table.table1 th {
	margin: 0 auto;
	padding: 0 4px;
	border: solid 2px maroon;
	color: white;
	background-color: red;
	height: 30px;

}
table.table1 td {
	margin: 0 auto;
	padding: 0 2px;
	border: solid 2px silver;
	height: 30px;
}
table.table1 input {
	border: none;
	text-align: left;
}


/*** list ***/
ul.menu {
	margin: 0 0 0 22px;
	padding: 0;
	list-style: disc url("/images/listMarker.gif") outside;
}
ul.menu li {
	margin: 2px 0;
	padding: 0;
	list-style: disc url("/images/listMarker.gif") outside;
}

/*** link ***/
a:link, a:visited {
	color: blue;
}

/*** agreement ***/
.agreement {
	margin: 0 auto;
	width: 510px;
	text-align: left;
}
.agreement textarea {
	font-family: monospace;
	font-size: 90%;
}
.agreement form {
	margin: 10px auto;
	text-align: center;
}

/*** message1 ***/
.message1 {
	position: relative;
	top: 150px;
	text-align: center;
	font-size: 120%;
}

/*** trust seal ***/
#trustSeal {
	position: fixed;
	top: 490px;
	width:320px;
	font-size: 80%;
}
#trustSeal img {
	float: left;
}


/*** login ***/
#login * {
	margin: 4px auto;
	text-align: center;
	border-collapse: separate;
	border-spacing: 2px;
}
#login th {
	margin: 0 auto;
	padding: 0 4px;
	border: solid 2px maroon;
	color: white;
	background-color: red;
	height: 30px;

}
#login td {
	margin: 0 auto;
	padding: 0 2px;
	border: solid 2px silver;
	height: 30px;
}
#login input {
	border: none;
	text-align: left;
}
