body {
	font-family: Arial;
	font-size: 12px;
	line-height: 150%;

	background-color: #e6e6e6;
}
table td {
	line-height: 150%;
}
img {
	border:0px;
}
form {
	margin:0px;
}
a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-family: Arial;
}
a:hover {
	font-size: 12px;
	color: #ff731c;
	text-decoration: underline;
}

a.channel:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
a.channel:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
a.channel:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
a.channel:active {
	color: #ffffff;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
a.current_channel {
	color: #630102;
	font-weight: bold;
}

a.bottom:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
}
a.bottom:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial;
}
a.bottom:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial;
}
a.bottom:active {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial;
}

.left_border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #dde1e4;
	border-bottom-color: #dde1e4;
	border-left-color: #dde1e4;	
}


a.menu:link {
	color: #000;
	text-decoration: none;
	font-size: 16px;
}
a.menu:visited {
	color: #000;
	text-decoration: none;
	font-size: 16px;
}
a.menu:hover {
	color: #000;
	text-decoration: underline;
	font-size: 16px;
}
a.menu:active {
	color: #000;
	text-decoration: underline;
	font-size: 16px;
}



/*运用层效果CSS开始*/
.hideDlg
{
	display:none;
	position: relative;
}
.showDlg
{
	background-color:#f6eceb;
	height:200px;
	width:300px;
	position: absolute;
	z-index:50;
	border: 2px solid #cd0100;
	padding:10px;
}
#close_video {
	font-size: 12px;
	font-family: Arial;
	background-color: #cd0100;
	color: #FFFFFF;
}
.bottom_bg {
	background-image: url(img/bg2_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.bg_top {
	background-image: url(img/bg2_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.body_bg {
	background-image: url(img/bg2.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
