<!--
a:link {
color:#000000;
text-decoration:none;
}
a:visited {
color:#000000;
text-decoration:none;
}
a:hover {
color: #000000;
text-decoration:underline;
}
a:active {
color: #000000;
text-decoration:underline;
}

.button a {
	opacity: 1;
	transition: 0.3s;
}
.button a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	zoom:1;
}

.body8 { font-size: 9px; line-height: 11px; color: #464646}
.body10 { font-size: 11px; line-height: 13px; color: #464646}
.body12 { font-size: 13px; line-height: 15px; color: #464646}
.clmbody12 { font-size: 13px; line-height: 17px; color: #464646}
.cmbody12 { font-size: 13px; line-height: 20px; color: #464646}
.cmbody1222 { font-size: 13px; line-height: 23px; color: #464646}
.body14 { font-size: 15px; line-height: 18px}
.body14l20 { font-size: 14px; line-height: 20px; color: #464646}
.body16 { font-size: 16px; line-height: 19px}
.body18 { font-size: 18px; line-height: 21px}
-->