@charset "utf-8";
/* CSS Document */
body
	{
		background-color:#FFF;
		margin:0px;
		margin-top:42px;
		margin-bottom:42px;
	}
.master_tbl
	{
		width:999px;
		table-layout:fixed;
	}
.header
	{
		height:55px;
		/*background-image:url(../images/Logo.jpg);
		background-repeat:no-repeat;
		background-position:left;*/
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#000033;
		font-weight:bold;
	}
.headerlink_eng a
	{
		background-image:url(../images/icon_eng_o.jpg);
		width:31px;
		height:25px;
		background-repeat:no-repeat;
		display:block;
		text-decoration:none;
		background-position:center;
		margin-right:10px;
	}
.headerlink_eng a:hover
	{
		background-image:url(../images/icon_eng_n.jpg);
		width:31px;
		height:25px;
		background-repeat:no-repeat;
		display:block;
		text-decoration:none;
		background-position:center;
	}
.headerlink_eng_active a
	{
		background-image:url(../images/icon_eng_n.jpg);
		width:31px;
		height:25px;
		background-repeat:no-repeat;
		display:block;
		text-decoration:none;
		background-position:center;
		margin-right:10px;
	}
.headerlink_pur a
	{
		background-image:url(../images/icon_pur_o.jpg);
		width:31px;
		height:25px;
		background-repeat:no-repeat;
		display:block;
		text-decoration:none;
		background-position:center;
		margin-right:10px;
	}
.headerlink_pur a:hover
	{
		background-image:url(../images/icon_pur_n.jpg);
		width:31px;
		height:25px;
		background-repeat:no-repeat;
		display:block;
		text-decoration:none;
		background-position:center;
	}
.headerlink_pur_active a
	{
		background-image:url(../images/icon_pur_n.jpg);
		width:31px;
		height:25px;
		background-repeat:no-repeat;
		display:block;
		text-decoration:none;
		background-position:center;
		margin-right:10px;
	}
.headerlink_spa a
	{
		background-image:url(../images/icon_spa_o.jpg);
		width:31px;
		height:25px;
		background-repeat:no-repeat;
		display:block;
		text-decoration:none;
		background-position:center;
		margin-right:10px;
	}
.headerlink_spa a:hover
	{
		background-image:url(../images/icon_spa_n.jpg);
		width:31px;
		height:25px;
		background-repeat:no-repeat;
		display:block;
		text-decoration:none;
		background-position:center;
	}
.headerlink_spa_active a
	{
		background-image:url(../images/icon_spa_n.jpg);
		width:31px;
		height:25px;
		background-repeat:no-repeat;
		display:block;
		text-decoration:none;
		background-position:center;
		margin-right:10px;
	}
	
/* blank rows / columns */
.blank_row01
	{
		height:12px;
	}
.blank_col01
	{
		width:10px;
	}
	
/* nav */
.nav_left
	{
		background-image:url(../images/nav_left.jpg);
		width:10px;
		height:50px;
		background-repeat:no-repeat;
	}
.nav_right
	{
		width:10px;
		background-image:url(../images/nav_right.jpg);
		background-repeat:no-repeat;
		height:50px;
		background-position:right top;
	}
.nav
	{
		background-image:url(../images/nav_n.jpg);
		height:50px;
		background-repeat:repeat-x;
		width:979px;
	}
.nav_divider
	{
		background-image:url(../images/nav_divider.jpg);
		width:1px;
		background-repeat:no-repeat;
		height:49px;
		background-position:bottom;
	}
.nav_link a
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#333333;
		text-align:center;
		text-decoration:none;		
		height:50px;		
		line-height:50px;
		display:block;
		padding-right:10px;
		padding-left:10px;
		
	}	
.nav_link a:hover
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#fff;
		text-align:center;
		text-decoration:none;
		background-image:url(../images/nav_o.jpg);
		height:50px;
		background-repeat:repeat-x;
		line-height:50px;		
		padding-right:10px;
		padding-left:10px;
	}
.nav_link_active a
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#fff;
		text-align:center;
		text-decoration:none;
		background-image:url(../images/nav_o.jpg);
		height:50px;
		background-repeat:repeat-x;
		line-height:50px;		
		padding-right:10px;
		padding-left:10px;
		display:block;
	}
	
