p, div, h1, h2, h3, h4, h5, h6, ol, ul, li, td, a {
	font-family: sans-serif, Tahoma;
	text-align: left ;
	color: #333333;
}



body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #F6F5F5
}

a {
	font-size: 12px;
}

#main-body {
	width: 100%;
	height: 100%;
	text-align: center;
}

#main-body .main-table {
	width: 770px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
}

#main-body .welcome-table {
	width: 770;
	height: 92px;
	text-align: center;
}

#main-body .content-table {
	width: 100%;
	text-align: center;
}

#main-body .main-header {
	height: 100px;
	vertical-align: top;
	text-align: left;
}

#main-body .main-tr {
	height: 100%;
	vertical-align: top;
	text-align: left;
}

#main-body .left-td {
	width: 130px;
	background-color: #294060;
}

#main-body .gap-td {
	width: 10px;
}

#main-body .body-td {
	text-align: left;
	width: 640px;
}

.main-menu {
	width: 100%;
	height: 20px;
}

a.left-menu:link, a.left-menu:active, a.left-menu:visited, a.left-menu:hover {
	color: #FFFFFF; font-size: 14px; font-weight: bold; text-decoration: none; margin-left: 10px;
}

a.sub-left-menu:link, a.sub-left-menu:active, a.sub-left-menu:visited, a.sub-left-menu:hover {
	color: #E2E2E2; font-size: 12px;  text-decoration: none; margin-left: 10px;
}

.footer {
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	background-color: #294060;
}

.detail {
	font-size: 12px;
	padding: 5px;
	text-align: left;
	color: #333333;
}

.highlight  {
	color: #003366; font-size: 16px; font-weight: bold; text-decoration: none; margin-left: 0px;
}

.highlight-detail  {
	color: #003366; font-size: 12px; font-weight: bold; text-decoration: none; margin-left: 0px;
}



