.text_small_black {
	font-size: 10px;
	color: #000000;
}
.text_small_white {
	font-size: 10px;
	color: #FFFFFF;
}

.text_small_gray			{font-size: 10px; color: #333333; font-weight: normal;}
.text_small_gray:link		{font-size: 10px; color: #333333; font-weight: bold;}
.text_small_gray:visited	{font-size: 10px; color: #333333; font-weight: normal;}
.text_small_gray:hover		{font-size: 10px; color: #333333; font-weight: normal;}
.text_small_gray:active		{font-size: 10px; color: #333333; font-weight: normal;}

.text_small_red {
	font-size: 10px;
	color: #FF0000;
}
.text_mid_black {
	font-size: 12px;
	color: #000000;
}
.text_mid_white {
	font-size: 12px;
	color: #FFFFFF;
}
.text_mid_gray {
	font-size: 12px;
	color: #333333;
}

.text_mid_lightgray {
	font-size: 12px;
	color: #999999;
}

.text_mid_red {
	font-size: 12px;
	color: #FF0000;
}
.text_large_black {
	font-size: 14px;
	color: #000000;
}
.text_large_white {
	font-size: 14px;
	color: #FFFFFF;
}
.text_large_lightgray {
	font-size: 14px;
	color: #666666;
}
.text_large_gray {
	font-size: 14px;
	color: #333333;
}
.text_large_red {
	font-size: 24px;
	color: #FF0000;
}
.text_xl_black {
	font-size: 24px;
	color: #000000;
}
.text_xl_white {
	font-size: 24px;
	color: #FFFFFF;
}
.text_xl_gray {
	font-size: 24px;
	color: #333333;
}
.text_xl_red {
	font-size: 24px;
	color: #FF0000;
}
.highlight_mid_yellow {
	color: #CC3333;
	font-size: 12px;
	background: #FFFF00;
}
.highlight_mid_b-yellow {
	color: #000000;
	font-size: 12px;
	background: #FFFF00;
}
.text_mid_blue {
	font-size: 12px;
	color: #0099FF;
}

.text_mid_green {
	font-size: 12px;
	color: #66CC00;
}

/*
.KOlink1:link  {font-size: 12px; font-weight: bold; text-decoration: none; color: #666666; background: inherit;}
.KOlink1:visited  {font-size: 12px; font-weight: bold; text-decoration: none; color: #666666; background: inherit;}
.KOlink1:hover  {font-size: 12px; font-weight: bold; text-decoration: underline; color: #EE484C; background: inherit;}
.KOlink1:active  {font-size: 12px; font-weight: bold; text-decoration: none; underline; color: #EE484C; background: inherit;}

.KOlink2:link  {font-size: 12px; font-weight: bold; text-decoration: none; color: #FFFFFF; background: #003366;}
.KOlink2:visited  {font-size: 12px; font-weight: bold; text-decoration: none; color: #FFFFFF; background: #003366;}
.KOlink2:hover  {font-size: 12px; font-weight: bold; text-decoration: underline; color: #003366; background: #FFFFFF;}
.KOlink2:active  {font-size: 12px; font-weight: bold; text-decoration: none; underline; color: #000000; background: #003366;} */
