@charset "utf-8";
/* print style */

.noprint {display: none;}
.yesprint {display: inline;}

body
{
    margin: 0px; padding: 0px;
    font: 12px arial;
    color: black;
    background-color: #ffffff;
	 overflow:hidden;
}
div { background-color: #ffffff; }

div.scrolling {margin:0px; overflow: visible !important;}
div.scrolling2 {margin:0px; overflow: visible !important;}

td {font: 12px arial; color: black;}
table.market th {font: bold 12px arial; color: black; padding: 2px 8px 2px 16px; border-bottom: 1px solid black; }
table.market td {font: 12px arial; color: black; padding: 2px 8px 2px 16px; border-bottom: 1px solid black; }

hr { color: #000000; height: 1px; background-color: #000000; border-width: 0px; }

table.detail {width: 661px;}
