/*全局样式*/
html {overflow-x:hidden; overflow-y:auto;}
body {margin:0; padding:0; text-align:center; font-size:9pt; font-color:#ffffff; background-color:#f1e9d4;}
img {border:none;}
li {font-size:9pt; list-style:none;}

/*链接样式*/
A:link {COLOR: #000000; TEXT-DECORATION: none}
A:visited {COLOR: #000000; TEXT-DECORATION: none}
A:active {COLOR: #000000; TEXT-DECORATION: none}
/*A:hover {COLOR: #ff6600; TEXT-DECORATION: underline}*/
A:hover {COLOR: #ff6600; TEXT-DECORATION: none}

/*图片边框*/
.photoborder {}
.photoborder td { text-align: center; vertical-align: middle;}
.photoborder img { padding: 3px; max-height: 140px; border: 1px solid #CCC; background: #FFF; }
* html .photoborder img { width: expression(this.width > 140 && this.height < this.width ? 140 : true); height: expression(this.height > 120 ? 120 : true); }
.imgborder1 {border:1px solid #fff;}
.imgborder2 {border:1px solid #CADAEA;border-top:none;}
.imgborder3 {border:1px solid #C4D6B1;}
.imgborder4 {border:1px solid #E7EEE0;}
.imgborder5 {border:1px solid #CCD7D9;}
.imgborder6 {border:1px solid #000;}
.imgborder7 {border:1px solid #D3D3D3;}
.imgborder8 {border:1px solid #b9e0ff;}

.copyright A:link {COLOR: #ffffff; TEXT-DECORATION: none}
.copyright A:visited {COLOR: #ffffff; TEXT-DECORATION: none}
.copyright A:active {COLOR: #ffffff; TEXT-DECORATION: none}
.copyright A:hover {COLOR: #fffffc; TEXT-DECORATION: none}

.mytitle {position:relative; left:22px; top:1px; font-weight:bold; color:#b05617;}
.mytitle A:link {COLOR: #b05617; TEXT-DECORATION: none}
.mytitle A:visited {COLOR: #b05617; TEXT-DECORATION: none}
.mytitle A:active {COLOR: #b05617; TEXT-DECORATION: none}
.mytitle A:hover {COLOR: #fffffc; TEXT-DECORATION: none}

/*提示条*/
#noticebar {border-bottom:#e2e2e2 1px solid; position:absolute; left:0px; top:0px; z-index:9999; text-align:left; width:100%;}
