body {
	font-family: "BankGothic Md BT";
	font-size: 12px;
	background-color: #FF9900;
}

td {
	font-family: "BankGothic Md BT", Times, serif;
	font-size: 12px;
}

th {
	font-family: "BankGothic Md BT", Times, serif;
	font-size: 12px;
}

form {
	font-family: "BankGothic Md BT", Times, serif;
	font-size: 12px;
	}

input {
	font-family: "BankGothic Md BT", Times, serif;
	font-size: 12px;
}

textarea {
	font-family: "BankGothic Md BT", Times, serif;
	font-size: 12px;
}

select {
	font-family: "BankGothic Md BT", Times, serif;
	font-size: 12px;
}

ul {
	font-family: "BankGothic Md BT", Times, serif;
	font-size: 12px;
	list-style-type: circle;
	list-style-position: outside;
}

li {
	font-family: "BankGothic Md BT", Times, serif;
	font-size: 12px;
}

ol {
	font-family: "BankGothic Md BT", Times, serif;
	font-size: 12px;
	list-style-type: upper-alpha;
	list-style-position: outside;
}

.small {
	font-family: "BankGothic Md BT", Times, serif;
	font-size: 9px;
}

.big {
	font-family: "BankGothic Md BT", Times, serif;
	font-size: 18px;
}

.bodystyle {
	font-family: "BankGothic Md BT", Times, serif;
	font-size: 12px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}
.background {
	background-color: #FF9900;
	size:landscape
	margin-top:0.5cm
	margin-bottom:0.5cm
	margin-right:0.5cm
	margin-left:0.5cm
}
@media print {
input#button {
	display:none
}

@page {
	size:landscape
	margin-top:0.5cm
	margin-bottom:0.5cm
	margin-right:0.5cm
	margin-left:0.5cm
	
}
}