@charset "iso-8859-1";
/* CSS Document */
.bg {background-position:bottom; background-repeat:no-repeat}
td {color:#A0A0A0; font-size:10px; font-family:Tahoma, Arial, Geneva, sans-serif}
a.txt {color:#A0A0A0; font-size:10px; text-decoration:underline}
a.txt:hover {text-decoration:none}
.www {color:#A0A0A0; font-size:10px; text-decoration:none}
.www:hover {text-decoration:underline}
.grey-txt {color:#737373; font-size:10px; text-decoration:none}
.grey-txt:hover {text-decoration:underline}
.fiol-txt {color:#5D67A7; font-size:10px; text-decoration:none}
.fiol-txt:hover {text-decoration:underline}
a.fiol {color:#5D67A7; font-size:10px; text-decoration:underline}
a.fiol:hover {text-decoration:none}
.red-txt {color:#FF5A00; font-size:10px; text-decoration:none}
.red-txt:hover {text-decoration:underline}
a.red {color:#FF5A00; font-size:10px; text-decoration:underline}
a.red:hover {text-decoration:none}
.input {color:#5D67A7; font-size:10px; text-decoration:none; font-family:Tahoma, Arial, Geneva, sans-serif; font-weight:bold}
.scroll {scrollbar-3dlight-color : #A3A9D0; 
	scrollbar-arrow-color : #7F87B9;
	scrollbar-base-color : #A3A9D0;
	scrollbar-darkshadow-color : #7F87B9;
	scrollbar-face-color : #A3A9D0;
	scrollbar-highlight-color : #7F87B9;
	scrollbar-shadow-color : #7F87B9;
	scrollbar-track-color : #A3A9D0}

<style type="text/css" media="screen">
#slider {
    width: 631px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	float:left;
}

#sliderContent, #slider1Content {
    width: 100px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage, .slider1Image {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul { list-style-type: none;}
.style2 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight: bold;
}
.style3 {font-size: 12px}

.style4 {
	font-size: 14px;
	color: #FFFFFF;
}

.style5 {font-size: 14px; color: #FFFFFF; font-weight: bold; }

a:link {
color: #ffffff;
}
a:hover {
color: #ff0000;
}
a:active {
color: #0000ff;
}