#table1{
}

#table1 td{
	vertical-align:top;
}

#table1 .width{
	padding:0;
}

#table2{
}

#table2 td{
	padding-right:15px;
}

#detail{
	/*width:560px;*/
	border-collapse:collapse;
	border-bottom:solid 1px #333333;
	border-left:solid 1px #333333;
}
#detail th{
	font-weight:normal;
	text-align:center;
	border-top:solid 1px #333333;
	background:#e6e6e6;
}
#detail th,
#detail td{
	padding:3px;
	border-width:1px;
	border-right-style:solid;
	border-color:#333333;
}
#detail .solid td{border-top-style: solid ;}
#detail .dotted td{border-top-style: dotted ;}
#detail .none td{border-top-style: none ;}

#contentsArea dl{margin:0 0 5px 25px; padding:0;}
#contentsArea dd{margin-left:25px; margin-bottom:5px; padding:0;}
