﻿/* 页面综合样式 */
body,td,th {font-size: 9pt;}
body {	background-color: #FFFFFF;	margin-left: 0px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;}

/*文字样式*/
.white{ color:#FFFFFF}
.white14px{ color:#FFFFFF; font-size:14px}
.arial{ font-family:Arial, Helvetica, sans-serif}
.he14px{ color:#512A03; font-size:14px}
.he12px{ color:#512A03;}

/*伪类样式*/
.a_white12px:link{ color:#FFFFFF; text-decoration:underline; font-family:Arial, Helvetica, sans-serif}
.a_white12px:visited{ color:#FFFFFF; text-decoration:underline;font-family:Arial, Helvetica, sans-serif}
.a_white12px:hover{ color:#FFFFFF; text-decoration:none;font-family:Arial, Helvetica, sans-serif}
.a_white12px:active{ color:#FFFFFF; text-decoration:underline;font-family:Arial, Helvetica, sans-serif}
.a_black12px:link{ color:#000000;  text-decoration:underline; font-family:Arial, Helvetica, sans-serif}
.a_black12px:visited{ color:#000000;  text-decoration:underline; font-family:Arial, Helvetica, sans-serif}
.a_black12px:hover{ color:#000000;  text-decoration:none; font-family:Arial, Helvetica, sans-serif}
.a_black12px:active{ color:#000000;  text-decoration:underline; font-family:Arial, Helvetica, sans-serif}
.a_red12px:link{ color:#CE5B00; text-decoration:none}
.a_red12px:visited{ color:#CE5B00; text-decoration:none}
.a_red12px:hover{ color:#CE5B00; text-decoration:underline}
.a_red12px:active{ color:#CE5B00; text-decoration:none}
.a_he:link{color:#512A03; text-decoration:none}
.a_he:visited{color:#512A03; text-decoration:none}
.a_he:hover{color:#512A03; text-decoration:underline}
.a_he:active{color:#512A03; text-decoration:none}

/*边框样式*/
.imege_border {	border: 1px solid #FA7800;	padding: 3px;}
.border_tible {	border-top-width: 1px;	border-left-width: 1px;	border-top-style: solid;	border-right-style: none;	border-bottom-style: none;	border-left-style: solid;	border-top-color: #F89E00;	border-left-color: #F89E00;}
.border_td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #f89e00;
	border-bottom-color: #f89e00;
}

/*背景样式*/
.bg_down {	background-image: url(images/bg_down.jpg);	background-repeat: no-repeat;	background-position: bottom;}

/*表单样式*/
.input_width {
	width: 158px;
}

