.greentop {
	background-image: url(../images/greentop.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.litgreen {
	background-image: url(../images/logocss.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.links
  {
       font-family:verdana;
       font-size:12px;
       color:#003300;
       text-decoration: none;
  }
.links:hover
  {
       font-size:12px;
	   color:#2B9800;
	   text-decoration: underline;
  }
	   
.tcnfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
}
.linkbg {
	background-image: url(../images/linkbg.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
}
.green {
	background-image: url(../images/green.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.wg {
	background-image: url(../images/whitgreen.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
