body
{
	font-size: 12px;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center;
	line-height:21px;
	font-family:Arial;
}
/* DIV垂直居中 */
.ImgDiv {
text-align: center; /*水平居中*/
vertical-align: middle; /*垂直居中,针对FF*/
position: relative; /*相对定位,为下属的p采用绝对定位打好基础*/
display: table-cell; /*把块作为表格单元格,针对FF*/
}
.ImgDiv p {
+position: absolute; /*绝对定位,前面加了+,针对IE*/
top: 50%; /*向上偏移图片自身宽度的50%,针对IE*/
}
.ImgDiv p img {
+position: relative; /*相对定位,IE*/
top: -50%; /*向下偏移图片自身高度的50%,针对IE,*/
left: -50%; /*向左偏移图片自身宽度的50%,针对IE,*/
}

a:link {
	font-size: 9pt;
	font-weight: normal;
	color:#000000;
    text-decoration: none;
}
a:visited
{
	font-size: 9pt;
	font-weight: normal;
	color:#999999;
	text-decoration: none;
}
a:hover
{
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color:#000000;
}
a:active
{
	font-size: 9pt;
	font-weight: normal;
	color:#FFFFFF;
	text-decoration: none;
}


a.className:link
{
	font-size: 9pt;
	font-weight: normal;
	color:#000000;
	text-decoration: none;
}
a.className:active
{
	font-size: 9pt;
	font-weight: normal;
	color:#000000;
	text-decoration: none;
}
a.className:hover{
	color: #ff0000;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}
a.className:visited
{
	font-size: 9pt;
	font-weight: normal;
	color:#000000;
	text-decoration: none;
}


a.more:hover{
	color: #ff0000;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}
a.more:active
{
	font-size: 9pt;
	font-weight: normal;
	color:#f37507;
	text-decoration: none;
}
a.more:link
{
	font-size: 9pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a.more:visited
{
	font-size: 9pt;
	font-weight: normal;
	color:#f37507;
	text-decoration: none;
}
.head
{
	color: orange;
	font-size: 12px;
}
.foot
{
	font-size: 12px;
	color:#9B9B9B;
}
.left
{
	font-size: 13px;
	font-weight: bold;
}
.hei
{
  color:#FFFFFF;
  font-size:12px;
}
.TKuang {
	border: 1px solid #D6E0E9;
	font-weight: bold;
}

.TKuangProduct 
{
	border: 1px solid #969696;
	font-weight: bold;
}
.textarea1{ SCROLLBAR-FACE-COLOR: #080800; 
SCROLLBAR-SHADOW-COLOR: #394263; 
SCROLLBAR-HIGHLIGHT-COLOR: #394263; 
SCROLLBAR-3DLIGHT-COLOR: #394263; 
SCROLLBAR-DARKSHADOW-COLOR: #394263; 
SCROLLBAR-TRACK-COLOR:#211021; 
SCROLLBAR-ARROW-COLOR: #394a63;
color:#FFFFFF; 
}

.textarea2{ SCROLLBAR-FACE-COLOR: #d1c5ad; 
SCROLLBAR-SHADOW-COLOR: #a19f93; 
SCROLLBAR-HIGHLIGHT-COLOR: #a19f93; 
SCROLLBAR-3DLIGHT-COLOR: #a19f93; 
SCROLLBAR-DARKSHADOW-COLOR: #a19f93; 
SCROLLBAR-TRACK-COLOR:#d1c5ad; 
SCROLLBAR-ARROW-COLOR: #394a63;
}
.btn {
BORDER-RIGHT: #7b9ebd 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #7b9ebd 1px solid; PADDING-LEFT: 2px; FONT-SIZE: 12px; FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde); BORDER-LEFT: #7b9ebd 1px solid; CURSOR: hand; COLOR: black; PADDING-TOP: 2px; BORDER-BOTTOM: #7b9ebd 1px solid 

}
.text
{
   background-color:transparent;
   BORDER-RIGHT: #7E9DB9 1px solid;
   border-bottom:#7E9DB9 1px solid; 
   border-left:#7E9DB9 1px solid;
   border-top:#7E9DB9 1px solid;
   height:18px;
}
.dro
{
   background-color:transparent;
   BORDER-RIGHT: #7E9DB9 1px solid;
   border-bottom:#7E9DB9 1px solid; 
   border-left:#7E9DB9 1px solid;
   border-top:#7E9DB9 1px solid;
   
}



