/* Common */

body {
	margin: 0px;
	padding:0px;
	background-color: #938D83;
	}
body, td, p, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #FFFFFF;
}

/* MasterFrame */

.masterFrame {
	width:700px;
	height:100%;
	margin: auto;
	}
.topFrame {
	width:100%;
	height:200px;
	margin-top:50px
	}
.midFrame {
	width:555px;
	height:345px;
	padding-left:145px;
	padding-top: 60px;
	padding-bottom: 50px;
	}
.footerFrame {
	width:555px;
	height:30px;
	padding-top:15px;
	padding-left:145px;
	}
.logoFrame {
	position: absolute;
	width:183px;
	height:104px;
	margin-left:517px;
	}
.tablelineTop {
	position:absolute;
	width:100%;
	height:1px;
	margin:0px;
	top:87px;
	background-color:#FFFFFF;
	}
.tablelineMid {
	position:absolute;
	width:100%;
	height:10px;
	margin:0px;
	top:250px;
	background-color:#FFFFFF;
	}
.tablelineBottom {
	position:absolute;
	width:100%;
	height:5px;
	margin:0px;
	top:700px;
	background-color:#FFFFFF;
	}

/* Navi Frame */

.nvFrame {
	position:absolute;
	width:145px;
	height:107px;
	margin-top:74px;
	}
a{text-decoration:none; outline:none}
a:hover{text-decoration:none}
.nvFrameIn a{padding-left:10px;font-size:14px;line-height:16px; color:#FFFFFF}
.nvFrameIn a:hover{color:#C6C3BE}
.nvFrameTxt{background-color:#FFFFFF;height:17px; width:380px;padding-left:10px;font-size:14px;line-height:16px;color:#938D83}

/* font types */
.berangan15 {font-size:15px;line-height:16px; color:#FFFFFF}
.berangan10 {font-size:10px;line-height:16px; color:#FFFFFF;text-decoration: underline}
