body {
	background-color: #D0D5DA;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#outer {
	background-color: White;
	height: 100%;
	width:700px;
	margin: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
	color: #5B6C7A;
}

a:link, a:visited {
	color: #F4A460;
	text-decoration: none;
}




#menu {
	width:700px;
	height:31px;
	background-color: #A1B8C4;
	color: White;
	text-align: right;
	vertical-align: middle;

	width:690px;
	height:24px;
}


span.link a:link, span.link a:visited {
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	font-size: 0.7em;

	
}



#text-container {
	width:500px;
	margin-left:50px;
	margin-top:30px;
	font-size: 0.75em;
	line-height: 1.3em;

}

h4 {
	font-weight: bold;
		font-size: 1em;
	line-height: 1.3em;
}

td.form-text {
	width:150px;
	text-align: right;
}

input.textbox {

	line-height: 1.3em;
	color: #5B6C7A;
}

td.declaration {
	font-size: 0.6em;
	line-height: 1.3em;
		color: #5B6C7A;

		font-size: 1em;
	line-height: 1em;
}



table.form {
	width:600px;
	color: #7D8D95;
	font-size:0.75em;
	line-height: 1.3em;
}

span#accept {
	float: right;
		color: #D2691E;
	font-size:0.75em;

}

input#apply {

	color: #7D8D95;
	font-weight: bold;
	background-color: White;
	float: right;
	margin-top:20px;
	margin-right:60px;
}

div#footer {
	width:700px;
	height:34px;
	background-color: #A1B8C4;
	color: White;
	text-align: left;

	margin-top:30px;
	vertical-align: middle;

	width:680px;
	height:24px;
}

div#footer a{
	color: White;
	font-size: 0.7em;
	
}

td.form-text-required {
	color: #D2691E;
	width:150px;
	text-align: right;
}

li {
	margin-bottom: 0.5em;
}

#netscape {
	color: #ff0000;
	font-weight: bold;
}