/* CSS Document */
/* CSS Document */
body{
	margin: 0px 0px 0px 0px;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: 0.4em;
}

tb{
    font-size:10pt;
	
}

a { 
    font-size:10pt;
    text-decoration: none;
	color:#000000;

	}
	
a:hover{
    text-decoration: underline;

}

.navi{
	color:#666;
	margin-left:18px;
}

.navi a{
    color:#666;
    font-weight: bold;
}

.navi a:hover{
    color:#ff6600;
    font-weight: bold;

}

#sublist{
	font-size:10pt;
	float:right;
	margin-right:10px;
	margin-top:30px;
}


#english{
     font-size:10pt;
	 text-align:right;
	 color:#ff6600;
	 font-weight:bold;
	 
}
#english a{
	 color:#ff6600;
	 font-weight:bold;
	 
}

#content{
	line-height: 150%;
	color:#000;
	font-size:10pt;
	word-spacing: 0.4em;
	
}

.copyright{
text-align:center; 
color:#666;
font-size:9pt;
margin-top: 5px;
}

.h1{
	font-size:11pt;
	font-weight:bold;
}

.h2{
	font-size:11pt;

}
.listtable
{
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color: #ede5bb;
	text-align: center;

}
.listtable td
{
	height: 20px;
	border-right:1px solid #000000;
	font-size:10pt;
	vertical-align: middle;
}

.listborder
{
border-top:1px solid #000000;
}

.indextable
{
border:1px solid #999999;
background-color: #f7f7f7;
}

.indextable td
{
font-size:10pt;
}

.indextable a
{
color:#333333;
}