/* CSS Document */
ul.slideshow {
	list-style:none;
	width:680px;
	height:420px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#2e3192;
	letter-spacing: 1pt;
	background-image:url(../graphics/wave.gif); 
	background-position:top center;
	margin-left: 0px;
	margin-top: 0px;
}
h1,h2,h3 {
	font-size:1.2em;
	margin:0 0 0.5em 0;
	color:#336633;
 	font-weight:bold;
}
h2 {
	color:#660000;
}
p {
	font-size:1em;
	margin:0 0 0.5em 0;
}
.stylemain {
	font-size:1.2em;
	color:#2e3192;
}
.stylebold {
	font-weight:bold;
}
.styletext {
	font-size:1.2em;
	color:#000066;
}
.style_italics {
	font-size:.9em;
	font-style:italic;
	color:#00BFF3;
}
.style_header {
	font-size:1.7em;
	font-style:italic;
	font-weight:bold;
	color:#00BFF3;
}
.style-easy {
	font-size:1.5em;
	font-style:italic;
	color:#00BFF3;
}
.style2{
	font-size:1em;
	color:#00BFF3;
	font-weight:bold;
}
.style_healthy{
	font-size:1em;
	color:#E91C21;
	font-weight:bold;
}
.style_contact{
	font-size:1.1em;
	color:#DC0000;
	font-weight:bold;
}
.style_contact2{
	font-size:.9em;
	color:#666666;
}
a:link {
	color:#2e3192;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#2e3192;
}
a:hover {
	text-decoration: none;
	color:#00BFF3;
}
a:active {
	text-decoration: none;
	color:#00BFF3;
}