/* 页面综合样式 */

body,td,th {	font-size: 9pt;	color: #666666;}
body {	background-color: #f1ebec;	background-repeat: repeat;	margin-left: 0px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;	background-image: url(../images/bg.jpg);}

/* 伪类样式 */
a:link{ color:#666666; text-decoration:none; font-family:Arial, Helvetica, sans-serif;}
a:visited{ color:#990000; text-decoration:none; font-family:Arial, Helvetica, sans-serif;}
a:hover{ color:#666666; text-decoration:underline; font-family:Arial, Helvetica, sans-serif;}
a:active{ color:#666666; text-decoration:none; font-family:Arial, Helvetica, sans-serif;}
.red:link{ color:#FE1C1C; text-decoration:none}
.red:hover{ color:#FE1C1C; text-decoration:underline}
.red:visited{ color:#990000; text-decoration:none}
.red:active{ color:#FE1C1C; text-decoration:none}
.white:link{ color:#FFFFFF; text-decoration:none}
.white:hover{ color:#FFFFFF; text-decoration:none}
.white:visited{ color:#FFFFFF; text-decoration:none}
.white:active{ color:#FFFFFF; text-decoration:none}

/* 文字样式 */
.black{ color:#000000}
.arial{ font-family:Arial, Helvetica, sans-serif}
.copyright{ color:#6E5B5D}
.forms_text_title {	font-weight: bold;	color: #715258;}
.text_title_location {	font-weight: bold;	color: #AC7E7C;}
.text_color_red{ color:#FE1C1C}


/* 边框样式 */
.border_table {	border: 1px solid #666666;}
.border_pageindex {	border-bottom-width: 1px;	border-bottom-style: dashed;	border-bottom-color: #666666;}


/* 表单样式 */
.input_width {	width: 160px;}
.select_width{ width:166px}
.button_width{ width:230px}

/* 表格边框样式 */
.border_table_forms {	border: 5px solid #F1E2E2;}
.border_td_forms_01 {	border-right-width: 1px;	border-bottom-width: 1px;	border-right-style: solid;	border-bottom-style: solid;	border-right-color: #F1E2E2;	border-bottom-color: #F1E2E2;}
.border_td_forms_02 {	border-right-width: 1px;	border-right-style: solid;	border-right-color: #F1E2E2;}
.border_td_forms_03 {	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #F1E2E2;}



