body {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
}
table {
	font-size: 14px;
	line-height: 1.6em;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	color: #999900;
}
.top {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
.contents {
	margin: 0px 0px 2px;
	padding: 6px;
	border: 1px dashed #999900;
	background-image: url(images/cont_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.rightbox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin: 0px;
	padding: 4px;
	font-size: 12px;
	line-height: 1.4em;
}
.leftbox {
	margin: 0px;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
