/* CSS Document */
body
{
    width: 1024px;
	margin-top: 30px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    font-family: Sylfaen;
	font-size: 12px;
	color: #000000;
	background-image:url(../imgs/bg.gif)
}

.table_main
{
background-color:#FFFFFF;
border-bottom:1px solid #000000;
border-top:1px solid #000000;
border-left:1px solid #000000;
border-right:1px solid #000000;
}

.table_header
{
background-image:url(../img/header_bg.gif);
height:90px;
}

.eng_version
{
background-color:#9ec6e2;
border-bottom:1px solid #ffffff;
border-top:1px solid #ffffff;
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
}

.menu_left
{
background-color:#F3F3F3;
}

.main A:link {text-decoration: none; font-weight:bold; color: #85C226;}
.main A:visited {text-decoration: none; font-weight:bold; color: #85C226;}
.main A:active {text-decoration: none; font-weight:bold; color: #85C226;}
.main A:hover {text-decoration: none; font-weight:bold; color: #548408;}
