body {SCROLLBAR-FACE-COLOR: #aaaaaa; 
		SCROLLBAR-HIGHLIGHT-COLOR: #aaaaaa; 
		SCROLLBAR-SHADOW-COLOR: #626262; 
		SCROLLBAR-ARROW-COLOR: #B12929;; 
		SCROLLBAR-TRACK-COLOR: #f5f5f5; 
		SCROLLBAR-DARKSHADOW-COLOR: #f5f5f5; 
		SCROLLBAR-borderwidth:5;
		}

.body_bg {
	position: absolute;
	z-index: auto;
	height: 300px;
	width: 100%;
	top:0px;
	left: 0px;
	bottom: 0px;
	overflow: visible;
}
.body {
	position: absolute;
	visibility: visible;
	z-index: auto;
	top: 0px;
	height: 100%;
	width: 100%;
	left: 0px;
}
.text_date {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #A9A9A9;
}
.text_main {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: justify;
}

.text_main1 {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	
}  

.link_red {
	font-family: Tahoma;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #B12929;
	text-align:right;
	text-decoration: none;
}
A.link_red {

	font-family: Tahoma;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #B12929;
	text-decoration: none;
}
A.link_red:hover {


	font-family: Tahoma;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #B12929;
	text-decoration: underline;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.text_footer {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #626262;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
A.text_footer {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #626262;
	text-decoration: none;
	/*text-transform: uppercase;*/
}
A.text_footer:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #626262;
	text-decoration: underline;
	/*text-transform: uppercase;*/
}
.copyright {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: 828282;
	text-decoration: none;
}



/*#slideshow {
      
}

#slideshow IMG {
    
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}*/

#slideshow {
    position:relative;
  }

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
   
    display: block;
    border: 0;
    margin-bottom: 10px;
}



