/* วิธีใช้ เพิ่มบรรทัดนี้เข้าไปใน head tag
<LINK REL="stylesheet" TYPE="text/css" HREF="font_style.css">  */

/* -------------------- Content ---------------------- */
BODY {
	font-family: MS Sans Serif, CordiaUPC, Krungthep, Thonburi, Ayutthya;
	font-size: x-small;
	line-height: 1.2 em;
/*	color: #707070; */
	background: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-top: 0px;
}

FONT, P {
	font-family: MS Sans Serif, CordiaUPC, Krungthep, Thonburi, Ayutthya;
	font-size: x-small;
/*	line-height: 1.2  em;*//* there is a little bit problem when u put the image without close tag first. So pls. close it before insert tag img */
/*	color: #707070; */
}

/* -------------------- Link ---------------------- */
A {
	font-family: MS Sans Serif, CordiaUPC, Krungthep, Thonburi, Ayutthya;
	font-size: x-small;
}
A:link {	color: #000000;}	 /* has not been visited */
A:active {	 color: #FF0000;}	/* being actived */
A:visited {	 color: #FF8800;}	/* already visited */

/* -------------------- Header ---------------------- */
H1, H2, H3, H4, H5, H6, H7 {
	font-family: MS Sans Serif, CordiaUPC, Krungthep, Thonburi, Ayutthya;
}
H1 {	font-size: xx-large;}
H2 {	font-size: x-large;}
H3 {	font-size: large;}
H4 {	font-size: larger;}
H5 {	font-size: medium;}
H6 {	font-size: small;}

/* -------------------- Form ---------------------- */
FORM, BUTTON, INPUT, FIELDSET, LEGEND, SELECT, OPTION, TEXTAREA {
	font-family: MS Sans Serif, CordiaUPC, Krungthep, Thonburi, Ayutthya;
	font-size: x-small;
/*	text-align: justify;*/
}

/* -------------------- Decoration ---------------------- */
BLINK {	text-decoration: blink;}
STRONG, B {	font-weight: bold;}
EM, I {	font-style: italic;}
U {	text-decoration: underline;}
BIG {	font-size: 115%;}
SMALL {	font-size: 50%;}
SUB {	vertical-align: sub;}
SUP {	vertical-align: super;}
.initial {	text-indent: 0;}
.tab {	text-indent: 5%;}
.red {	color: #CB1814;}
.white { color: #FFFFFF;}
.lblue { color: #138EEA;}
.blue { color: #003399;}
.gold { color: #DFD6BA;}
.old {
	color: gray;
	text-decoration: line-through;
}

/* -------------------- Table data---------------------- */
TD, DD {
	font-family: MS Sans Serif, CordiaUPC, Krungthep, Thonburi, Ayutthya;
	font-size: x-small;
/*	text-align: justify; */
/*	line-height: 1.2 em; */
}

/* -------------------- List ---------------------- */
DIR, MENU, OL, UL, DL {
	border-top-width: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}
/*LI {	line-height: 1.2 em;}*/
DT {	font-weight: bold;}
UL LI.off {	list-style-type: none;}
OL LI.dec {	list-style-type: decimal;}
OL LI.rom {	list-style-type: upper-roman;}
