body{/*background-image: url('../images/bg_top.gif'); background-repeat: repeat-x; */font-size: 11pt; color:#3D3D3D;line-height: 14pt;}
/* body, th, td, input, select, textarea, checkbox {font-family: "Arial"; font-size: 11pt;line-height: 18pt;} */
body, th, td {font-family: "Arial"; font-size: 11pt;line-height: 18pt;}
input, select, textarea, checkbox {font-family: "Arial"; font-size: 11pt;line-height: 14pt;}



a:link          {text-decoration: none; color: #0C7C00;}
a:visited       {text-decoration: none; color: #0C7C00;}
a:active        {text-decoration: none; color: #FF6600;}
a:hover         {text-decoration: underline; color: #FF6600;}

.word           {font-family: "Arial"; font-size: 11pt;line-height: 20pt;}

.menu a{
	font-family: "Arial", "Helvetica", "sans-serif";
/*	font-size: 11pt;*/
	color: #575757;
	text-decoration: none;

}

.menu a:visited{
    color:#575757;
}

.menu a:hover{
	font-family: "Arial", "Helvetica", "sans-serif";
/*	font-size: 11pt;*/
	color: #000000;
	text-decoration: underline;
}

.body a{
	font-family: "Arial", "Helvetica", "sans-serif";
/*	font-size: 11pt;*/
	color: #F27800;
	text-decoration: none;

}

.body a:visited{
    color:#F27800;
}

.body a:hover{
	font-family: "Arial", "Helvetica", "sans-serif";
/*	font-size: 10pt;*/
	color: #000000;
	text-decoration: underline;
}


.eng_menu a{
	font-family: "Arial", "Helvetica", "sans-serif";
/*	font-size: 9pt;*/
	color: #2087FB;
	text-decoration: none;
	line-height: 12pt;

}

.eng_menu a:visited{
    color:#2087FB;
    line-height: 12pt;
}

.eng_menu a:hover{
	font-family: "Arial", "Helvetica", "sans-serif";
/*	font-size: 9pt;*/
	color: #272727;
	text-decoration: none;
	line-height: 12pt;
}


.link a{
	font-family: "Arial", "Helvetica", "sans-serif";
/*	font-size: 9pt;*/
	color: #0075EC;
	text-decoration: none;

}

.link a:visited{
    color:#E80808;
}

.link a:hover{
	font-family: "Arial", "Helvetica", "sans-serif";
/*	font-size: 9pt;*/
	color: #0075EC;
	text-decoration: underline;
}



.location a{
	font-family: "Arial", "Helvetica", "sans-serif";
/*	font-size: 9pt;*/
	color: #FF5D5D;
	text-decoration: none;

}

.location a:visited{
    color:#FF5D5D;
}

.location a:hover{
	font-family: "Arial", "Helvetica", "sans-serif";
/*	font-size: 9pt;*/
	color: #484848;
	text-decoration: underline;
}

.back a{
	font-family: "Arial", "Helvetica", "sans-serif";
/*	font-size: 9pt;*/
	color: #FF0BEB;
	text-decoration: none;

}

.back a:visited{
    color:#FF0BEB;
}

.back a:hover{
	font-family: "Arial", "Helvetica", "sans-serif";
/*	font-size: 9pt;*/
	color: #FF0000;
	text-decoration: underline;
}

.link a{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11pt;
	color: #AB6120;
	text-decoration: none;

}

.link a:visited{
    color:#AB6120;
}

.link a:hover{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11pt;
	color: #7777777;
	text-decoration: underline;
}

.CWBtn {
  color:#383838;
  background-color:#DDF4FF;border:1 solid lightgrey
}

.CWTrTitle {
  background-color:#D6E6FE;
}


/* Quick Links 2013-05-03 */
#quick{
	margin:0;
	padding:10px;
	list-style:none;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	overflow:auto;
}
#quick li{
	float:left;
	width:49%;
}
#quick li a{
	display:block;
	line-height:180%;
	font-size:15px;
	color:#333;
	text-align:center;
	border:1px solid #79caf8;
	padding:10px;
	margin:0 10px 10px;
	background:#f6fdff;
}
#quick li a:hover{
	background:#cff5ff;
	text-decoration:none;
}

/* 2014.07.18 */
#important-info{
	display:none;
	position:fixed; top:0; left:0; z-index:99999; 
	width:100%; height:100%;
}
#important-info #lightboxOverlay {
	position:fixed; top:0; left:0; z-index:1;
	height:100%; width:100%;
	background-color:black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8; -moz-opacity: 0.8; -webkit-opacity: 0.8;
}
#important-info #main{text-align:center; position:relative; z-index:99999;}
#important-info span{display:inline-block; *display:inline; zoom:1; position:relative; margin-top:100px;}
#important-info img{
	max-width:900px!important;height:auto!important;width:expression(this.width > 900 ? "900px" : this.width)!important;
	display:block;
	margin:0 auto;
}
#important-info .close{
	display:block;
	background:url(../images/close.png) 50% 50% no-repeat;
	width:27px; height:27px;
	text-indent:-99999em;
	position:absolute; top:-32px; right:0px;
}	

.tab{margin:0 0 12px; padding:0; list-style:none; box-sizing:border-box; height:32px;}
.tab li{box-sizing:border-box; float:left; width:50%;}
.tab li a{display:block; line-height:32px; text-align:center; background:#f4f4f4; color:#333; border:1px solid #ccc;}
.tab li a.active{background:#fff; color:#06F; border-bottom:none;}
	

/* Home list 2015-12-11 */
.home_list{
	margin:10px 0;
}
.home_list tr:first-child td{
	border:0;
}
.home_list td{
	padding:8px 0;
	border-top:1px solid #ccc;
}
	
	