BODY {
	margin-left: 0px;
	margin-top: 0px;
	font-size: 14px;
	line-height: 160%;
	color: #666666;
	text-decoration: none;
	margin-right: 0px;
	margin-bottom: 0px;
}

TD  {
	font-size: 14px;
	line-height: 160%;
	color: #666666;
	text-decoration: none;
}

a:link {  font-size: 14px; line-height: 160%; color: #666666; text-decoration: none}
a:visited {  font-size: 14px; line-height: 160%; color: #666666; text-decoration: none}
a:active {  font-size: 14px; line-height: 160%; color: #339900; text-decoration: none}
a:hover {  font-size: 14px; line-height: 160%; color: #339900; text-decoration: none}

.mainbold {	font-size: 14px; line-height: 160%;	font-weight: bold;	color: #ff6600;}
.mainbold a:link {font-size: 14px; line-height: 160%;	font-weight: bold;	color: #ff6600;}
.mainbold a:visited {font-size: 14px; line-height: 160%;	font-weight: bold;	color: #ff6600;}
.mainbold a:active {font-size: 14px; line-height: 160%;	font-weight: bold;	color: #ff6600;}
.mainbold a:hover {font-size: 14px; line-height: 160%;	font-weight: bold;	color: #ff6600;}

.lvbold {	font-size: 14px; line-height: 160%;	font-weight: bold;	color: #ff6600;}
.lvbold a:link {font-size: 14px; line-height: 160%;	font-weight: bold;	color: #ff6600;}
.lvbold a:visited {font-size: 14px; line-height: 160%;	font-weight: bold;	color: #ff6600;}
.lvbold a:active {font-size: 14px; line-height: 160%;	font-weight: bold;	color: #ff6600;}
.lvbold a:hover {font-size: 14px; line-height: 160%;	font-weight: bold;	color: #ff6600;}

.txt001 { font-size: 12px; color: #009999;}
.txt001 a:link {	font-size: 12px; color: #009999;}
.txt001 a:visited { font-size: 12px; color: #009999;}
.txt001 a:hover { font-size: 12px; color: #339933;}

.txt003 { font-size: 12px; color: #ff6600;}
.txt003 a:link {	font-size: 12px; color: #ff6600;}
.txt003 a:visited { font-size: 12px; color: #ff6600;}
.txt003 a:hover { font-size: 12px; color: #339933;}

.txt002 {
	font-size: 14px;
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


div#MainPromotionBanner{
	width:750px;
	height:180px;
	background:#feb900;
}
#MainPromotionBanner #SlidePlayer {
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 180px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width: 750px;
	height: 180px;
}

#MainPromotionBanner .Slides img{
	border:0;
	display: block;
	width: 750px;
	height: 180px;	
}

#MainPromotionBanner .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 155px; 
	right: 0px;
	z-index: 10;
	height: 25px;	
}
#MainPromotionBanner .SlideTriggers li{
	float: left;
	display: inline;
	color: #74a8ed;
	text-align: center;
	line-height:16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: .9em;
	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: 1.4em;
	line-height: 21px;
	height: 21px;
	width: 21px;
	margin:0 6px; 
}