td {
	font-size: 12px;
	font-family: "Arial", "Helvetica", "sans-serif";
}
.border-both {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #B5D79D;
	border-right-color: #B5D79D;
	border-bottom-color: #B5D79D;
	border-left-color: #B5D79D;
}
.back-r {
	background-repeat: no-repeat;
	background-position: right;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #006600;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:active {
	color: #99FF00;
	text-decoration: underline;
}
.back-r-b {
	background-repeat: no-repeat;
	background-position: right bottom;
}
.back-r-t {
	background-repeat: no-repeat;
	background-position: right top;
}
.font-title {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #006600;
}
.right-bottom {
	background-repeat: no-repeat;
	background-position: right bottom;
}
.right-top {
	background-repeat: no-repeat;
	background-position: right top;
}