/*--定义页面属性---*/
body {

       margin-left: 0px;

       margin-top: 0px;

       margin-right: 0px;

       margin-bottom: 0px;
}
input{
	font-size: 12px;
	line-height: 15px;
}
.botton1{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/botton_4.gif);
	height: 20px;
	width: 47px;
}
.title_nav{
	background-image: url(../images/list_titlebg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 35px;
	margin-top: 15px;
}
.title_1{
	background-color: #ffffff;
	font-weight: bold;
	text-indent: 0px;
	background-repeat: no-repeat;
	background-position: 15px;
	font-size: 13px;
}
.red{
	color: #FF0000;
}
/*--定义一般的链接文字的属性---*/
A{TEXT-DECORATION: none}

A:link {COLOR: #505050; FONT-FAMILY: "宋体"; TEXT-DECORATION: none}

A:visited {COLOR: #505050; FONT-FAMILY: "宋体"; TEXT-DECORATION: none}

A:active {FONT-FAMILY: "宋体";TEXT-DECORATION: none;color: #505050;}

A:hover { COLOR: #505050; TEXT-DECORATION: underline}