/* flash header */
.flash_header
	{
		/*background-image:url(../images/flash_header.jpg);		
		height:378px;
		display:block;*/
		width:979px;
		padding-left:10px;
		padding-right:10px;
	}

/* data banner */
.data_banner
	{
		/*background-image:url(../images/data_banner_r.jpg);
		height:163px;
		background-repeat:repeat-x;*/
		border:1px #E9E9E9 solid;
		/*padding:10px;*/
	}
.data_banner_detail_section
	{
		width:33%;
		background-color:#FFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#333333;
		text-align:justify;
		vertical-align:top;
		padding:10px;
	}

/* detail links */
.detail_link01 a
	{
		background-image:url(../images/bullet1_n.jpg);
		width:20px;
		height:20px;
		background-repeat:no-repeat;
		display:block;
		text-decoration:none;
	}
.detail_link01 a:hover
	{
		background-image:url(../images/bullet1_o.jpg);
		width:20px;
		height:20px;
		background-repeat:no-repeat;
		display:block;
		text-decoration:none;
	}
.detail_link02 a
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		text-decoration:underline;
		color:#333333;
	}
.detail_link02 a:hover
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		text-decoration:underline;
		color:#06C;
	}
.detail_link03 a
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#333;
		text-decoration:none;
		padding-left:2px;
		padding-right:2px;
	}
.detail_link03 a:hover
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#fff;
		background-color:#002166;
		text-decoration:none;
	}
.detail_link03_active a
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#fff;
		background-color:#002166;
		text-decoration:none;
	}	
.facebook_link a
	{
		background-image:url(../images/icon_face_n.jpg);
		background-repeat:no-repeat;
		width:74px;
		height:18px;
		display:block;
		text-decoration:none;
		margin-left:10px;
	}
.facebook_link a:hover
	{
		background-image:url(../images/icon_face_o.jpg);
		background-repeat:no-repeat;
		width:74px;
		height:18px;
		display:block;
		text-decoration:none;
	}
.fund_bottom_link
	{
		display:block;
		margin-right:10px;
	}
/*.fund_bottom_link
	{
		background-image:url(../images/icon_fundilus_n.jpg);
		width:155px;
		height:23px;
		background-repeat:no-repeat;
		display:block;
		margin-right:10px;
		text-decoration:none;
	}*/
.footer_image_link01 a
	{
		background-image:url(../images/footer_link01_o.jpg);
		background-repeat:no-repeat;
		width:32px;
		height:47px;
		display:block;
		text-decoration:none;
	}
.footer_image_link01 a:hover
	{
		background-image:url(../images/footer_link01_n.jpg);
		background-repeat:no-repeat;
		width:32px;
		height:47px;
		display:block;
		text-decoration:none;
	}
.footer_image_link02 a
	{
		background-image:url(../images/footer_link02_o.jpg);
		background-repeat:no-repeat;
		width:70px;
		height:47px;
		display:block;
		text-decoration:none;
	}
.footer_image_link02 a:hover
	{
		background-image:url(../images/footer_link02_n.jpg);
		background-repeat:no-repeat;
		width:70px;
		height:47px;
		display:block;
		text-decoration:none;
	}	
.footer_image_link03 a
	{
		background-image:url(../images/footer_link03_o.jpg);
		background-repeat:no-repeat;
		width:37px;
		height:47px;
		display:block;
		text-decoration:none;
	}
.footer_image_link03 a:hover
	{
		background-image:url(../images/footer_link03_n.jpg);
		background-repeat:no-repeat;
		width:37px;
		height:47px;
		display:block;
		text-decoration:none;
	}	
.footer_image_link04 a
	{
		background-image:url(../images/footer_link04_o.jpg);
		background-repeat:no-repeat;
		width:73px;
		height:47px;
		display:block;
		text-decoration:none;
	}
.footer_image_link04 a:hover
	{
		background-image:url(../images/footer_link04_n.jpg);
		background-repeat:no-repeat;
		width:73px;
		height:47px;
		display:block;
		text-decoration:none;
	}
	
