@charset "utf-8";
/* reset and override */
*{
margin:0;
padding:0;
}
img{
	border: none;
	padding: 0;
	margin: 0px;
}
/* link & type */
body, div{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
div{
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
ul, dl, ol{
margin:0;
padding:0;
list-style:none;
}

.floatlft{
float:left;
}
.floatrgt{
float:right;
}
.Inline{
display:inline;
}
.bold, .bold a{
font-weight:bold;
}
.overauto{
	overflow:auto;
	font-weight: bold;
}
.mar10{margin-top:10px;}
a {
	color: #5D5D5D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.font14,.font14 a{font-size:14px;}
.ellips,.ellips li{white-space:nowrap;overflow:hidden;-o-text-overflow: ellipsis;/* for Opera */text-overflow:ellipsis;/* for IE */}
.hid {
	overflow: hidden;
}
#div_currpage{border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #e3e3e3; text-align:center;padding-bottom: 20px;overflow: hidden;}
#div_currpage span{float: left;display: block; height:25px;line-height: 25px;margin-right: 4px;border: 1px solid #ebebeb;color: #003366;font-weight: bold;background-color: #ebebeb;padding:0px 8px;}
#div_currpage a{float: left;display: block;line-height: 25px; height:25px;margin-right: 4px;border: 1px solid #ebebeb;color: #003366;font-weight: bold;padding:0px 8px;}
#div_currpage a:hover{	text-decoration: none;	background-color: #003366;	color: #FFF;}
