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

/* 伪类样式 */
a:link{color:#666666; text-decoration:none;}
a:visited{color:#666666; text-decoration:none;}
a:hover{ color:#666666; text-decoration:underline;}
a:active{color:#666666; text-decoration:none;}
.red:link {color: #FF0000;	text-decoration: none;}
.red:visited {color: #FF0000;	text-decoration: none;}
.red:hover {color: #FF0000;	text-decoration: underline;}
.red:active {color: #FF0000;	text-decoration: none;}
.black_link:link { color:#000000; text-decoration:none;}
.black_link:visited { color:#000000; text-decoration:none;}
.black_link:hover { color:#000000; text-decoration:underline;}
.black_link:active { color:#000000; text-decoration:none;}
.text_14px:link { color:#000000; text-decoration:underline; font-size:14px;}
.text_14px:hover { color:#000000; text-decoration:none; font-size:14px;}
.text_14px:visited { color:#000000; text-decoration:underline; font-size:14px;}
.text_14px:active { color:#000000; text-decoration:underline; font-size:14px;}

/* 表单样式 */
.input_booking {	height: 18px;	width: 100px;}

/* 文字样式 */
.arile {	font-family: Arial, Helvetica, sans-serif;}
.black { color:#000000;}
.black_arile { color:#000000; font-family:Arial, Helvetica, sans-serif;}
.red{ color:#FF0000;}
.red14{ color:#FF0000; font-size:14px}


/* 图片样式 */
.images_style01{ padding: 5px;	border: 1px solid #FFBC1C; }

/* 边框样式 */
.border_table {	border-top-width: 1px;	border-left-width: 1px;	border-top-style: solid;	border-left-style: solid;	border-top-color: #ffffff;	border-left-color: #ffffff;}
.border_td{ border-right-width:1px; border-bottom-width:1px; border-right-style:solid; border-bottom-style:solid; border-right-color:#ffffff; border-bottom-color:#ffffff;}

