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:#CCFFCC; }

.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:3px 12px;
	text-decoration:none;
}
.LinkButton:hover {
	background-color:#CCFFFF;
	border:2px solid #166888;
}

.srpcenter { text-align: center; }
.fncgreen { color:green; }
.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; }
.sty_dashyellow { border-bottom-width:1px; border-bottom-color:black; border-bottom-style:dashed; background-color:rgb(255,255,204);}
.sty_dashgreen { border-bottom-width:1px; border-bottom-color:black; border-bottom-style:dashed; background-color:rgb(204,255,204);}
.sty_dashgray { border-bottom-width:1px; border-bottom-color:black; border-bottom-style:dashed; background-color:rgb(240,240,240);}

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

.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  background-color: #E0E0E0;
	font-family: Tahoma;
	font-size: 10px;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 5;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

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