body {
	background-image: url(img/bgtemp_r2_c13.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.hmelef {
	padding-left: 10px;
	padding-top: 22px;
	color: #666;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
.bodyhome {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.hmetempl {
	padding-left: 22px;
	padding-top: 22px;
	color: #666666;
	font-size: 12px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #00AE2B;
}
.style3 {
	font-size: 16px;
	color: #239B23;
}

.h2 {
	font-size: 14px;
	font-weight: bold;
	color: #00AE2B;
}
.tablcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #DE3423;
}
a:active { outline:none; }

a img{border:none;}
#container {
	width:548px;

	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:548px;
	height:248px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
	display:none;
}

#frame {
	position:absolute;
	z-index:0;
	width:548px;
	height:248px;
	top:-3px;
	left:-80px;
	display:none;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
 top:-10px;
	left:0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:548px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:548px;
	height:400px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-25px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:549px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
	display:none;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:0px 10px 10px 20px;
	background:#666;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:0.8em;

	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;

}

.linktext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}

a:link {
	color: #333;
}
a:visited {
	color: #666;
}
a:hover {
	color: #0C0;
}
a:active {
	color: #333;
}
