@charset "windows-874";
/* CSS Document */

::: FONT Styles

.font12_white {
	font-family: tahoma;
	font-size: 12px;
	color: #FFF;
}
.font10_black {
	font-family: tahoma;
	font-size: 10px;
	color: #000;
}
.font122_white {
	font-family: tahoma;
	font-size: 12px;
	color: #FFF;
}
}
.font10_brown {
	font-family: tahoma;
	font-size: 11px;
	color: #c7b299;
}
.font11_white {
	font-family: tahoma;
	font-size: 11px;
	color: #FFF;
}

.font10_white {
	font-family: tahoma;
	font-size: 10px;
	color: #FFF;
}

.font12_red {
	font-family: tahoma;
	font-size: 12px;
	color: #cc0000;
}
.font11_black {
	font-family: tahoma;
	font-size: 11px;
	color: #000;
}
.font20_black {
	font-family: tahoma;
	font-size: 14px;
	color: #000;
}
.font12_grey {
	font-family: tahoma;
	font-size: 12px;
	color: #898989;
}

.font12_yellow {
	font-family: tahoma;
	font-size: 12px;
	color: #FFE400;
}

.font10_yellow {
	font-family: tahoma;
	font-size: 10px;
	color: #FFE400;
}

.font16_red {
	font-family: tahoma;
	font-size: 16px;
	color: #cc0000;
}

::: Link Style

A.white_link:link    {color:#FFF; text-decoration:none;}
A.white_link:visited {color:#FFF; text-decoration:none;}
A.white_link:hover   {color:#000; text-decoration:underline;}

A.black_link:link    {color:#000; text-decoration:none;}
A.black_link:visited {color:#000; text-decoration:none;}
A.black_link:hover   {color:#666666; text-decoration:underline;}