html {min-height:100%; _height:100%;}
body {min-height:100%; _height:100%; padding: 0; margin: 0; font-family: Arial, Helvetica, sans-serif; color: #262E3F; font-size: 12px; line-height: 14px;}
a {text-decoration: none;color: #0095DA;}
a:hover {text-decoration:underline;}
.main {width: 1024px; margin: 0 auto; margin-top:5px; background: url(images/bg.jpg) bottom repeat-x #fff; padding: 0 0 0px 0; border:2px solid #0094da;}
.header {background: url(images/header_bg_res.gif) left bottom repeat-x #fff; border-bottom: 3px solid #fff;}
	.header .inhead_01 {background: url(images/header_bg.jpg) right bottom no-repeat; padding: 77px 0 0 69px; height: 158px;}
	.header img {border: 0;}
.menu {padding: 0 0 0 63px; margin: 0; height: 39px; background: #0095DA; list-style: none;}
	.menu li {padding: 0; margin: 0; float: left;}
	.menu li a {display: block; background: url(images/menu_out.gif) left 7px no-repeat; padding: 0 15px 0 21px; font-family: Verdana; font-size: 16px; line-height: 39px; color: #fff; text-decoration: none;}
	.menu li a:hover {text-decoration: underline;}
	.menu li.act a {background: url(images/menu_act_arrow.gif) 9px top no-repeat;}
	.menu li.left a {background: none;}

	/*menu_account*/
#menu_account {
	width:170px;
	height:auto;
	margin-top:18px;
	margin-left:2px;
	border:1px solid black;
	background:#0094da;
	float:left;
}

#ul_account{
	list-style-type:none;
	margin:0px;
	padding:2px 2px 2px 2px;
}

#ul_account li{
	height:auto;
	padding-top:2px;
	padding-bottom:2px;
	margin:2px 0px 2px 0px;
	background-color:#D1E5FF;
	border: 2px outset #C3C4C4;
}

#ul_account li:hover{
	background:#fff;
}

.account_content {
	padding: 18px 5px 20px 180px;*/
	width:800px;

}


;.content {margin: 18px 73px 20px 71px; }
.content {padding: 5px 5px 5px 5px; margin: 0px 0px 0px 0px; }

.footer {padding: 10px 0 10px 77px; min-height: 14px; background: #0095DA; color: #fff;}
.footer a {color:#68C5FF; font-weight:bold; }
.block_01 {border: 1px solid #C3C4C4;margin: 18px 73px 20px 71px; }
	.block_01 .inbl01_01 {border: 1px solid #fff; background: #D9D9D9;min-height:330px; }
	.block_01 .inbl01_02 {border: 1px solid #fff; background: url(images/block_01_bg.gif) 543px top no-repeat #D9D9D9;}

.pad_01 {padding: 17px 30px 30px 35px;}
.pad_02 {padding: 2px 2px 2px 2px;}

;.pad_02 {padding: 17px 40px 30px 35px;}

.img_01 {border: 1px solid #A8A8A8; float: left; margin: 0 40px 0 0;}

.cut_01 {}
	.cut_01 .c01_01 {width: 520px; float: left;}
	.cut_01 .c01_02 {width: 168px; float: right;}
.cut_02 {padding: 15px 0 0 0;}
	.cut_02 .c02_01 {width: 170px; float: left; padding: 0 55px 0 8px;}
		.cut_02 .c02_03 {width: 230px; float: left; padding: 0 55px 0 8px;}
	.cut_02 .c02_02 {width: 170px; float: left; padding: 0 0 0 8px;}
	.cut_02 img {margin: 0 0 17px 6px; border: 0;}

.list_01 {padding: 0; margin: 0; list-style: none; }
	.list_02 li {padding: 2px 0 2px 0; margin: 0;}
	.list_01 li a {padding: 0 0 0 19px; display: block; background: url(images/arrow_01.gif) left 3px no-repeat; color: #262E3F; text-decoration: none;}

h1 {background: url(images/tit_01_bg.gif) bottom repeat-x; padding: 0 0 4px 0; margin: 0 0 10px 0; font-family: Verdana; font-size: 16px; line-height: 20px; color: #005A84; font-weight: normal; font-style: italic;}
	h1 span {color: #000;}

p {padding: 14px 0 0 0; margin: 0;}

.clearall {clear: both;}


table.clean
{text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
width: auto;
background-color: #666;
white-space:nowrap;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.clean td
{background-color: #CCC;
color: #000;
padding: 4px;
text-align: left;
white-space:nowrap;
border: 1px #fff solid;}

table.clean td.hed
{background-color: #666;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
white-space:nowrap;
font-weight: bold;}

table.clean td.right
{background-color: #666;
color: #fff;
padding: 4px;
text-align: right;
border-bottom: 2px #fff solid;
font-size: 12px;
white-space:nowrap;
font-weight: bold;}


/***** info popups *****/
a.info {
position:relative;
color:black;
      text-decoration:none;
}
/* Added to solve the z-order problem of IE */
a.info:hover {
	z-index:2;
}
/* End */
a.info span{
    display: none;
}
a.info:hover span{
	display:block;
	position:absolute;
	z-index:1;
	top:2em;
	left:10em;
	width:25em;
	border:1px solid #007dc5;
	background-color:#74c5f2;
	color:#FFF;
	text-align:justify;
	font-size:10px;
	font-weight:bold;
	padding:3px;
	line-height:15px;
}