body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;

}

form {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: center;
}

.text1 {
	padding: 30px 0px 0px 10px;
	letter-spacing: -3px;
	text-transform: lowercase;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 34px;
	color: #FFFFFF;
}

.text2 {
	color: #06673A;
}

.text3 {
	padding: 45px 0px 0px 3px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.text4 {
	padding-left: 10px;
	background: url(images/img6.gif) no-repeat left center;
	font-size: 11px;
	font-weight: bold;
	color: #4D886C;
}

a {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
}

.style1 {
	text-align: center;
	color: #8EB1A1;
}

.style1 a {
	color: #31AD74;
	text-decoration: none;
}

.style1 a:hover {
}

.list1 {
	padding-right: 10px;
	text-align: left;
	margin-left: 0px;
	list-style: none;
	line-height: 22px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

.list1 li {
	padding: 5px 0px 5px 10px;
}

.list1 a {
	background: none;
	text-decoration: none;
	padding-right: 15px;
	color: #A1A1A1;
}

.list2 {
	margin-left: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

.list2 a {
	color: #1EA969;
}

.bg2 { float:left }
	{text-align:left

}

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;

}

#slideshow{
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	height:640px;
	position:relative;
	width:640px;

}

#slideshow ul{
	margin:0;
	padding:0;
	height:620px;
	left:10px;
	list-style:none outside none;
	overflow:hidden;
	position:absolute;
	top:10px;
	width:620px;
}

#slideshow li{
	position:absolute;
	display:none;
	z-index:10;
}

#slideshow li:first-child{
	display:block;
	z-index:1000;
}

#slideshow .slideActive{
	z-index:1000;
}

#slideshow canvas{
	display:none;
	position:absolute;
	z-index:100;
}

#slideshow .arrow{
	height:86px;
	width:60px;
	position:absolute;
	background:url('img/arrows.png') no-repeat;
	top:50%;
	margin-top:-43px;
	cursor:pointer;
	z-index:5000;
}

#slideshow .previous{ background-position:left top;left:0;}
#slideshow .previous:hover{ background-position:left bottom;}

#slideshow .next{ background-position:right top;right:0;}
#slideshow .next:hover{ background-position:right bottom;}
