body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 14px;
}
td { font-family: Tahoma; font-size: 14px; }
div { font-family: Tahoma; font-size: 14px; }
input { font-family: Tahoma; font-size: 14px; }
select { font-family: Tahoma; font-size: 14px; }
textarea { font-family: Tahoma; font-size: 14px; }

.menuColor {background-color:#d9f2e6;}

.font8 { font-family: Tahoma; font-size: 8px; }
.font10 { font-family: Tahoma; font-size: 10px; }
.font12 { font-family: Tahoma; font-size: 12px; }
.font14 { font-family: Tahoma; font-size: 14px; }
.font16 { font-family: Tahoma; font-size: 16px; }
.font18 { font-family: Tahoma; font-size: 18px; }
.font20 { font-family: Tahoma; font-size: 20px; }
.font24 { font-family: Tahoma; font-size: 24px; }

.font28ang { font-family: "AngsanaUPC"; font-size: 28px; }
.font42ang { font-family: "AngsanaUPC"; font-size: 42px; }

.eng12 { font-family: "Times New Roman"; font-size: 12px; }
.eng16 { font-family: "Times New Roman"; font-size: 16px; }
.eng20 { font-family: "Times New Roman"; font-size: 20px; }
.eng26 { font-family: "Times New Roman"; font-size: 26px; }

a.st0:link { color: Blue; text-decoration: none; }
a.st0:visited  { color: Blue; text-decoration: none; }
a.st0:active  { color: Blue; text-decoration: none; }
a.st0:hover { color: Red; text-decoration: none; }

.MMC1:hover { background-color:#F0F0F0; }
.MMC2:hover { background-color:#FFFF99; }
.MMC3:hover { background-color:#66FF66; }
.MMC4:hover { background-color:#CCFFCC; }

.LinkButton {
	background-color:#FFFFFF;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	border:2px solid #28aadc;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Tahoma;
	font-size:14px;
	padding:0px 12px;
	text-decoration:none;
}
.LinkButton:hover {
	background-color:#CCFFFF;
	border:2px solid #FF0000;
}

.fncblue { color:blue; }
.fncred { color:red; }
.fncblack { color:black; }
.fncbold { font-weight:bold; }
.underlines { border-bottom-width:1px; border-bottom-color:black; border-bottom-style:dashed; }

.bgcolorF { background-color:#F0F0F0; }
.bgcolorE { background-color:#E0E0E0; }
.bgcolorD { background-color:#D0D0D0; }
.bgcolorC { background-color:#C0C0C0; }

.reslink { color:#0000FF; }
.reslink:hover { color:#FF0000; }
