


/* 没有点击过的链接(<a>)时 字体的颜色*/



a:visited       {  color: #000000; text-decoration: none }/* 访问过的  字体的颜色*/
a:hover         { color: #FF0000; text-decoration: none; position: relative; right: 0px; }/* 当鼠标移到链接上(<a>)时 字体的颜色*/
a:link          { color: #F3F150; text-decoration: none }
a:active        { color: #FF0000; text-decoration: none }
/*
:active :active 设置当链接处于激活状态时 A 元素的样式。 
:hover :hover 设置当用户将鼠标指针悬停在链接上时 A 元素的样式。   *
:link :link 设置当链接最近没有访问过时 A 元素的样式。 
:visited :visited 设置当链接最近访问过时 A 元素的样式。 
/* 没有访问过的  字体的颜色*/

.button
{
	font-size: 14px;
	font-weight: 600;
	color: #FFA037;
	height: 28px;
	width: 93px;
	background-attachment: fixed;
	background-image: url(../images/inv/button.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	background-color: #FFFFFF;
}
BODY
{
	font-size: 9pt;
	line-height: 18px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
TD
{
	font-size: 9pt;
	line-height: 18px;
}


.text
{
	background: #FFFCF5;
	border: 1 solid #DDAE52;
	color: #000000;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 19px;
	width: 90pt;
	line-height: normal;
}
.text1
{
	background: #FFFCF5;
	border: 1 solid #DDAE52;
	color: #000000;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 19px;
	width: 120pt;
	line-height: normal;
}
.filter
{
	filter: Alpha(Opacity=70);
}
.buttonb02 {
	font-size: 12px;
	color: #8D6C00;
	background-image: url(../images/botton/button_empty.GIF);
	background-repeat: no-repeat;
	height: 20px;
	width: 40px;
	text-align: center;
	vertical-align: middle;
	line-height: 19px;
	cursor: hand;
}
.WhiteZi
{
	font-size:12px;
	color:White;
}


.unnamed1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #B0B0B0;
	border-right-color: #B0B0B0;
	border-left-color: #B0B0B0;
}
.unnamed2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color:Red;
	border-bottom-color: #B0B0B0;
	border-left-color: Red;
}
