* html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/* compatible for v 1.3 */ 
body,p,th,td,input,select,textarea{
    font-size:12px;
    color:#111111;
}
body{
	margin:0;
	padding:0 10px 0 10px;
	text-align:center;
	background-color:#FFF;
}
table{
	text-align:left;
}
p{
	margin:15px 0 15px 0;
	padding:3px 0 3px 0;
}
hr{
	border:#000000 0 solid;
	border-top: #D1D7DC 1px solid;
	height: 0;
}
img{
	border:0;
}
form{
	margin:0;
	padding:0;
}

.B,H1,.boldFontSize12{
	font-size:12px;
	font-weight:bold;
	
}
.C,.fontSize14 {
	font-size:14px;
}

.CB,.M,.L,.boldFontSize14{
	font-size:14px;
	font-weight:bold;
}

.D,.C1,.fontSize16{
	font-size:16px;
}

.DB,.boldFontSize16{
	font-size:16px;
	font-weight:bold;
}

.H{
	color:#FF5500;
}

.green{
	color: green;
}

.grey{
	color: cccccc;
}


red {
	color: red;
}

.G{
	color:#666666;
}

.EN{
	font-family: Arial;
}

.LM {
	line-height:120%;
}

.LL{
	line-height:150%;
}

.LG{
	line-height:200%;
}

.ImgB {
	border: 1px solid #DDDDDD;
} 

.HackBox{
   border-top:1px solid transparent !important;
   border-top:0;
   clear:both;
}

.hidden{
	display:none;
}

.invisible{
	visibility:hidden;
}

