*html, body, div {
	margin: 0; 
	padding: 0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	background-image: url(http://www.mis-asia.com/__data/assets/image/0009/159552/bg.gif);
	background-repeat: no-repeat;
}
#bigC {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
	background-image: url(http://www.mis-asia.com/__data/assets/image/0011/159554/bg.jpg);
	background-repeat: no-repeat;
}
#navigation {
	position: absolute;
	z-index: 9999;
	height: 83px;
	width: 744px;
	left: 30px;
	top: 10px;
}
#leftCol {
	width: 560px;
	padding-top: 5px;
	padding-left: 10px;
        padding-right: 10px;
	background-color: #FFF;
	margin-left: 30px;
	float: left;
        text-align:justify;
}
#adBox {
	float: left;
	width: 120px;
	padding: 10px;
	margin:  0 0 0 5px;
	background-color: #FFF;
	height: 500px;
	
}
#footer {
	clear: both;
	width: 800px;
}
h1 {
	font-size: 1.2em;
	color: #06F;
}
h2 {
	font-size: 1.1em;
	color: #666;
}
.collapse {
    background: transparent url('http://www.mis-asia.com/__data/assets/image/0007/159613/collapse.png') no-repeat scroll 0% 0%;
    height: 20px;
    position: relative;
    width: 145px;
}

.expand {
    background:transparent url('http://www.mis-asia.com/__data/assets/image/0006/159612/expand.png') no-repeat scroll 0% 0%;
    display:none;
    height:20px;
    position:relative;
    width:145px;
}
.example {
    background: #fff none repeat-x scroll left top;
    border: dotted 1px #CCC;
    width: 480px;
    margin: 20px auto;
    clear: both;
}

.table-bg {
    background-image: url(http://www.mis-asia.com/__data/assets/image/0007/161287/table_bg.png); 
    background-repeat: no-repeat;
    color: #fff;
}

td {
	border: thin dotted #666666;
        text-align: left;
}

.cat-bg {
    background-color: #FC0;
}

tr:hover td {
        border: thin solid #0cf;
        color: #09f;
        font-weight: bold;
}

.logo { padding:0 15px 5px 0; float:left; }
