/*常规定义*/
body {
	font-family: Tahoma, Verdana;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td {
	font-family: Tahoma, Verdana;
	font-size: 8pt;
}
.input1 {
	font-family: Tahoma, Verdana;
	font-size: 8pt;
	border: 1px solid #3c7ed6;
	height: 16px;
}
/*定义链接*/
a.menu:link,a.menu:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
a.menu2:link,a.menu2:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu2:hover {
	color: #FFFF00;
	text-decoration: none;
}
.menu_td {
	color: #FFFFFF;
}
a:link,a:visited {
	color: #426992;
	text-decoration: underline;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
/*定义左菜单*/
.left1 {
	padding-left: 20px;
}
.left2 {
	padding-left: 25px;
}
/*其它*/
.bg1 {
	background-image: url(pic/b1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg2 {
	background-image: url(pic/b2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.line1 {
	line-height: 1.7;
}
.line2 {
	line-height: 2;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.title1 {
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
}
