span{ color:#000000}

strong a{ font-size:10px}

strong{ font-size:10px}
b{ color:#E93400}
b{ color:#990000}


#window
{
	position: absolute;
	left: 180px;
	top: 180px;
	width: 700px;
	height: 500px;
	overflow: hidden;
	display: none;
}
#windowTop
{
	height: 30px;
	overflow: 30px;
	background-image: url(images/window_top_end.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}
#windowTopContent
{
	margin-right: 13px;
	background-image:url(images/window_top_start.png);
	background-position:left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #6caf00;
	color: #FF6250;
	color: #fff;
        text-align: center;
}
#windowMin
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}
#windowMax
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
	display: none;
}
#windowClose
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#windowBottom
{
	position: relative;
	height: 473px;
	background-image: url(images/window_bottom_end.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#windowBottomContent
{
	position: relative;
	height: 470px;
	background-image: url(images/window_bottom_start.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 13px;
}
#windowResize
{
	position: absolute;
	right: 3px;
	bottom: 5px;
	cursor: se-resize;
}
#windowContent
{
	position:absolute;
	top: 30px;
	left: 10px;
	width: auto;
	height: auto;
	overflow: auto;
	margin-right: 10px;
	border: 1px solid #6caf00;
	border: 1px solid #990000;
	width: 675px;
	height: 455px;
	font-size: 12px;
	font-family:verdana, Arial, Helvetica, sans-serif;
	color: #554532;
	background-color: #fff;
        text-align: left;
}
#windowContent *
{
	margin: 10px;
}
#windowText {  margin-left: 10px; }

.transferer2
{
	border: 1px solid #6BAF04;
	border: 1px solid #FF2828;
	background-color: #B4F155;
	background-color: #FF7F7C;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}

        #slideshow {
            position:relative;
            height:339px;
        }
        #slideshow IMG {
            position:absolute;
            top:0;
            left:0;
            z-index:8;
        }
        #slideshow IMG.active {
            z-index:10;
        }
        #slideshow IMG.last-active {
            z-index:9;
        }
