@charset "utf-8";
/* CSS Document */
body{
	margin:auto;
	font-family: Tahoma, MS Sans Serif, Verdana ;
	background-color:#e4edf0;
	font-size: 13px;
}
.txtWhiteHead{
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.txtGray{
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	line-height: 20px;
}
.txtBlack{
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
.txtBlackTitle{
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
.txtRed{
	font-size: 13px;
	color: #CC0000;
	text-decoration: none;
}
.txtGreen{
	font-size: 13px;
	color: #009900;
	text-decoration: none;
}
.txtWhiteTitle{
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
.txtTitle{
	font-size: 15px;
	color: #000000;
	text-decoration: none;
}
.txtTitleNDesc{
	font-size: 15px;
	color: #FF6000;
	text-decoration: none;
}
.txtOrange{
	font-size: 13px;
	color: #FF6000;
	text-decoration: none;
}
.txtFooter2{
	color: #FFFFFF;
	font-size: 12px;
}
.txtFooter{
	color: #666666;
	font-size: 13px;
}
.txtOrgTite{
	font-size: 13px;
	color: #FF6000;
}
.txtGray2Tiite{
	font-size: 16px;
	color: #999999;
}
.txtOrange2Tite{
	font-size: 20px;
	color: #FF6000;
}
.comment {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
.txlek {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
.txtYel{
	font-size: 13px;
	color: #FCEEBC;
	text-decoration: none;
}
.txtSmallGray{
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
/**************link**********************/
.lnkOrange:link,.lnkOrange:visited{
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/BtnOut.gif);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	height: 26px;
	width: 90px;
	line-height: 9px;
}
.lnkOrangeCurentLink{
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/BtnAct.gif);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	height: 26px;
	width: 90px;
}
.lnkOrange:hover{
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/BtnAct.gif);
	background-repeat: no-repeat;
	display: block;
	text-align: center;
	height: 26px;
	width: 90px;

}
.txtDetail{
	font-size: 13px;
	color: #FF6000;
	text-decoration: none;
}
/*******/
.linkWeb:link,.linkWeb:visited{
	color: #FF6600;
	font-size: 12px;
	text-decoration: none;
}
.linkWeb:hover{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #ff8809;
	font-size: 12px;
}
.linkWhite:link,.linkWhite:visited{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.linkWhite:hover{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #ff8809;
	font-size: 12px;
}
.linkContent:link,.linkContent:visited{
	color: #F0530F;
	text-decoration: none;
	font-size: 13px;
}
.linkContent:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #ff8809;
	font-size: 13px;
}
.menuLink:link,.menuLink:visited {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.menuLink:hover {
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.linkSmall:link, .linkSmall:visited{
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
.linkSmall:hover,.linkSmall:active{
	font-size: 13px;
	color: #666666;
	text-decoration: underline;
}

.linkFAQ:link,.linkFAQ:visited{
	color: #666666;
	text-decoration: none;
	font-size: 13px;
}
.linkFAQ:hover{
	color: #F06000;
	text-decoration: underline;
	font-size: 13px;
}



/******************bg************************/
.Subbg{
	background-image: url(../images/bgSubTitle.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
/**********************************************/
.MainDropDown.link{
	color: #FF0000;
}
.d-dropdown {
	position: relative;
	z-index: 1000;
	color: #0000FF;
}

.d-dropdown>li {
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	color: #FF0000;
}

.d-dropdown li {
	list-style-type: none;
	_position: relative;
	_top: 0; 
	_left: 0; 
}

.d-dropdown li li { _position: static; }

.d-dropdown .dropdown-pane {
	position: absolute;
	top: 16px;
	left: 0;
	z-index: 2;
	display: none;
	margin-top: 0;
}

.d-dropdown li.hover .dropdown-pane,
.d-dropdown li.focus .dropdown-pane { 
	display: block;
}

.d-dropdown>li:hover .dropdown-pane { display: block; }

.d-dropdown .dropdown-tab { 
	display: block; 
	_display: inline;
	_zoom: 1;
}