body {
	margin: 20px 0px 10px 0px;
	padding: 0px;
	background-color: #D3D3D3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #59738E;
	text-decoration: none;
}
a:link { color: #990100; text-decoration: none; }
a:visited { color: #990100; text-decoration: none; }
a:active { color: #990100; text-decoration: none; }
a:hover { color: #003399; text-decoration: none; }
img { border: 0px; }

#main_c { width: 760px; }
#header {  }
#body {
	background-image: url('../images/gui/bg_body.gif');
	background-repeat: repeat-y;
	padding-left: 1px;
	padding-right: 3px;
	text-align: left;
}
#footer {
	background-image: url('../images/gui/bg_footer.gif');
	background-repeat: no-repeat;
	height: 16px;
	font-size: 0px;
}
.left {
	background-image: url('../images/gui/bg_v_spacer.gif');
	background-repeat: repeat-y;
	background-position: right top;
}
.right {
	background-image: url('../images/gui/bg_v_spacer.gif');
	background-repeat: repeat-y;
	background-position: left top;
}

.v_banner { width: 132px; margin-left: 5px; }
.v_banner .vtop {
	height: 14px;
	background-image: url('../images/gui/bg_v_banner_top.gif');
	background-repeat: no-repeat;
}
.v_banner .vbody {
	background-image: url('../images/gui/bg_v_banner_body.gif');
	background-repeat: repeat-y;
	padding-left: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
}
.v_banner .vbottom {
	height: 6px;
	font-size: 0px;
	background-image: url('../images/gui/bg_v_banner_bottom.gif');
	background-repeat: no-repeat;
}

.m_data { width: 480px; margin-left: 3px; }
.m_data .vtop {
	height: 14px;
	background-image: url('../images/gui/bg_m_top.gif');
	background-repeat: no-repeat;
}
.m_data .vbody {
	background-image: url('../images/gui/bg_m_body.gif');
	background-repeat: repeat-y;
	padding-left: 1px;
	padding-right: 3px;
	height: 1%;
}
.m_data .vbottom {
	height: 6px;
	font-size: 0px;
	background-image: url('../images/gui/bg_m_bottom.gif');
	background-repeat: no-repeat;
}
.title_1 {
	border-top: 1px solid #647182;
	border-bottom: 1px solid #647182;
	line-height: 12px;
	background-image: url('../images/gui/bg_title_1.gif');
	background-repeat: repeat-x;
	background-position: left center;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
.title {
	border-bottom: 1px solid #647182;
	line-height: 14px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #003399;
	padding-bottom: 3px;
}
.menu_left {
	width: 126px;
	margin-bottom: 3px;
}
.menu_left .vtop {
	height: 14px;
	background-image: url('../images/gui/bg_menu_top.gif');
	background-repeat: no-repeat;
	padding-left: 7px;
	font-weight: bold;
	color: #FFFFFF;
}
.menu_left .vtop1 {
	height: 14px;
	background-image: url('../images/gui/bg_menu_top1.gif');
	background-repeat: no-repeat;
	padding-left: 7px;
	font-weight: bold;
	color: #FFFFFF;
}
.menu_left .vbody {
	background-image: url('../images/gui/bg_menu_body.gif');
	background-repeat: repeat-y;
	padding-left: 7px;
	padding-right: 7px;
}
.menu_left .vbody a {
	color: #990100; display: block; font-weight: bold;
}
.menu_left .vbody a:hover {
	color: #003399;
}
.menu_left .vbottom {
	height: 5px;
	font-size: 0px;
	background-image: url('../images/gui/bg_menu_bottom.gif');
	background-repeat: no-repeat;
}
.text_red { color: #990100; }