@charset "utf-8";
/* CSS Document */

.style3 {font-size: 18px}
.style4 {
	font-size: 18px;
	font-weight: bold;
}

.thelink:link {text-decoration: none; color: #FFFFFF;}
.thelink:visited {text-decoration: none; color: #FFFFFF;}
.thelink:hover {text-decoration: none; color: #CC0000;}
.thelink:active {text-decoration: none; color: #FFFFFF;}
.thelinka {
  width: 140px;
  text-align: left;
  float: left;
  margin-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 5px;
  font: 12px Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #52762f;
}

.img {
  border: 1px solid #999999;
  margin-top: 30px;
  margin-left: 25px;
  margin-bottom: 30px;
}