* { 
	empty-cells:show;
   -webkit-box-sizing: border-box; /* Safari/WebKit */ 
   -moz-box-sizing: border-box; /* Firefox */
   -ms-box-sizing: border-box; /* IE8 */
	box-sizing: border-box; /* W3C Property */
	padding:0;
	margin:0;
}

body {
	-x-system-font:none;
	color:black;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:8pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-align:center;
	background:url(../pix/alu.jpg);
}

p {}

h1 {font-size:22px;}
h2 {font-size:18px;}

ul { padding-left:15px; }

a img {border:0;}

a, a:link, a:visited, a:hover {text-decoration:none;}


/* Layout*/
div.thWrapper {
	width:900px;
	position: relative;
	margin:0 auto;
	padding-top:18px;
}

div.thHeaderWrapper {
	width:900px;
	height:150px;
	position:relative;
}

div.thContentWrapper {
	width:900px;
	margin:4px 0;
	position:relative;
	display:table;
	text-align:left;
}

div.thContentLeft {
	width:175px;
	height:512px;
	float:left;
	position:relative;
	background:#656f66 url(../pix/menudeco.jpg) left bottom no-repeat;
}

ul.thLeftNav {
	border-top:1px solid white;
	list-style:none;
	padding:0;
}

ul.thLeftNav li a {
	background:url(../pix/menu_bg_norm.gif) repeat-y left;
	border-bottom:1px solid white;
	color:white;
	display:block;
	padding:10px 0 10px 30px;
	text-decoration:none;
	width:175px;
}

ul.thLeftNav li a:hover {
	background:url(../pix/menu_bg_hover.gif) repeat-y left;
}

div.thContentCenter {
	width:542px;
	#width:540px;
	height:512px;
	float:left;
	position:relative;
	margin:0 0 0 4px;
	background:#FFF;
	padding:24px;
}

div.thMainCont {
	width:490px;
	height:464px;
	overflow:auto;
}

div.thContentRight {
	width:175px;
	height:512px;
	float:right;
	position:relative;
	background:#656f66;
	border-top:1px solid white;
}

div.thContentRight a {
	/*border-bottom:1px solid white;
	color:white;
	display:block;
	padding:10px 0 10px 30px;
	text-decoration:none;
	width:175px;*/
}

div.thContentRight br {
	height:5px;
}

div.thFooterWrapper {
	width:900px;
	-x-system-font:none;
	color:#666666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	border-top:solid 2px;
	font-size:8pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:6px 0;
	text-align:right;
}

div.thFooterWrapper a {
	color:#666666;
	text-decoration:none;
}

div.thClearHide {
	clear:both;
}
/* End layout */

/* Sub image */
div#thSubImageWrapper {
	/*width:500px;*/
	/*display:table;*/
	position:relative;
}

div.thSubImage {
	clear:both;
	position:relative;
	width:480px;
	display:block;
}

div.thSubImage div {
	width:155px;
	float:left;
	text-align:center;
	display:block;
}

div.thSubImage div img{
	width:150px;
	height:90px;
}

div.thSubImageLink {
	clear:both;
	position:relative;
	width:450px;
	display:block;
}

div.thSubImageLink div {
	width:150px;
	float:left;
	text-align:center;
	display:block;
}
/* End sub image */
/* End Layout */

DIV.MenuTable_div {
	float:left;
	padding:2px 5px;
	margin:0;
	text-align:center;
	height:25px;
	display:block;
}

div.MenuTable_div a,
div.MenuTable_div a:visited,
div.MenuTable_div a:link {
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:none;
}

div.MenuTable_div a:hover {
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:underline;
}

/* Other style */

.glink{
	text-align:left;
	padding-left:15px;
	padding-top:10px;
	line-height:19px;
}

.glink a{
	text-decoration:none;
	color:#000000;
}

.glink a:hover{
	text-decoration:none;
	color:#ffffff;
}