/* style.css */

body,td {
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
}

a {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active{
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #ffa060;
	position: relative; top: 1px; left: 1px;
	/* background-color: #FFCCCC; */
}

.txt10 {
	text-decoration: none;
	font-size: 10px;
	line-height: 13px;
}
.txt10b {
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
}
.txt10u {
	text-decoration: underline;
	font-size: 10px;
	line-height: 13px;
}
.txt12 {
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
}
.txt12b {
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}
.txt12u {
	text-decoration: underline;
	font-size: 12px;
	line-height: 16px;
}
.txt14 {
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}
.txt14b {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}
.txt14u {
	text-decoration: underline;
	font-size: 14px;
	line-height: 18px;
}
.txt18 {
	text-decoration: none;
	font-size: 18px;
	line-height: 24px;
}
.txt18b {
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
}
.txt18u {
	text-decoration: underline;
	font-size: 18px;
	line-height: 24px;
}
