body {
	font-size: 9pt;
	color: #063760;
	background-image: url(images/bg.gif);
}
td {
	font-size: 9pt;
}
/*阴影字样式*/
.f {
	filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1);
}
a:link {
	font-size: 9pt;
	color: #063760;
	text-decoration: none;
}
a:visited {
	font-size: 9pt;
	color: #063760;
	text-decoration: none;
}
a:hover {
	font-size: 9pt;
	color: #FF0000;
	text-decoration: none;
}
a:active {
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
}
/*白色字体链接样式*/
a.w:link {
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
}
a.w:visited {
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
}
a.w:hover {
	font-size: 9pt;
	color: #FFFF99;
	text-decoration: none;
}
a.w:active {
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
}
.left {
	background-image: url(images/left_jianbian.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.left2 {
	background-image: url(images/left_jianbian.jpg);	
}