body {
	color: black;
	background-color: white;
	margin: 0;
	padding: 0 0px 0 0px;
	font-size: 80%;
	font-family: verdana, sans-serif;
}
table, td {
	color: black;
	background: transparent;
	font-size: 100%;
	font-family: verdana, sans-serif;
}
a {
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}
img {
	border-width: 1px;
}
#header {
	margin: 1px 0px 0 0px;
	padding: 1px 5px 1px 1px;
	text-align: right;
	color: white;
	background-color: #880000;
	font-size: 90%;
}
#header a {
	color: white;
	text-decoration: none;
}
#header a:hover {
	color: white;
	text-decoration: underline;
}
#pagetitle {
	margin: 0;
	padding: 5px;
	color: white;
	background-color: black;
	font-size: 150%;
	font-weight: bold;
}
#navi {
	margin: 0px 0px 5px 0px;
	padding: 0 0 0 5px;
	background-color: gray;
	font-weight: bold;
}
#navi table {
	font-size: 90%;
}
#navi a {
	color: white;
	text-decoration: none;
}
#navi a:hover {
	color: white;
	text-decoration: underline;
}
#nleft {
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
#nright {
	white-space: normal;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: right;
}
#content {
	margin: 0;
	padding: 0;
}
#cleft {
	vertical-align: top;
	white-space: nowrap;
	margin: 5px;
	padding: 5px;
	border-right: 1px gray solid;
	padding-right: 10px;
}
#cright {
	vertical-align: top;
	white-space: normal;
	margin: 5px;
	margin-left: 10px;
	padding: 5px;
	width: 100%;
	height: 100%;
}
#cright .title {
	font-size:110%;
	font-weight: bold;
}
#cright a {
	text-decoration: none;
}
#cright a:hover {
	text-decoration: underline;
}
#cright .inputbox {
	margin: 0px 5px 10px 5px;
	padding: 0 5px 5px 5px;
	background-color: silver;
}
#footer {
	clear: left;
	margin: 5px 5px 2px 5px;
	padding: 2px 2px 0 0;
	text-align: right;
	border-top: 1px gray solid;
}
.layoutbox {
	margin: 0px 5px 10px 5px;
	padding: 0 5px 5px 5px;
	border-bottom: 1px silver solid;
	line-height: 130%;
}
.layoutbox img {
	padding: 2px;
	border-width: 1px;
}
.note {
	color: gray;
}
.text {
	margin-left: 10px;
	line-height: 130%;
}
