body {
  background-image: url(images/crop.jpg);
  font-family: Arial;
  font-size: 12px;
  color: #000000;
}

.letts {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-attachment: fixed;
	background-image: url(images/body.jpg);
	background-repeat: repeat;
	background-position: center center;
}
.text {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.links {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
	text-decoration: underline;
}

.links a{
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	color:#000000;
	text-decoration: underline;
}

.links a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color:#990000;
	text-decoration: underline;
}.bold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.bold2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.italic {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #990000;
}

.leftbg {
  background-image: url(../images/repeat.jpg);
  background-repeat: repeat-y;
}

.bodybg {
  background-image: url(images/body.jpg);
  background-repeat: repeat;
}

.rightbg {
  background-image: url(images/right.jpg);
  background-repeat: repeat-y;
}

.flashborder {
  border: thin solid #617a5c;
}

.greenborder {
  border: medium solid #6d8263;
}