html, body {
	margin: 0px;
	margin-top: 5px;
	text-align: center;
	font-family: Verdana;
}
#header {
	margin: auto auto;
	border-top: #003399 solid 1px;
	border-left: #003399 solid 1px;
	border-right: #003399 solid 1px;
	height: 120px;
	width: 756px;
}
#header-left {
	width: 436px;
	float:left;
}
#header-logo { }
#header-info {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
#header-right {
	float:left;
	width: 320px;
	height: 118px;
}
#container {
	margin: auto auto;
	width: 756px;
	border: #003399 solid 1px;
}
#web-menu {
	vertical-align: top;
	display: table-cell;
	width: 130px;
	border-right: #003399 solid 1px;
	background: url("/img/mnu_bg.jpg") repeat;
	font-size: 12px;
	text-align: left;
}
#web-content {
	padding: 4px;
	display: table-cell;
	width: 625px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
}
#navigation {
	font-weight: bold;
	font-size: 10px;
}
#ma-list {
	margin: auto auto;
	width: 450px;
}
#ma-headl {
	background-color: #003399;
	border: #000000 1px solid;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	float: left;
	width: 30px;
}
#ma-headr {
	background-color: #003399;
	border: #000000 1px solid;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	float: left;
	width: 416px;
}
#ma-rowl {
	float: left;
	text-align: center;
	width: 30px;
}
#ma-rowr {
	float: left;
	text-align: left;
	padding-left: 4px;
	width: 416px;
}
.ma-row1 {
	cursor:pointer;
}
.ma-row2 {
	background-color: #CEDCF6;
	cursor: pointer;
}
.ma-row1:hover, .ma-row2:hover {
	background: #6699FF;
}
#ma-show {
	margin: auto auto;
	width: 600px;
}
#ma-goback {
	font-weight: bold;
	text-align: left;
	font-size: 10px;
	width: 600px;
}
#ma-showid, #ma-showpr {
	background-color: #003399;
	border: #000000 1px solid;
	color: #ffffff;
	text-align: right;
	font-weight: bold;
	float: left;
	width: 70px;	
}
#ma-showidnr, #ma-showprn {
	border: #000000 1px solid;
	text-align: left;
	padding-left: 2px;
	float: left;
	width: 524px;
}
#ma-showdesc {
	width: 598px; 
	border: #000000 1px solid;
}
#footer {
	padding-top: 5px;
	margin: auto auto;
	width: 756px;
	color: #000000;
	font-size: 10px;
	text-align: center;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}