BODY { 
    MARGIN:           0px;
    font-family: 'MS UI Gothic';
    FONT-SIZE:        11pt;
    COLOR:            #000000;
    BACKGROUND-COLOR: ivory;
}

TABLE {
    FONT-SIZE: 10pt;
	border-collapse:collapse;
	table-layout:fixed;
}

.title {
	font-family: "MS UI Gothic";
	font-size: 14pt;
	font-weight: bold;
}


td.col_title {
    FONT-SIZE: 11pt;
	font-weight: bold;
	background-color: #FFECFE;

}

td.col_title2 {
    FONT-SIZE: 10pt;
	font-weight: bold;

}

td.col_data{
}

.must {color:red; font-weight:bold;font-size:10pt;}
.must2 {color:blue; font-weight:bold;font-size:10pt;}


input.btn1{
	width:100px;
}

input.IMEOffOnly
{
ime-mode:disabled;
}

input.IMEOn
{
ime-mode:active;
}

input.IMEOffRight
{
ime-mode:disabled;
text-align: right;
}


