﻿	/*系统样式*/
body {
	font-family: "arial";
	font-size: 12px;
	color: #636363;
	margin:0px;
	background-color: #FFFFFF;
	overflow-x: hidden;
	overflow-y: auto;
	cursor: url("images/cursor.cur");
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	background-position: left;

}

td {
	font-family:"arial";
	font-size: 12px;
	color: #636363;
}
/*支持png图片*/
	img{border:0px;
	behavior:url("images/systemfiles/pngbehavior.htc");
}
/*Titlt样式*/
div#qTip {
  padding-right: 2px;
  padding-left: 3px;
  padding-bottom: 1px;
  border: 1px solid #ABAB98;
  display: none;
  background: #FEFEDA;
  color: #5F5F52;
  font-family:"Tahoma";
  font-size: 12px;
  text-align: left;
  position: absolute;
  z-index: 1000;
  line-height:16px;
}
/*Titlt样式结束*/
.bt {
	text-decoration: none;
	color: #666666;
	background-color: #E8E8E8;
	border: 1px outset;
	height:22px;
	line-height:20px;
	font-weight: bold;
}
.input {
	COLOR: #636363;
	BACKGROUND-COLOR: #FFFFFF;
	text-decoration: none;
	width: 100%;
	border: 1px solid #D5D5D5;
}
a:link {
	color: #636363;
	text-decoration: none;
}
a:visited {
	color: #636363;
	text-decoration: none;
}
a:hover {
	color: #F79131;
	text-decoration: none;
}

/*内容行高样式*/
.h18{
	line-height: 18px;
	WORD-WRAP: break-word;
}
.h20{
	line-height: 20px;
	WORD-WRAP: break-word;
}

.h22 {
	line-height: 22px;
	WORD-WRAP: break-word;
}

.content{
	word-break:break-all;
	text-align:justify;
	text-justify:inter-ideograph;
}


/*小号中文字体*/
.smallcnfont{
	font-family: "PMingLiU";
	font-size: 11px;
}
/*英文*/
.enfont{
	font-family:"Tahoma";
	font-size: 11px;
}
.enfont a:link{
	font-family:"Tahoma";
	font-size: 11px;
}
.enfont a:visited{
	font-family:"Tahoma";
	font-size: 11px;
}

/*当前点击样式*/
.this {
	COLOR: #F79131;
}
/*加粗*/
.bold{
	font-weight:bold;
}

/*整体文字色定义*/
.font1{
	COLOR: #ffffff;
	text-decoration: none;
}
.font1 a:link{
	COLOR: #ffffff;
	text-decoration: none;
	}
.font1 a:visited{
	COLOR: #ffffff;
	text-decoration: none;
}
.font1 a:hover{
	COLOR: #F79131;
	text-decoration: none;
}


.font2{
	COLOR: #F79131;
	text-decoration: none;
}
.font2 a:link{
	COLOR: #F79131;
	text-decoration: none;
	}
.font2 a:visited{
	COLOR: #F79131;
	text-decoration: none;
}
.font2 a:hover{
	COLOR: #F79131;
	text-decoration: none;
}

.font3{
	COLOR: #9F9F9F;
	text-decoration: none;
}
.font3 a:link{
	COLOR: #9F9F9F;
	text-decoration: none;
	}
.font3 a:visited{
	COLOR: #9F9F9F;
	text-decoration: none;
}
.font3 a:hover{
	COLOR: #F79131;
	text-decoration: none;
}

.font4{
	COLOR: #858585;
	text-decoration: none;
}
.font4 a:link{
	COLOR: #858585;
	text-decoration: none;
	}
.font4 a:visited{
	COLOR: #858585;
	text-decoration: none;
}
.font4 a:hover{
	COLOR: #F79131;
	text-decoration: none;
}
.menu{
	margin-top:7px;
	margin-bottom:7px
}


