.Border01 {
	border: 15px inset #000000;
}
.Banner01 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #BB0000;
	text-align: center;
	padding: 3px;
	border: thin solid #000000;
}
.Banner02 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	text-align: left;
	padding: 3px;
	border: thin solid #336600;
	background-color: #006600;
}
.Banner03 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: #CFC19C;
	text-align: left;
	padding: 3px;
	border: thin solid #339900;
}
.Field01 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: #FFFFCC;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.Field02 {
	background-color: #FFFFCC;
	border: thin solid #000000;
}
.Btn01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FF0000;
	border: medium outset #000000;
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	width: 250px;
	float: left;
	cursor: Hand;
}
