* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
img {
	border: none;
	vertical-align: top;
}
body	{
	width: 1003px;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	color: #000000;
	background-color: #ffffff;
}
#header	{
	width: 100%;
	background: #ffffff;
}
#logo	{
	float: left;
	width: 1003px;
	height: 61px;
	left: 0px;
	top: 0px;
	margin: 0px;
	background-color: #192d52;
}
#navigation	{
	clear: both;
	float: left;
	z-index: 100;
	top: 61px;
	left: 0px;
	width: 1003px;
	height: 24px;
	background-color: #192d52;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
	float: left;
	width: 107px;
	margin: 0px;
	height: 24px
}
#navigation	li a {
	display: block;
	width: 100%;
	padding: 1px 0;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #192d52;
}
#navigation li a:hover {
	color: #ffffff;
	background-color: #ff8800;
}
#navigation ul ul {
	background: #192d52;
}
#navigation ul ul li{
	float: none;
}
#navigation ul ul li a{
	border-top: 0px solid #ffffff;
	background: none;
	font-size: 70%;
	font-weight: normal;
	padding: 5px 0;
}
#navigation ul ul li a:hover {
	color: #ffffff;
	background-image: none;
	background-color: #ff88000;
}
#navigation ul li.parent ul {
	display: none;
}
#navigation ul li.parentOn ul {
	display: block;
}
#navigation ul li.parentOn2 ul {
	display: block;
}

#report {
	clear: both;
	float: left;
	width: 1003px;
	margin: 0px;
}
#report h1 {
	width: 975px;
	height: 40px;
	clear: both;
	margin: 10px;
	border-style: dotted solid;
	border-color: #000000;
	border-width: 0px 0px 2px 10px;
	color: blue;
	font-size: 150%;
	font-style: normal;
	font-weight: borld;
}
#report h1 a {
	float: left;
	margin: 20px 0px 1px 15px;
	font-size: 50%;
	font-style: normal;
	font-weight: normal;
}
#report h2 {
	float: left;
	margin: 0px 0px 0px 10px;
	font-weight: borld;
}
#report h1 h3 {
	float: left;
	margin: 17px 0px 1px 10px;
	font-size: 70%;
}
#report h1 h4 {
	float: left;
	margin: 0px 0px 1px 10px;
	font-style: normal;
	font-size: 95%;
	ruby-align: distribute-letter;
	ruby-position: above ;
}
#report h1 h4 rt {
	margin: 0px 0px 0px 0px;
	font-size: 40%;
	font-weight: normal;
}
#report h1 h5 {
	float: left;
	margin: 17px 0px 1px 10px;
	font-size: 70%;
}
#report strong {
	color: #dd7700;
}
#report p {
	clear: both;
	line-height: 1.6;
	float: left;
	width: 983px;
	margin: 10px;
	color: black;
	font-weight: normal;
	
}
#report p image {
	float: right;
	margin-left: 5px;
}
#report p.note {
	clear: both;
	float: left;
	width: 960px;
	line-height: 1.6;
	border: double 3px #86a9c2;
	padding: 3px 10px 7px 10px;
	font-size: 85%;
}
#report p.note rt {
	margin: 0px;
	font-size: 60%;
	font-weight: normal;
}
#report p.note2 {
	float: left;
	width: 960px;
	line-height: 1.6;
	border: double 3px #86a9c2;
	padding: 3px 10px 7px 10px;
	font-size: 85%;
}
#report p.note2 image {
	float: right;
	margin-left: 5px;
}
#copyright {
	float: left;
	color: white;
	font-family: Arial, Verdana, sans-serif;
	background-color: #3c2100;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	width: 1003px;
	height: 23px;
	border: 0;
}