html,body{
	margin:0;
	padding:0;
	height:100%;
	border:none;
	background-color: #FFFFFF;
	text-align: center;
   }
.background {
	background-color: #FFFFFF;
	background-image: url(images/background-pattern.gif);
	background-repeat: repeat;
}
.topline {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
}
.center {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	margin: 0 auto;
	vertical-align: middle;
	width: 868px;
	text-align: left;
}
.body {
	background-color: #000000;
	height: auto;
	width: auto;
	position: relative;

}
.bottomline {
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
}
.main-text-gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 145%;
	color: #999999;
	text-decoration: none;
}
.input-field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 22px;
	width: 250px;
	border: 1px solid #999999;
}
.main-text-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 135%;
	color: #0096E5;
}
a:hover {
	color: #0096E5;
}
.border {
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.center {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	margin: 0 auto;
	vertical-align: middle;
	width: 868px;
	text-align: left;
}.main-text-gray-underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 145%;
	color: #999999;
	text-decoration: underline;
}
