a.base:link  {
	color: #0000CC;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.4em;
}
a.base:visited  {
	color: #0000CC;
	font-style: normal;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.4em;
}
a.base:active {
	color:#0000CC;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	line-height: 1.4em;
}
a.base:hover {
	color:#FF3333;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	line-height: 1.4em;
}

a.footer:link  { color: #333333; font-size: 12px; text-decoration: none }
a.footer:visited  { color: #333333; font-style: normal; font-size: 12px; text-decoration: none }
a.footer:active {
color:#333333;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
}
a.footer:hover {
color:#333333;
	text-decoration: underline;
	font-size: 12px;
	font-style: normal;
}

td { font-size: 12px }

.text10px { font-size: 10px }
.tx20-red { color: red; font-weight: bold; font-size: 20px; text-decoration: none }

.font9 {  font-size: 9px}
.font10 {  font-size: 10px}
.font12 {  font-size: 12px}
.font14 {  font-size: 14px}
.font16 {  font-size: 16px}
.font18 {  font-size: 18px}

.fontsize9S {  font-size: 9px; line-height: 1.2em}
.fontsize9M {  font-size: 9px; line-height: 1.5em}
.fontsize10S {  font-size: 10px; line-height: 1.2em}
.fontsize10M {  font-size: 10px; line-height: 1.5em}
.fontsize12S {  font-size: 12px; line-height: 1.2em}
.fontsize12M {  font-size: 12px; line-height: 1.5em}
.fontsize14S {  font-size: 14px; line-height: 1.2em}
.fontsize14M {  font-size: 14px; line-height: 1.5em}
.fontsize16S {  font-size: 16px; line-height: 1.2em}
.fontsize16M {  font-size: 16px; line-height: 1.5em}
.font14-gray {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
	color: #666666;
}
