@charset "utf-8";
/* Main CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align:center; 
}

a, a:hover, a:active, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

#container {
	width: 800px;
	height: 600px;
	padding: 0;
	position: relative;
	margin: 0 auto; 
	text-align: left;
	top: 0px;
}

.tbl {
	background: #0066B3;
}
.tbl_td {
	background: #FFFFFF;
}
.textbox {
	border: 1px groove #006699;
	background:#abd2ea;
}
.continue_button {
	font-size: 16px;
}
