@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
}
body, td{
	color: #474747;
	font: normal 14px Arial, Helvetica, sans-serif;
}
h2{
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	color: #003BA7;
}
.boxHead{
	background-color: #003592;
	color: #FFF;
	font: normal 22px Georgia, "Times New Roman", Times, serif;
}
.boxBg{
	background-color: #d6d5d3;
	line-height: 19px;
	height: 200px;
}
.footer{
	font-size: 12px;
	text-align: center;
	padding: 6px;
	color: #999;
}
.read{
	text-align: right;
	padding-top: 12px;
}
.read a{
	color: #003BA7;
}
.input{
	background: #E3E3E3;
	border: 1px solid #666;
	font-size: 14px;
}
.submit{
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: #002094;
	border-top: 1px solid #00C;
	border-right: 1px solid #00C;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	cursor: pointer;
	padding: 6px;
}
