/* CSS Document */

<!--
body {
COLOR: #cccccc;
FONT-FAMILY: Verdana, 宋体; 
FONT-SIZE: 12px;
background-image: url(images/bg1.gif);
 }
P {
	COLOR: #000000; FONT-FAMILY: Verdana, 宋体; FONT-SIZE: 12px
}
TD {
	COLOR: #000000; FONT-FAMILY: Verdana, 宋体; FONT-SIZE: 12px;line-height: 18pt;} 

Input
{
	FONT-FAMILY: "Verdana, Arial, 宋体";
	FONT-SIZE: 12px;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #000000;
}
checkbox
{
	FONT-FAMILY: "Verdana, Arial, 宋体";
	FONT-SIZE: 12px;
	color: #000000;
	border: 0px;
}
Textarea
{
	FONT-FAMILY: "Verdana, Arial, 宋体";
	FONT-SIZE: 12px;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #000000;
}
Button
{
	FONT-FAMILY: "Verdana, Arial, 宋体";
	FONT-SIZE: 12px;
	color: #555555;
	background-color: #cccccc;
	border: 1px solid #000000;
}
Select
{
	FONT-FAMILY: "Verdana, Arial, 宋体";
	FONT-SIZE: 12px;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #000000;
}
A:link {
	COLOR: #000000; FONT-FAMILY: "宋体"; FONT-SIZE: 12px; TEXT-DECORATION: none
}
A:visited {
	COLOR: #000000; FONT-FAMILY: "宋体"; FONT-SIZE: 12px; TEXT-DECORATION: none
}
A:active {
	COLOR: #000000; FONT-FAMILY: "宋体"; FONT-SIZE: 12px; TEXT-DECORATION: none
}
A:hover {
	COLOR: #ff0000; FONT-FAMILY: "宋体"; FONT-SIZE: 12px; TEXT-DECORATION: underline
}

form {
	margin: 0px;
}
/* 栏目导航发光阴影效果的css定义，调用代码为<span class="glow">***</span> */
.glow
{
filter: glow(color=ffffff, strength=1) dropshadow(color=cccccc, offx=1, offy=1,); width: 100%; line-height: 18px
}
.normalfont {line-height: 20pt;} 
