body {
  background : #EEFFDD;
  margin : 0;
  padding-bottom:25px;
}
.topbar {
  position : absolute;
  background : #37C84B;
  height : 160px;
  top : 0px;
  left : 0px;
  width : 100%;
}
.navbar {
  width : 200px;
  position : absolute;
  background : #37C84B;
  left : 0px;
  top : 160px;
}
.main {
  margin-left:225px;
  margin-top:185px;
  margin-right:25px;

}
.wnd {
  margin : 15px;
  border : solid 1px black;
  background : #66DD77;
}
.wnd .title {
  background : #008800;
  padding : 5px;
  font-weight : bold;
  font-size : 12px;
  color : #00FF00;
  border-bottom : solid 1px black;
}
.wnd .content {
  padding : 5px;
}
.news {
  border-bottom : solid 1px black;
  margin-bottom : 5px;
}
.newsdate {
        float : right;
}
.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #66CC33;
	font-weight: bold;

}
a {
	color : #008800;
}
.menu a {
	color: #66CC33;
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
}
.btn {
	background-color: #669933;
	text-align: center;
}
.btn a {
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.btnh {
	background-color: #66CC33;
	text-align: center;	
	font-weight: bold;
	color: #FFFFFF;	
}
.sptn {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-width: 1px;
	border-color: #66CC33;
	padding: 5px;
	display: block;
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 3px;
}
.spts {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-width: 1px;
	border-color: #66CC33;
	padding: 5px;
	display: block;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

.h2 {
    font-size : 18pt;
	font-weight : bold;
	margin-bottom : 8px;
        margin-top : 6px;
}
.credits {
  margin-top : 100px;
 text-align : center;
 font-size : 9pt;
}
table.chart th {
  text-align : left;
  border-bottom : solid 2px black;
}
table.chart td, table.chart th {
  border-right : solid 1px black;
  padding-left : 5px; padding-right : 10px;
}
.hover {
display : block;
border-bottom : dotted 1px black;
}

.yrsel { float : right; background : #669933; border  : solid 1px #669933}
.yrsel a { text-decoration : none; color : #EEFFDD }
.yrsel b { background : #EEFFDD }
