.11ptblack {
	font-family: "MS Gothic";
	font-size: 11pt;
	line-height: 100%;
	color: #000000;
}
.11ptwhite {
	font-family: "MS Gothic";
	font-size: 11pt;
	line-height: 100%;
	color: #FFFFFF;
}
.12ptbolwhite {
	font-family: "MS Gothic";
	font-size: 12pt;
	line-height: 100%;
	font-weight: bold;
	color: #FFFFFF;
}

.11ptboldblack {
	font-family: "MS Gothic";
	font-size: 11pt;
	line-height: 100%;
	font-weight: bold;
	color: #000000;
}
.10ptboldblack {
	font-family: "MS Gothic";
	font-size: 10pt;
	line-height: 100%;
	font-weight: bold;
	color: #000000;
}
.thai {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 12pt;
	line-height: 120%;
	color: #000000;
}
.title {
	font-family: "MS Gothic";
	font-size: 12pt;
	font-weight: bold;
	color: #663300;
	line-height: 100%;
}
.thaiwhite {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 12pt;
	line-height: 100%;
	color: #FFFFFF;
}
.thaibold {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 12pt;
	line-height: 100%;
	font-weight: bold;
}
.10ptnormalred {
	font-family: "MS Gothic";
	font-size: 10pt;
	line-height: 100%;
	color: #CC0000;
}


a	{
	color:#d28501;
	text-decoration:none;
}
a:hover {
	color:#d28501;
	text-decoration:underline;
}