.cls
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
html
{
	scrollbar-face-color: #7d7d7d;
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #a2a2a1;
	scrollbar-shadow-color: #0d0d0c;
	scrollbar-highlight-color: #76787c;
	scrollbar-3dlight-color: #76787c;
	scrollbar-darkshadow-color: #c9c9c9;
}
.text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
.BODY
{
	font-weight: normal;
	line-height: normal;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
.test12
{
	font-weight: normal;
	line-height: bold;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #ff9500;
}
.style4
{
	font-weight: bold;
	line-height: normal;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.linkText1
{
	font-size: 11px;
	color: #f29004;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}
a.linkText1:link
{
	font-size: 11px;
	color: #f29004;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
}
a.linkText1:active
{
	color: #000000;
	text-decoration: none;
}
a.linkText1:hover
{
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: underline;
}
.linkText
{
	font-size: 9px;
	color: #ffffff;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}
a.linkText:link
{
	font-size: 9px;
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
}
a.linkText:active
{
	color: #be7104;
	text-decoration: none;
}
a.linkText:hover
{
	font-size: 9px;
	color: #ff8f00;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: underline;
}
.footer
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
a.footer:link
{
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	font-family: Verdana;
	text-decoration: none;
}
a.footer:active
{
	color: #6b00ff;
	text-decoration: none;
}
a.footer:hover
{
	font-size: 9px;
	color: #e66f09;
	font-family: Verdana;
	text-decoration: none;
}


#slideshow DIV
{
	position: absolute;
	background-color: White;
}

#slideshow DIV.active
{
	z-index: 10;
	opacity: 1.0;
}

#slideshow DIV.last-active
{
	z-index: 9;
}

#slideshowcs
{
	float: left;
	position: relative;
	height: 230px;
	padding-left: 40px;
	top: 25px;
	left: -50px;
	width: 400px;
}

#slideshowcs DIV
{
	position: absolute;
	background-color: White;
}

#slideshowcs DIV.actives
{
	z-index: 10;
	opacity: 1.0;
}

#slideshowcs DIV.last-actives
{
	z-index: 9;
}

#slideshow
{
	float: left;
	position: relative;
	height: 230px;
	padding-left: 40px;
	top: 10px;
	left: -40px;
	width: 400px;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}