body{

background-color:#2A3D44;
margin:10px 0 10px 0;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#202020;
}

.head{
margin:15px 25px 15px 25px;
}

.img{
float:right; margin-left:20px;
}

.img1{
float:left; margin-right:20px;
}

.cap{
background-color:#334A52; height:23px; width:auto;
font-family:Arial, Helvetica, sans-serif; font-size:14px;
color:#FFFFFF;
padding: 0px 0px 0px 10px;
font-weight:bold;
}

.cap-mar{
margin-bottom:20px;
}

.cap-mar-right{
margin-left:15px; margin-bottom:20px;
}

.bor{
border-right:#333333 dotted 1px;}

.mar{
margin:0px 20px 0px 0px;}

.mar1{
margin:0px 0px 0px 15px;}


.content{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#333333;
text-align:left;
line-height:24px;padding-left:20px;}

a{
color:#333333;
text-decoration:underline;
}

a:hover{
color:#333333;
font-weight:bold;
text-decoration:underline;
}

.li{
list-style-image:url(image/li.jpg); list-style-position:outside;
line-height:24px;}

.news{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#333333;
text-decoration:underline;
font-weight:bold;
}


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