/* pdoducts */
.products_btn01 a
	{
		background-image:url(../images/products/btn01_n.jpg);
		width:167px;
		height:31px;
		background-repeat:no-repeat;
		display:block;
	}
.products_btn01 a:hover
	{
		background-image:url(../images/products/btn01_o.jpg);
		width:167px;
		height:31px;
		background-repeat:no-repeat;
		display:block;
	}
	
/* D and P */
.dnp_btn01 a
	{
		background-image:url(../images/d_n_p/btn01_n.jpg);
		width:12px;
		height:12px;
		background-repeat:no-repeat;
		text-decoration:none;
		display:block;
		background-position:left;
	}
.dnp_btn01 a:hover
	{
		background-image:url(../images/d_n_p/btn01_o.jpg);
		width:12px;
		height:12px;
		background-repeat:no-repeat;
		text-decoration:none;
	}

/* corporate */
.corporate_link01 a
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:bold;
		color:#999999;
		text-decoration:none;
	}
.corporate_link01 a:hover
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:bold;
		color:#333;
		text-decoration:none;
	}
.corporate_link01_active a
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:bold;
		color:#333;
		text-decoration:none;
	}
.corporate_videolink01 a
	{
		background-image:url(../images/corporate/video_img01_n.jpg);
		width:101px;
		height:91px;
		background-repeat:no-repeat;
		display:block;
		text-decoration:none;
	}
.corporate_videolink01 a:hover
	{
		background-image:url(../images/corporate/video_img01_o.jpg);
		width:101px;
		height:91px;
		background-repeat:no-repeat;
		display:block;
		text-decoration:none;
	}
.corporate_pdflink a
	{
		background-image:url(../images/corporate/video_pdf_n.jpg);
		width:34px;
		height:34px;
		background-repeat:no-repeat;
		display:block;
		text-decoration:none;
	}
.corporate_pdflink a:hover
	{
		background-image:url(../images/corporate/video_pdf_o.jpg);
		width:34px;
		height:34px;
		background-repeat:no-repeat;
		display:block;
		text-decoration:none;
	}
.corporate_arrowlink01 a
	{
		background-image:url(../images/corporate/btn01_n.jpg);
		width:22px;
		height:22px;
		background-repeat:no-repeat;
		display:block;
		text-decoration:none;
	}
.corporate_arrowlink01 a:hover
	{
		background-image:url(../images/corporate/btn01_o.jpg);
		width:22px;
		height:22px;
		background-repeat:no-repeat;
		display:block;
		text-decoration:none;
	}
	
	
	
	
	
	



/* data */
.data_container
	{
		padding:10px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#333333;
		text-align:justify;
		vertical-align:top;
	}
.data_container_detail
	{
		padding:10px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#333333;
		text-align:justify;
		vertical-align:top;
		background-color:#F5F5F5;
		border-left:10px #FFF solid;
		border-right:10px #FFF solid;
	}
	

/* footer */
.footer_data
	{
		padding-left:10px;
		padding-right:10px;
	}
.footer_left
	{
		/*background-image:url(../images/img_footer.jpg);*/
		height:47px;
		/*background-repeat:no-repeat;
		background-position:left top;*/
		width:350px;
	}
.footer_right
	{
		width:637px;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		color:#333333;
		font-size:11px;
	}
.footer_link01 a
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#333333;
		text-decoration:none;
		display:block;
		padding-right:15px;
		padding-left:15px;
		height:22px;
		line-height:22px;
		text-align:center;		
	}	
.footer_link01 a:hover
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#00488C;
		text-decoration:none;
		display:block;
		padding-right:15px;
		padding-left:15px;
		height:22px;
		line-height:22px;
		text-align:center;		
	}
.footer_link02 a
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#333333;
		text-decoration:none;
		display:block;		
		height:22px;
		line-height:22px;
		text-align:center;		
		padding-right:3px;
		padding-left:3px;
	}	
.footer_link02 a:hover
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#900;
		text-decoration:none;
		display:block;		
		height:22px;
		line-height:22px;
		text-align:center;		
		padding-right:3px;
		padding-left:3px;
	}	
.footer_link_divider
	{
		width:1px;
		background-color:#333333;
		height:22px;
	}
	
	
	
	