@charset "utf-8";
/* CSS Document */
#main_table {
	height: 912px;
	width: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#inside_table {
	height: 590px;
	background-image: url(../images/bkgrd.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
#msg_table {
	margin-top: 30px;
	height: 300px;
	width: 500px;
}
#footer {
	margin-bottom: 40px;
}
.style5 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
.style6 {color: #6c7e67}
a:link {
	color: #6c7e67;
}
a:visited {
	color: #93AD8C;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

