body {
	background-color: #154076;
	margin: 0px;
	padding: 0px;

}
table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
}

/* Popup image window styles */
.popup-image { margin:0px; padding:0px; background-color:#ffffff; }
.popup-image table { width:100%; height:100%; padding:0px; margin:0px; }
.popup-image table img { border:1px solid #111111; margin:10px; }

/* Enter page styles */
body.enter { background-color:#154076; font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; color:#ffffff; }
body.enter a { color:#ffffff; font-weight:bold; text-decoration:none; }
body.enter a:hover { text-decoration:underline; }

#enter-box { width:292px; height:630px; background:url(../img/enter_bg.gif) no-repeat #164278; }
#enter-instructions { padding:16px 23px 15px 23px; text-align:left; line-height:13px; }
#enter-button { margin:20px 0px 0px 0px; width:246px; height:36px; text-align:right; background:url(../img/enter_button.gif) no-repeat #1F4C8F; }
#enter-button a { display:block; text-align:center; line-height:36px; width:246px; }
#enter-button a:hover { text-decoration:none; }
