@charset "utf-8";
/* CSS Document */
.currentOld{
	
	padding:3px;
}
.current {
	border:1px solid #d1d1d1;
	padding:2px;
	background-color:#e8e8e8;
}
.nav {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.blue14font a {
	font-size: 14px;
	color: #4a4d42;
	TEXT-DECORATION:none ;
}
.blue14font a:hover {
	font-size: 14px;
	color: #e77110;
	TEXT-DECORATION:none ;
}
.nav tr td {
	margin: 0px;
	position:relative;
}
.subnav {
	position:absolute;
	width: 185px;
	padding:0px;
	margin: 0px;
	background-color: #fffdfd;
	border: 1px solid #bbbbbb;
	left:auto;
	top:auto;
	
	*left:-1px;
	*top:18px;
	
	_left:-1px;
	_top:18px;
}

body {
	margin: 0px auto;
	padding:0px;
	width:972px;
	font-size:12px;
}
a {
	font-size: 12px;
	color: #4a4d42;
	TEXT-DECORATION:none ;
	line-height: 20px;
}

a:hover{
	font-size: 12px;
	color: #003399;
	TEXT-DECORATION:underline;
}
.header {
	position:relative;
	width:100%;
	height: 100px;
}
.logo {
	height:80px
}

.blue14font {
	font-size: 12px;
	color: #009;
	line-height: 20px;
}
.gray14font {
	font-size: 12px;
	line-height: 20px;
	color: #333;
}
.gray14font li{
list-style-type: none;
}
.blue14fontb {
	font-size: 12px;
	font-weight: bold;
	color: #039;
}
.blue14ul {
	font-size: 12px;
	line-height: 20px;
	color: #039;
	text-decoration: none;
}
.orange14font {
	font-size: 12px;
	color: #F30;
}
.searchinput {
	font-size: 12px;
	color: #999;
	height: 20px;
	width: 160px;
	border: 1px solid #CCC;
	padding-left: 25px;
	padding-top: 2px;
	background-image: url(../images/search.jpg);
	background-repeat: no-repeat;
}
.white14font {
	font-size: 12px;
	color: #FFF;
}
.gray12font {
	font-size: 12px;
	color: #666;
}
.titletxt {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

.blue14ul2 a:link {
	color: green;
	text-decoration: none;
}
.blue14ul2 a:visited {
	text-decoration: none;
	color: green;
}
.blue14ul2 a:hover {
	text-decoration: underline;
	color: green;
}
.blue14ul2 a:active {
	text-decoration: none;
	color: green;
}