.tr_h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
	background-color: #C6E1AE;
	font-weight: bold;
	width: 100%;
	height: auto;
	padding: 2px 10px;
}
.tr_h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
	background-color: #DCEDCD;
	font-weight: bold;
	width: 100%;
	height: auto;
	padding: 1px 10px;
}
.tr_s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #666666;
	background-color: #EDFCEF;
	font-weight: bold;
	width: 100%;
	height: auto;
	padding: 0 10px;
}

.tr:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #666666;
	background-color: #E7FADE;
	font-weight: bold;
	width: 100%;
	height: auto;
	padding: 0 10px;
}
.tr:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding: 0 10px;
	height: auto;
	width: 100%;
}
.tr:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding: 0 10px;
	height: auto;
	width: 100%;
}

