/*กำหนด background margin and scroll*/
.body {	
	background-image: url(../images/bg_body.jpg); margin-left: "0"; margin-top: "0";

/*scrollbar-face-color: #CADAFB;
scrollbar-shadow-color: #0000FF;
scrollbar-highlight-color: #0000FF;
scrollbar-3dlight-color: #CADAFB;
scrollbar-darkshadow-color: #CADAFB;
scrollbar-track-color: #1A3771;
scrollbar-arrow-color: #0000FF;*/
}

/*เนื้อหา ตัวอักษรสีดำ ย่อ-ขยาย ตาม Browser*/
.FontBase {  font-family: "MS Sans Serif";  font-size: 14px; color: #000000;
}
/*หัวเรื่อง ตัวอักษรสีดำ หนา  ย่อ-ขยาย ตาม Browser*/
.FontTitle {  font-family: "MS Sans Serif";  font-size: 14px; color: #000000;  font-style: normal; font-weight: bold;
}
/*ท้ายกระดาษ ตัวอักษรสีเทา กำหนดขนาดแน่นอน*/
.FontFooter {  font-family: "MS Sans Serif"; font-size: 10px; color: #666666; 
}

.FontTable {  font-family: "MS Sans Serif"; font-size: 14px; font-style: normal; 
}

.OverLine {	font-family: "ms sans Serif";	text-decoration: overline;
}

a:link { color: #0000FF; text-decoration: none}
a:visited { color: #0000FF; text-decoration: none}
a:hover { color: #0000FF; text-decoration: none; background-color:#FFCC99 }


.hand {
	cursor: hand;
}
