td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
a.red:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.red:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.red:hover {
	text-decoration: none;
	color: #8b0703;
}
a.red:active {
	text-decoration: none;
	color: #8b0703;
}
.Text_time {
	color: #FF0000;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tit {
	color: #0086de;
}
.tit2 {
	color: #8F020A;
	position:absolute;
	filter:
        Dropshadow(offx=1,offy=0,color=white)
        Dropshadow(offx=0,offy=1,color=white)
        Dropshadow(offx=0,offy=-1,color=white)
        Dropshadow(offx=-1,offy=0,color=white);
	letter-spacing: 2px
}
.tit3 {
	font-size: 14px;
	font-weight: bold;
}
.tit4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

div#MainPromotionBanner{
	width:505px;
	height:74px;
	background:#feb900;
}
#MainPromotionBanner #SlidePlayer {
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 74px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width: 505px;
	height: 74px;
}

#MainPromotionBanner .Slides img{
	border:0;
	display: block;
	width: 505px;
	height: 74px;	
}

#MainPromotionBanner .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 60px; 
	right: 0px;
	z-index: 10;
	height: 25px;	
}
#MainPromotionBanner .SlideTriggers li{
	float: left;
	display: inline;
	color: #FF0000;
	text-align: center;
	line-height:10px;
	width: 10px;
	height: 10px;
	font-family: Arial;
	font-size: .8em;
	cursor: pointer;
	overflow: hidden; 
	margin:3px 6px;
	background: url(../images/slide_trigger.gif) no-repeat center center;
}
#MainPromotionBanner .SlideTriggers li.Current{ 
	color:#fff; 
	background: url(../images/slide_trigger_c.gif) no-repeat center center;
	border:0; 
	font-weight:bold;
	font-size: .8em;
	line-height: 10px;
	height: 10px;
	width: 10px;
	margin:3px 6px; 
}