@charset "UTF-8";
/* CSS Document */
#online-entry{ }
#online-entry h1{ font-family:Verdana, Geneva, sans-serif; font-size:18px; color:#002b69; margin:0; }
#online-entry h3{ font-family:Verdana, Geneva, sans-serif; font-size:14px; color:#002b69; font-weight:bold; margin:0;}
#online-entry p{ font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#333333; }
#online-entry a {font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#333333; text-decoration:underline; }
#online-entry a:hover {text-decoration:none; }
#online-entry img{ border:none;}
.copyright-and-nav{
	width:778px;
	margin-top:20px;
	font-size:12px;
	color:#707070;
	font-family:Arial, Helvetica, sans-serif;
}
.copyright{float:left;}
.bottom-nav {float:right;padding-top:12px;}
	.bottom-nav a{
		font-size:12px;
		color:#707070;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
	}
	.bottom-nav a:hover{
		text-decoration:underline
	}
#online-entry-content{
	margin-top:20px;
}
#online-entry-content .box{ font-size:9px; font-family:Verdana, Geneva, sans-serif; color:#a6a6a6; padding:0px 10px 0 10px; border-left:2px solid #b3c3e5; border-right:2px solid #b3c3e5;}
#online-entry-content .box p{line-height:14px; margin-bottom:0;}

#online-entry-content .box ul {
	list-style: none;
	font-size: 12px;
}
#online-entry-content .box ul li {
	color:#333333;
	margin-bottom: 5px;
}
#online-entry-content .header .stroked-box{
	border-top:2px solid #b3c3e5;
	height:14px;
	overflow:hidden;
	}
#online-entry-content .footer .stroked-box{
	border-bottom:2px solid #b3c3e5;
	height:14px;
	overflow:hidden;
	}
.online-entry-form{ width:500px;font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#333333; margin:10px auto 0 auto;}
.online-entry-form .textarea{
	width:300px;
	border:1px solid #666666;
}