﻿@charset "utf-8";
/* CSS Document */
.navMenu a {
  color: #fff;
  text-decoration: none;text-size-adjust:none;
  white-space:nowrap;
}
.navMenu a:hover,a:focus {
  color: #23527c;
  text-decoration: none;
}
.navMenu a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.navNewsTabs{
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 1px #eee;
	margin-bottom: 8px;
}
.navNewsTabs span{margin-right: 8px;}
.navNewsTabs a{
	display: block;
	text-align: center;
	width: 160px;
	margin-right: 2px;
}
.navNewsTabs a:hover{
	background-color: #015aba;
}
.lineGray{border-bottom: solid 1px #eee;margin-right: -2px;}
.titleTxt{
	color: #333333;
	font-size: 18px;
	line-height: 180%;
	font-weight: bold;
	display: block;
	height: 40px;
	margin-top: 6px;
}
.titleTxtMore a{
	margin-top: 14px;
	text-decoration: none;
	color: #565656;
	text-align: right;
	display: block;
}
.titleTxtMore a:hover{color: #042BDD}
.indexListTitle{
	margin: 0px 0px 0px -20px;
}
.indexListTitle li{
	border: none;
	background-color:rgba(255,255,255,0.00);
	background-color: transparent;
	border-bottom: solid 1px #E3E3E3;
	height: 36px;
}
.indexListTitle a{
	line-height: 100%;
	font-size: 14px;
	text-decoration: none;
	color: #333333;
}
.indexListTitle a:hover{
	color: #0728A4;
}
.quickNav{
	font-size: 22px;text-align: center; height: 200px; margin-top: -10px;
	color: #015aba;
}
.quickNav td{
	border-bottom: solid 1px #E3E3E3;
}
.quickNav .td2{
	border-right: solid 1px #E3E3E3;
}
.quickNav .td3{
	border-bottom: none;
}
.quickNav a{
	font-size: 18px;
	font-weight: bold;
	color: #212121;
	text-decoration: none;
}
.quickNav a:hover{
	color: #0615B6;
}
.noteTxt{
	background-color: #F4F4F4;padding: 0 10px;
	margin-top: 10px;
}
.noteTxt h5{
	font-size: 14px;
	font-weight: bold;
	line-height: 160%;
}
.noteTxt h6{
	font-size: 12px;
	color: #595959;
	line-height: 160%;
}
.copyRgithMapNav{background-color: #6e6e6e;text-align: center;color: #fff;}
.copyRgithMapNav th{text-align: center;}
.copyRgithMapNav td{text-align: center;}
.copyRgithMapNav a{color: #fff; text-align: center;}
.copyRgithMapNav a:hover{color:#ddd;}

.copyRightTxt2{background-color: #585656;height: 50px;line-height: 50px; text-align: center;color: #fff;}

