td,p,div {font-size:9pt; font-family:宋体}
/*  设定 td p div 内的字体和大小 */


form { margin:0px }


select{	font-size:9pt;  }
/*  设定选择框内的字体大小及背景颜色 */

textarea {  font-size:9pt;  }

/*  设定文本框内的字体大小及背景颜色 */

textarea.compose {width: 530px; height: 250px; padding: 8px; font-size:9pt; font-family:宋体 }

/*  设定编辑文本框内的字体大小及背景颜色 */

input.edit {	background-image:url('../img/button_edit.gif'); border:none; height:16px;width:44px}
input {	height:20px;  font-size:9pt;
           border-style:groove}
/*  设定input内的字体大小及背景颜色、风格 */
input.check {	border : 0px;  height:20px;
	                        background : transparent;}
/*  设定checkbox的边框为0，高度及背景为透明  */
input.compose {	width: 420px;}

input.radio{	border-style: none;
	                      }
/*  设定radiobox无边框及背景为白色  */
input.voice {font-size:12px;border-style:none;background:transparent; }

.hide
{
	display:none;
}

body.top{ margin-left:0px; margin-top:0px;  }
/*  设定top.html中背景颜色 */
body.left{margin-left:0px; margin-top:0px;background-image:url('../img/bg.gif');}
/*  设定left.html中的背景 */

img.banner{	width:468px; height:60px }
img.logo{ width:184px; height:75px }
img.tag1{ width:33px; height:25px; border:0px }
img.tag2{ width:16px; height:16px; border:0px }
img.tag3{ width:25px; height:16px; border:0px }
img.tag4{ width:28px; height:26px; border:0px }
img.tag5{ width:19px; height:23px; border:0px }
img.help{ width:21px; height:22px  }
/*  设定不同图标的尺寸 */


table.big{ background-color:#cccccc }
table.small{ background-color:#ffffff}
/*  设定不同大小表格的背景颜色  */
table.button{	width: 100%; background-color: #efefef ;border-style:solid;border-width:1px;
                           border-color: #ffffff #000000 #000000 #ffffff  }
/*  设定构成按纽的表格的风格，背景颜色，边框颜色  */
table.bar{	border: 0; 	background-color: #efefef}

td.left{ background-color:#999999;font-size:9pt; font-family:宋体}
td.big{ background-color:#ffffff }
td.small{ background-color:#ebebeb }
td.small2{ background-color:#cccccc }
td.mainmenu{ height:17px; background-color:#bccede }
/*  设定不同栏的背景颜色 */
td.leftbutton {	width : 25%;	text-align : right;	height : 16px; }
/*  设定构成按纽的表格内栏的背景颜色  */
td.read {  text-align:center;  padding:10px;}
td.button {	text-align:center; background-image:url('../img/button.gif');height:20px;width:72px }
td.bg {   background-image:url('../img/table_bg.gif');}
td.help {  background-color:#83ABE0;padding-left:5px}
td.helpcontent {  background-color:#C7DEFC}



tr.button {	text-align:center; background-color: #efefef }
tr.head {	text-align:center; background-color: #cccccc;height:20px}
tr.headbar {	text-align:center;height:20px;background-color:"#C7DEFC";height:5px}
tr.foldertitle{	width:560px; height:30px; background-image:url('../img/barcolumn.gif'); }
tr.listtitle{ width:580px; height:30px; text-align : center; background -color:#e6e6e6 }
tr.title{ background-color : #F3F3F3;font-size:9pt; font-family:宋体;color:black }
tr.bar{ background-color:#cccccc }
/*  设定不同行的背景颜色*/



span.address{	font-size:12pt }
span.title{ font-size: 10pt; color :#ff0000 }

.checkbox{
    border : 0px;
    height:20px;
    background : transparent;
}

a.left:link { text-decoration :none}
a.left:visited{ text-decoration : none }
a.left:hover{ text-decoration : underline }
a.left:active{ text-decoration : none }

a.left:link {  color:black }
a.left:visited{  color:black}
a.left:hover{  color:#black }
a.left:active{  color:#000000 }
/*  设定左菜单的按纽链接的显示风格  */

 TD,A,p{
    font-family: 宋体;
    font-size: 9pt;
    line-height: 15px;
}