/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-track-color: #ffffff;
    scrollbar-face-color: #4f3617;
    scrollbar-shadow-color: #ffffff;
    scrollbar-highlight-color: #ffffff;
    scrollbar-3dlight-color: #ffffff;
    scrollbar-arrow-color: #663333;
}

#menu{
	background-image:url(img/menu_bg.gif);
	height: 100%;
	background-repeat: repeat-y;
}
#header{
	background-image:url(img/head_bg.jpg);
	height: 112px;
	width:1000px;
	background-repeat: repeat-x;
}
#menucontents{
	background-color:#4f3617;
	border: 2px solid #F2e4e4;
	width: 168px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 130%;
}
#menutd{
	background-image:url(img/menu_head.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #FF0000;
}
#tablebgglay{
	background-color:#999999;
}
#info{
	background-image:url(img/infomation_bg.jpg);
	height: 100%;
	background-repeat: repeat-y;
}
.txtred12bold{
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	line-height: 130%;
}
.txtglay12{
	font-size: 12px;
	color: #3b3b3b;
	line-height: 130%;
}
.txtglay10{
	font-size: 10px;
	color: #3b3b3b;
	line-height: 130%;
}
.txtblock12{
	font-size: 12px;
	color: #000000;
	line-height: 130%;
}
.txtblock16{
	font-size: 16px;
	color: #000000;
	line-height: 130%;
}
.txtboldblack15{
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	line-height: 130%;
}
.txtboldblack20{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	line-height: 130%;
}
#info a:link {
	color: #0000cc;
	font-size: 12px;
	color: #0000cc;
	line-height: 130%;
	text-decoration: underline;
}
#info a:visited {
	color: #990066;
	font-size: 12px;
	color: #3b3b3b;
	line-height: 130%;
	text-decoration: underline;
}
#info a:hover {
	color: #3b3b3b;
	font-size: 12px;
	color: #3b3b3b;
	line-height: 130%;
	text-decoration: underline;
	background-color: #999999;
}
#info a:active {
	color: #333333;
	font-size: 12px;
	color: #3b3b3b;
	line-height: 130%;
	text-decoration: underline;
}

#menu a:link {
	color: #0000cc;
	font-size: 12px;
	color: #ffffff;
	line-height: 130%;
	text-decoration: underline;
}
#menu a:visited {
	color: #990066;
	font-size: 12px;
	color: #cccccc;
	line-height: 130%;
	text-decoration: underline;
}
#menu a:hover {
	color: #3c3c3c;
	font-size: 12px;
	color: #3b3b3b;
	line-height: 130%;
	text-decoration: underline;
	background-color: #999999;
}
#menu a:active {
	color: #333333;
	font-size: 12px;
	color: #3b3b3b;
	line-height: 130%;
	text-decoration: underline;
}
