BODY
{
	background-color: #ffffff;
	margin: 0;
	border: 0;
	font: normal .7em Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
	line-height: 1.6em; 
	color: #333; 
	scrollbar-face-color: #eeeeee;
	scrollbar-highlight-color: #f5f9ff;
	scrollbar-shadow-color: #828282;
	scrollbar-3dlight-color: #828282;
	scrollbar-arrow-color: #99cc00;
	scrollbar-track-color: #eeeeee;
	scrollbar-darkshadow-color: #ffffff;
	background-image:url(http://www.tec-spiral.com/images/bg.png);
	background-repeat:repeat-x;
	background-position:0 -869px;
	background-attachment:scroll;
}
		
h3 { clear: both; font-size: 1.1em; color: #000; background: #fff url(images/h3bg.gif) no-repeat center left; padding: 0 14px; margin: 0;}
	
textarea
{
    font-family:				Arial, TahomaHelvetica;
    font-size:					11px;
    border-right:				#000000 0px solid;
    border-top:					#000000 0px solid;
    border-left:				#000000 0px solid;
    border-bottom:				#000000 0px solid;
    overflow:					auto;
}

TD
{
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
}
A:link
{
	color: #333366;
	text-decoration: none;
}
A:visited
{
	color: #666699;
	text-decoration: none;
}
A:active
{
	color: #FF4040;
	text-decoration: none;
}
A:hover
{
	color: #333366;
	text-decoration: underline;
}

A.ffffff_b:link
{
	color: #666699;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-family: "Tahoma", "Verdana";

}
A.ffffff_b:visited
{
	color: #666699;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-family: "Tahoma", "Verdana";

}
A.ffffff_b:active
{
	color: #FF4040;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-family: "Tahoma", "Verdana";

}
A.ffffff_b:hover
{
	color: #666699;
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	font-family: "Tahoma", "Verdana";

}

div#MainPromotionBanner{
	width:415px;
	height:165px;
	background:#feb900;
}
#MainPromotionBanner #SlidePlayer {
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 165px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width: 415px;
	height: 165px;
}

#MainPromotionBanner .Slides img{
	border:0;
	display: block;
	width: 415px;
	height: 165px;	
}

#MainPromotionBanner .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 165px; 
	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; 
}
