﻿*
{
	color: #333333;
	font-size: 12px;
	font-family: Tahoma, "宋体";
}

body
{
	padding-top: 0px;
    padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top: 0px;
	color: #333333;
	line-height: 180%;
	font-size: 12px;
	font-family: Tahoma, "宋体";
}
A
{
    font-size: 12px;
	font-family: Tahoma, "宋体";
	color: #333333;
	text-decoration: none;
}
A:link
{
    font-size: 12px;
	font-family: Tahoma, "宋体";
	color: #333333;
	text-decoration: none;
}
A:visited
{
    font-size: 12px;
	font-family: Tahoma, "宋体";
	color: #333333;
	text-decoration: none;
}
A:hover
{
    font-size: 12px;
	font-family: Tahoma, "宋体";
	color: #333333;
	text-decoration: underline;
}
img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
ul
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
}
ul li
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
}
#body_div
{
	width: 960px;
	margin: 0 auto; /*div层居中*/
	margin-top: -30px;
	*margin-top: 0px;
	_margin-top: 0px;
}
/***********************************
鼠标移开表格行样式: 背景色--浅蓝色
************************************/
.bgMouseOut
{
    background-color:#F5FCFF;
}
/***********************************
鼠标进入表格行样式: 背景色--淡蓝色
************************************/
.bgMouseOver
{
    background-color:#DFF6FF;
}
/***********************************
HTML控件样式----text控件
************************************/
.textStyle
{
	border: #7f9db9 1px solid;
	height: 16px;
}
input[type="text"]
{
	border: #7f9db9 1px solid;
	height: 16px;
}
/***********************************
HTML控件样式----password控件
************************************/
.pwdStyle
{
	border: #7f9db9 1px solid;
	height: 16px;
}
input[type="password"]
{
	border: #7f9db9 1px solid;
	height: 16px;
}