@charset "utf-8";
.header {
	background-image: url(../welcom.gif);
	background-color: #B9B9B9;
	background-repeat: no-repeat;
	height: 375px;
	width: 500px;
	border: 2px solid #336699;
	background-position: center center;
}
#ins {
	height: 275px;
	width: 400px;
	margin: 50px;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	line-height: 30px;
	color: #336699;
}
a:link, a:visited {
	color: #336699;
	text-decoration: underline;
}

#wrapper {
	background-image: url(../bkg.gif);
	height: 375px;
	width: 500px;
	margin-top: 10%;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#wrapbox {
	height: 768px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
td {
	height: 25px;
}

