/* ================================================================================================
BODY style
================================================================================================ */
body
{
	background-color: #FFFFFF;
	font-size: 12px; font-family: Arial, "งบส^";
	letter-spacing: 1px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* ================================================================================================
TABLE, TR, TD style
================================================================================================ */
td
{
	font-size: 12px; font-family: Arial, "งบส^";
	letter-spacing: 1px;
	line-height: 20px;
}

/* ================================================================================================
Header style
================================================================================================ */
h1
{
	display: inline;
	font-size: 18px; font-weight: bold;
	letter-spacing: 2px;
}
h2
{
	display: inline;
	font-size: 12px; font-weight: bold;
	letter-spacing: 3px;
}

/* ================================================================================================
Paragraph style
================================================================================================ */
p
{
	letter-spacing: 3px;
	line-height: 20px;
	text-align: justify;
	text-indent: 22px;
	text-justify: distribute;
}

/* ================================================================================================
List style
================================================================================================ */
li
{
	letter-spacing: 1px;
	line-height: 20px;
	text-align: justify;
	text-justify: distribute;
}

/* ================================================================================================
Hyperlink style
================================================================================================ */
a, a:visited
{
	color: #0000FF;
	letter-spacing: 0px;
	text-decoration: underline;
}
a:hover
{
	background-color: #9C1C18;
	color: #FFFFFF;
	letter-spacing: 0px;
	text-decoration: underline;
}
a.null, a.null:visited, a.null:hover
{
	background-color: Transparent;
	color: color: #0000FF;
	text-decoration: none;
}

/* ================================================================================================
DIV style
================================================================================================ */
div#main
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 950px;
}

/* DIV style - header */
div#header_bg
{
	background-color: #CCCCCC;
	height: 14px;
}
div#header_logo
{
	float: left;
}
div#header_language
{
	float: right;
	padding-right: 10px;
}

/* DIV style - content */
div#content
{
	width: 600px;
}
div.content_spacer_top
{
	height: 20px;
}
div.content_spacer_btm
{
	height: 20px;
}

/* DIV style - menu */
div#menu
{
	left: 10px;
	position: relative;
	text-align: left;
	width: 200px;
}
div.menu_item
{
	padding-top: 4px;
	padding-bottom: 4px;
	position: relative;
	text-align: left;
}
div.sub_menu_item
{
	padding-bottom: 4px;
	position: relative;
	text-align: left;
}
div.sub_menu_item a, div.sub_menu_item a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
div.sub_menu_item a:hover
{
	background-color: #9C1C18;
	color: #FFFFFF;
	text-decoration: none;
}
div.sub_menu_item a.selected, div.sub_menu_item a.selected:visited
{
	color: #920022;
	text-decoration: none;
}
div.sub_menu_item a.selected:hover
{
	background-color: #9C1C18;
	color: #FFFFFF;
	text-decoration: none;
}
div.sub_menu_item img
{
	vertical-align: middle;
}
div.menu_spacer_top
{
	height: 20px;
}
div.menu_spacer_btm
{
	height: 50px;
}

/* ================================================================================================
Image style
================================================================================================ */
img
{
	border-width: 0px;
}
