td
{
	font-size: 9pt;
	line-height: 18px;
	color: #640809;
}

#scoll
{
	scrollbar-arrow-color: #f4ae21; /*图6,三角箭头的颜色*/
	scrollbar-face-color: #660809; /*图5,立体滚动条的颜色*/
	scrollbar-3dlight-color: #B08565; /*图1,立体滚动条亮边的颜色*/
	scrollbar-highlight-color: #B08565; /*图2,滚动条空白部分的颜色*/
	scrollbar-shadow-color: #999; /*图3,立体滚动条阴影的颜色*/
	scrollbar-darkshadow-color: #B08565; /*图4,立体滚动条强阴影的颜色*/
	scrollbar-track-color: #B08565; /*图7,立体滚动条背景颜色*/
	scrollbar-base-color: #B08565; /*滚动条的基本颜色*/
}


a:link
{
	font-size: 12px;
	line-height: 18px;
	color: #040404;
	text-decoration: none;
}
a:visited
{
	font-size: 12px;
	line-height: 18px;
	color: #040404;
	text-decoration: none;
}
a:hover
{
	font-size: 12px;
	line-height: 18px;
	color: #F7E17E;
	text-decoration: underline;
}
a:active
{
	font-size: 12px;
	line-height: 18px;
	color: #F7E17E;
	text-decoration: underline;
}


a.white:link
{
	font-size: 12px;
	line-height: 20px;
	color: #EF3334;
	text-decoration: none;
}
a.white:visited
{
	font-size: 12px;
	line-height: 20px;
	color: #EF3334;
	text-decoration: none;
}
a.white:hover
{
	font-size: 12px;
	line-height: 20px;
	color: #EF3334;
	text-decoration: underline;
}


.txt-title
{
	font-size: 14px;
	color: #F7E17E;
	text-decoration: none;
	font-weight: bold;
}

.articl-title
{
	font-size: 16px;
	color: #640809;
	text-decoration: none;
	font-weight: bold;
}
.font-title
{
	font-size: 13px;
	color: #640809;
	text-decoration: none;
	font-weight: bold;
}
.font-grey
{
	font-size: 12px;
	color: #640809;
	text-decoration: none;
}

a.red:link
{
	font-size: 12px;
	line-height: 18px;
	color: #640809;
	text-decoration: none;
}
a.red:visited
{
	font-size: 12px;
	line-height: 18px;
	color: #640809;
	text-decoration: none;
}
a.red:hover
{
	font-size: 12px;
	line-height: 18px;
	color: #640809;
	text-decoration: underline;
}

.font-yellow
{
	font-size: 12px;
	color: #FFFF99;
	text-decoration: none;
}

#img1
{
	border: 0;
	margin: 0;
	padding: 0;
	width: expression( (this.width > 120 && this.width > this.height ) ? 120 : auto );
	height: expression( this.height > 86 ? 86 : auto );
}

#img2{   
border:0;   
margin:0;   
padding:0;   
width:expression( (this.width > 230 && this.width > this.height ) ? 230 : auto );
height:expression( this.height > 150 ? 150 : auto );
}
#img3{   
border:0;   
margin:0;   
padding:0;   
width:expression( (this.width > 400 && this.width > this.height ) ? 400 : auto );
height:expression( this.height > 300 ? 300 : auto );
}
