form{margin:0; padding:0;}
body, td, input, div, form, textarea, center, pre, blockquote {font-size:8pt;color:777777;font-family:µ¸¿ò,Arial, Helvetica, sans-serif}
.p_copy {font-size:8pt;color:999999;font-family:Arial, Helvetica, sans-serif}
P {margin-top:0px;margin-bottom:0px;margin-left:0;margin-right;0}

html {overflow:hidden}
/* infinet CSS v2 */
body {
	margin: 0px 0 0px 0;
	background-color: #FFF;
}
a {
	color: #777777;
	text-decoration: none;
}
a:hover {
	color: #78787a;
	text-decoration: none;
}
.navitem {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
.nav {
	border-bottom: 2px solid #f6f6f6;
	/*line-height: 37px;*/
	margin-left:14px;
}
.navOver {
	border-bottom: 2px solid #f7972a;
	/*line-height: 36px;*/
	margin-left:14px;
}
.navsub {
	display: none;
	position: absolute;
}
.navsuboff {
	color: #a7a8ab;
	background-color: #f6f6f6;
	padding: 5px 10px;
	width: 65px;
	opacity: .9;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: .9;
}
.navsubon {
	color: #78787a;
	background-color: #ffffff;
	cursor: pointer;
	cursor: hand;
	padding: 5px 10px;
	width: 65px;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
.link {
	/*border-left: 2px solid #f7972a;*/
	padding-left: 7px;
	background-image: url(../../imgs/link_line.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #a7a8ab;
	letter-spacing: -1px;
	line-height: 1.2em;
	margin: 0 0 10px 0;
	padding: 0;
}
h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 32px;
	font-weight: normal;
	color: #a7a8ab;
	letter-spacing: -1px;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}
.highlight {
	color: #f7972a;
}
.footer {
	font-size: 9px;
	color: #cdcdcd;
}
.field {
	font-size: 12px;
	color: #999999;
	line-height: normal;
	border: 1px solid #eeeeee;
	background-color: #eeeeee;
	width: 350px;
}

#nav{
    height:180px;
    border-bottom:0px solid #ddd;
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    background:#fff url(../imgs/top_bg.png) repeat-x center left;
}
#nav ul{
    height:25px;
    list-style:none;
    margin:6px auto 0px auto;
    width:600px;   
}
#nav ul li{
    display:inline;
    float:left;
    margin:0px 2px;
}
#nav a{
    font-size:11px;
    font-weight:bold;
    float:left;
    padding: 0px 20px;
    color:#;
    text-decoration: none;
    border:0px solid #ccc;
    cursor: pointer;
    background:transparent url(../imgs/top_bg.png) repeat-x center left;
    height:29px;
    line-height:29px;
}
#nav a:hover{
    background:# none;
    color: #;
}


#nav png24 {
  tmp:expression(setPng24(this));
}




#nav2 a{
    font-size:11px;
    font-weight:bold;
    float:left;
    padding: 0px 10px;
    color:#;
    text-decoration: none;
    border:0px solid #ccc;
    cursor: pointer;
    background:transparent url() repeat-x center left;
    height:29px;
    line-height:29px;
}
#nav2 a:hover{
    background:# none;
    color: #;
}



#nav a.top span, #nav a.bottom span{
    float:left;
    width:29px;
    height:29px;
}
#nav a.top span{
    background:transparent url(../images/top.png) no-repeat center center;
}
#nav a.bottom span{
    background:transparent url(../images/bottom.png) no-repeat center center;
}

#nav ul li.search{
    float:right;
}
#nav input[type="text"]{
    float:left;
    border:1px solid #ccc;
    margin:0px 1px 0px 50px;
    padding:2px 2px 2px 2px;
}
input.searchbutton{
    border:1px solid #ccc;
    padding:1px;
    cursor:pointer;
    width:30px;
	height:22px;
    background:#E8E9EA url(../images/search.png) no-repeat center center;
}
input.searchbutton:hover{
    background-color:#D9D9DA;
}
