.hd {
	width: 100%;
	background-color: #cecf9c;
	padding: 3 5 3 5;
	font: bold 11px Arial;
	color: #445044;
	text-align: right;
}
.hd a {
	text-decoration: none;
	color: #006600;
}
.ttl {
	width: 100%;
	background-color: #003000;
	padding: 5 10 5 5;
	font: bold 13px Verdana;
	color: #eeffee;
	text-align: right;
}
.tit {
	width: 100%;
	background-color: #003000;
	padding: 3 3 3 5;
	font: bold 13px Verdana;
	color: #eeffee;
	text-align: left;
	border-right: solid 1px #636563;
}
.block {
	font: normal 12px tahoma;
	text-align: left;
	border-right: solid 1px #636563;
	border-bottom: solid 1px #636563;
	background-color: #cecf9c;
	padding: 3 3 3 5;
}

   .block2 {
	font: normal 10px tahoma;
	text-align: left;
	border-right: solid 1px #636563;
	border-bottom: solid 1px #636563;
	background-color: #cecf9c;
	padding: 3 3 3 5;
}
 .block2 a {
	text-decoration: underline;
	font: 10px Tahoma;
	color: #999999;
}

.block a {
	text-decoration: none;
	font: bold 13px Tahoma;
	color: #999999;
}
a.run {
	text-decoration: none;
	font: bold 13px Tahoma;
	color: #003300;
}
.active {
	background-color: #003300;
	padding: 0 7 1 7;
	text-align: center;
	/*border-bottom: solid 1px #636563;*/
}
.active a {
	text-decoration: none;
	font: normal 14px Verdana;
	color: #cceeaa;
}
.inactive {
	background-color: #cecf9c;
	padding: 0 5 1 7;
	/* border-bottom: solid 1px #636563; */
	border-left: solid 1px #636563;
	text-align: center;
}
.inactive a {
	text-decoration: none;
	font: normal 14px Tahoma;
	color: #003300;
}
.right {
	background-color: #cecf9c;
	padding: 0 5 1 7;
	/* border-bottom: solid 1px #636563; */
	border-left: solid 1px #636563;
	border-right: solid 1px #636563;
	text-align: center;
}
.right a {
	text-decoration: none;
	font: normal 14px Tahoma;
	color: #003300;
}

.blank {
	background-color: #ffffff;
	padding: 0 5 1 7;
	border-left: solid 1px #636563;
}

.maintext {
	padding: 1 10 10 10;
}
.txt {
	font: normal 12px tahoma;
	color: #000000;
}
.txt p {
	margin: 0 0 0 0;
}
.txt a {color:#000;}
img.tmb {
	cursor: hand;
	color: #000000;
	border-color: #000000;
}