body {
	width: 750px;
	margin: 0;
	font-size: 96%;
}

table {
	border-style: solid;
	border-width: 1px;
	border-color: #006600;
	background-color: #006600;
}

td,th {
	background-color: #ffffff;
	font-size: 96%;
	line-height: 1.4;
}

.tr-line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
}

.formbg {
	color: white;
	background-color: #009900;
	padding: 3px;
	font-size: 120%;
	font-weight: bold;

}

.formbg-lite {
	background-color: #ccffcc;
	padding: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006600;
}

div.navi {
	background-color: #ffffff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	padding: 3px;
}

div.menu {
  	padding: 5px;
	background-color: #ffffff;
	float: left;
	width: 160px;
	line-height: 1.4;
}

div.mainspace {
	background-color: #ffffff;
	padding: 5px;
	float: right;
	width: 570px;
}

div.copyright {
	clear: both;
	background-color: #ffffff;
	padding: 3px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006600;
	font-size: 80%;
}

.markred  {
	font-weight: bold;
	color: #FF0000
}

A:link		{color: #0000ff;text-decoration: underline}
A:visited	{color: #9900cc;text-decoration: underline}
A:hover		{color: #ff0000;text-decoration: underline}
