body {
	background-color:#dcdfe1;
	color:#333;
	margin:24px 0;
	font: 12px Verdana, sans-serif;
}

#page {
	margin:auto;
	width:630px;
	background-image: url('../images/page_bottom.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height:18px;
}

#header {
	background-image: url('../images/page_top.png');
	background-repeat: no-repeat;
	background-position: left top;
}

#header table {
	width:100%;
}

#body {
	width:630px;
}

#footer {
	width:560px;
	height:70px;
	text-align:center;
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
	background-position: left top;
	line-height:12px;
	text-align:center;
	font-size:11px;
	color:#888;
}

#disclaimer {
	width:630px;
	margin:auto;
	text-align:center;
	font-size:10px;
	margin-top:12px;
	color:#666;
}

.icon {
	width:74px;
}

h1 {
	font-size:18px;
	font-weight:bold;
}

h2 {
	font-size:14px;
	font-weight:bold;
}

h3 {
	font-size:12px;
	font-weight:bold;
}

a {
	font-weight:bold;
	color:#0072bc;
	text-decoration:none;
}

a:hover {
	color:#ccc;
}


input.text {
	width:200px;
	font-size:18px;
}