/* 元素样式 */
* {
	font-family: "Tahoma";
	font-size: 12px;
}
body {
	margin: 0px;
}
form {
	margin: 0px;
}
img {
	border: 0px;
}
ul, ol {
	line-height: 25px;
}
p, blockquote {
	line-height: 20px;
}

/* 链接样式 */
a:link {
	color: #000000;
	text-decoration: None;
}
a:visited {
	color: #000000;
	text-decoration: None;
}
a:active {
	color: #666666;
	text-decoration: None;
}
a:hover {
	color: #FF0000;
	text-decoration: Underline;
}
a.p12_red:link {
	font-size: 12px;
	color: #C40024;
	text-decoration: None;
}
a.p12_red:visited {
	font-size: 12px;
	color: #C40024;
	text-decoration: None;
}
a.p12_red:active {
	font-size: 12px;
	color: #C40024;
	text-decoration: None;
}
a.p12_red:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: Underline;
}
a.p14_blue:link {
	font-size: 14px;
	color: #0245AB;
	text-decoration: None;
}
a.p14_blue:visited {
	font-size: 14px;
	color: #0245AB;
	text-decoration: None;
}
a.p14_blue:active {
	font-size: 14px;
	color: #666666;
	text-decoration: None;
}
a.p14_blue:hover {
	font-size: 14px;
	color: #FF0000;
	text-decoration: Underline;
}

/* 表单控件样式 */
.input_text1 {
	color: #C40024;
	border: 1px #DB8689 Solid;
}
.input_text2 {
	color: #105781;
	border: 1px #51A400 Solid;
	background-color: Transparent;
}
.input_text3 {
	color: #000000;
	border: 1px #999999 Solid;
	ime-mode: Disabled;
}
.input_button1 {
	font-size: 12px;
	color: #000000;
	width: 80px;
}
.input_button2 {
	font-size: 12px;
	color: #000000;
	width: 80px;
	border: 1px #333333 Solid;
}
.input_select1 {
	color: #333333;
}
.input_select2 {
	color: #000000;
	background-color: #D5F0FD;
}
.input_textarea1 {
	color: #333333;
	border: 1px #999999 Solid;
	background-color: Transparent;
	overflow: Auto;
}
.input_textarea2 {
	color: #000000;
	border: 1px #999999 Solid;
	overflow: Auto;
}

/* 字体样式 */
.TextFont12 {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.gray {
	color: #666666;
}
.p14 {
	font-size: 14px;
}
.p14_red {
	font-size: 14px;
	color: #FF0000;
}
.p14_blue {
	font-size: 14px;
	color: #0245AB;
}
.p12_white {
	font-size: 12px;
	color: #FFFFFF;
}

/* 表格样式 */
table.gray {
	background-color: Gray;
}
.gray1 {
	background-color: #A3B2CC;
	color: #FFFFFF;
	text-align: Center;
	font-weight: Bold;
}
.gray2 {
	background-color: #EEEEEE;
	color: #333333;
}
.gray3 {
	background-color: #FFFFFF;
	color: #333333;
}

table.blue {
	background-color: #000000;
}
.blue1 {
	background-color: #036CB6;
	color: #FFFFFF;
	text-align: Center;
	font-weight: Bold;
}
.blue2 {
	background-color: #9CDAF9;
	color: #000000;
}
.blue3 {
	background-color: #D5F0FD;
	color: #000000;
}

table.gray_blue {
	background-color: #6A6A6A;
}
.gray_blue1 {
	background-color: #3696EC;
	color: #000000;
	text-align: Center;
	font-weight: Bold;
}
.gray_blue2 {
	background-color: #EEEEEE;
	color: #000000;
	text-align: Center;
}
.gray_blue3 {
	background-color: #B4DFFF;
	color: #000000;
	text-align: Center;
}
.bg_1 {
	background-attachment: fixed;
	background-image: url(bg_1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.left_bg {
	background-attachment: fixed;
	background-image: url(/images/info_3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
