html {
	margin:0;
	padding:0;
	height:100%;
	overflow-y: scroll;
}
body {
	margin:0;
	padding:0;
	height:100%;
}
body, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img {
	border:none;
	-ms-interpolation-mode: bicubic;
}
a:link, a:hover, a:active, a:visited {
	color:#060735;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
p {
	margin:0;
	padding:10px 0;
}
ul, li {
	margin:0;
	padding:0;
}
h1, h2, h3 {
	margin:0;
	padding:0;
	color:#455DA0;
}
h1 {
	font-size:180%;
	padding:18px 0 10px;
}
h2 {
	font-size:150%;
	padding:15px 0 7px;
}
h3 {
	font-size:120%;
	padding:12px 0 4px;
}



#body {
	position:relative;
	width:100%;
	min-height:100%;
	background:url(../images_fm/bg_header.jpg) left top repeat-x;
}
#bottom {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:37px;
	background:url(../images_fm/bg_foot.gif) top left repeat-x;
}
#full_page, #page_foot {
	width:960px;
	margin:0 auto;
	position:relative;
}
#page_head {
	height:166px;
	background:url(../images_fm/bg_head.png);
}
#status_pane {
	float:right;
	margin-top:30px;
	margin-right:10px;
	color:#DBE2EF;
}
#status_pane div {
	text-align:right;
}
#status_pane strong {
	color:#fff;
	font-weight:bold;
}
#status_pane a {
	color:#DBE2EF;
	text-decoration:none;
}
#status_pane a:hover {
	text-decoration:underline;
}

#menu_main {
	position:absolute;
	top:82px;
	left:0;
	height:41px;
	overflow:hidden;
}
#menu_main ul {
	margin:0;
	padding:0;
	list-style:none;
}
#menu_main li {
	margin:0;
	padding:0;
	float:left;
}
#menu_main a {
	display:block;
	padding-right:6px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
#menu_main a span {
	display:block;
	padding:0 12px 0 18px;
	padding-top:10px;
	line-height:26px;
}
#menu_main a:hover, #menu_main a.active {
	background:url(../images_fm/menu01_active_r.png) top right no-repeat;
	text-decoration:none;
}
#menu_main a:hover span {
	background:url(../images_fm/menu01_active_l.png) top left no-repeat;
	height:27px;
}
#menu_main a.active span, #menu_main a.active:hover span {
	background:url(../images_fm/menu01_active_l.png) top left no-repeat;
	height:31px;
}
.menu_sub {
	position:absolute;
	top:123px;
	left:0;
	height:38px;
	overflow:hidden;
}
.menu_sub ul {
	margin:0;
	padding:0;
	list-style:none;
}
.menu_sub li {
	margin:0;
	padding:0;
	float:left;
}
.menu_sub a {
	display:block;
	font-weight:normal;
	text-decoration:none;
	color:#fff;
}
.menu_sub a:hover, .menu_sub a.active {
	text-decoration:none;
}
.menu_sub a span {
	line-height:38px;
	padding:0 18px;
	text-decoration:underline;
}
.menu_sub a:hover span, .menu_sub a.active span {
	text-decoration:none;
}

#page_body {
	position:relative;
	min-height:200px;
	padding:20px 20px 57px 20px;
	background:#fff url(../images_fm/bg_body.png) top left repeat-x;
}
.content {
	padding:20px 40px;
}

#page_foot {
	height:37px;
}
#page_foot p {
	margin:0;
	padding:10px 0;
	text-align:center;
}

#alert_err {
	margin:10px 40px;
	padding:10px;
	border:1px solid #900;
	color:#900;
	text-align:center;
}
#alert_msg {
	margin:10px 40px;
	padding:10px;
	border:1px solid #455DA0;
	color:#455DA0;
	text-align:center;
}


