<!--
body {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	background: url(images/bg.png) repeat-x #fff;
}
h1 {
	font-family: "Monotype Corsiva", Verdana;
	font-size: 30pt;
	margin-top: 30px;
	margin-bottom: 0px;
	background-color:transparent;
	color: #fff;
}
h2 {
	font-family: Arial;
	font-size: 9pt;
	font-variant: small-caps;
	font-weight: normal;
	color: #eee;
	letter-spacing: 2px;
	margin: 0px;
}
img {
border: 0px;
}
hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	width: 100%;
	margin-bottom: 20px;
}
a {
text-decoration:none;
color: #93C;
}
a:hover {
text-decoration:none;
color: #999;
}
p {
text-indent: 5px;
margin: 0px;
}
form{
background-color: #eee;
padding: 4px;
border-left: 3px solid #000;
}
input {
}
#navlist li {
display: inline;
list-style-type: none;
margin-right: 20px;
color: #fff;
}
#navlist li a {
color: #fff;
}
#navlist li:hover {
border-bottom: 10px solid #fff;
}
#s7 { width: 300px; height: 270px; }
#s7 div { width: 300px; height: 270px; padding: 0px; overflow: hidden; }
#s7 div { top: 0; left: 0 }
.transparent {
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
}
.visible {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}
-->