
body,td,th
{ font-size:12px; font-family:"宋体";}

body{
	margin:0;
	padding:0;
	color:#fff;
	background:#145074;
	
}
a,area { blr:expression(this.onFocus=this.blur()) } /* for IE */
:focus { -moz-outline-style: none; } /* for Firefox */  

a:link{color:#fff; text-decoration:none;}
a:visited{color:#fff; text-decoration:none;}
a:hover{color:#b3e3ff; text-decoration:underline; }

select{
	border:1px solid #2768bd;
	background:#5891dd;
	color:#fff;
}
input{
	border:0px solid #95834f;
	background:#fff;
	color:#42718e;
	font-size:12px;
}
textarea{
	border:0px solid #95834f;
	background:#fff;
	color:#42718e;
	font-size:12px;
}
.contentpad{
padding-top:15px;
padding-left:60px;
line-height:23px;
}
.content{
padding-top:10px;
padding-left:10px;
line-height:23px;
}
.title{
	font-size:15px;
	font-weight:bold;
	border-bottom:1px  solid #e7c24f;
	padding-left:20px;
}
.mytable{
border:1px #e7c24f solid;
}
.newslist{
border-bottom:1px dashed #4587ad;
}
.newstitle{
border-bottom:1px  solid #e7c24f;
font-weight:bold;
font-size:14px;
}
.mytitle{
font-weight:bold;
font-size:14px;
}
.leftlink a{
	display:block;
	border-bottom:1px dashed #4587ad;
	width:240px;
	background:url(../images/arricon.gif) no-repeat top left;
	padding-left:20px;
	line-height:28px;
}
.leftlink a:link{color:#b3e3ff; text-decoration:none;}
.leftlink a:visited{color:#b3e3ff; text-decoration:none;}
.leftlink a:hover{
	color:#fff; 
	text-decoration:none;
	background-position:5px bottom;
}
.leftlink{
	color:#b3e3ff;
}

.leftlink2 a{
	display:block;
	border-bottom:1px  solid #fff;
	width:180px;
	background:url(../images/arricon.gif) no-repeat top left;
	padding-left:20px;
	line-height:28px;
}
.leftlink2 a:link{color:#b3e3ff; text-decoration:none;}
.leftlink2 a:visited{color:#b3e3ff; text-decoration:none;}
.leftlink2 a:hover{
	background-position:5px bottom;
	color:#fff; 
	text-decoration:none;
}
.leftlink2{
	color:#b3e3ff;
	padding-left:20px;
}


.pagepos{
	background:url(../images/titlebg.png) no-repeat;
	padding-left:68px;
	border-bottom:1px solid #fff ;
}


.thumbImage-p1 {max-width: 380px;max-height: 600px;} /* for Firefox & IE7 */

* html .thumbImage-p1 { /* for IE6 */
width: expression(this.width > 380 && this.width > this.height ? 380 : auto);
height: expression(this.height > 600 ? 600 : auto);
}

.thumbImage-p2 {max-width: 550px;max-height: 700px;} /* for Firefox & IE7 */

* html .thumbImage-p2 { /* for IE6 */
width: expression(this.width > 550 && this.width > this.height ? 550 : auto);
height: expression(this.height > 700 ? 700 : auto);
}

.thumbImage-s {max-width: 180px;max-height: 180px;} /* for Firefox & IE7 */

* html .thumbImage-s { /* for IE6 */
width: expression(this.width > 180 && this.width > this.height ? 180 : auto);
height: expression(this.height > 180 ? 180 : 180);
}