body {
	background-image: url(images/waterbkg.png);
	background-color: #083CB4;
	font-size: 14px;
}

td {
  font-size: 14px;
}

a {
	color: #54FCFC;
	border: 0px;
}

.news {
	font-weight: bold;
	font-family: "lucida console", "lucida typewriter", monospace;
	width: 800px;
	color: #FFFF50;
}

.title-left-top {
	background-image: url(images/textbar-left-top.gif);
	background-repeat: norepeat;
	width: 8px;
	//height: 40px;
}

.title-left-bottom {
	background-image: url(images/textbar-left-bottom.gif);
	background-repeat: norepeat;
	width: 8px;
	//height: 40px;
}

.title-top {
	background-image: url(images/textbar-mid-top.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding: 8;
	vertical-align: top;
	color: #FCFCFC;

}

.title {
	background-image: url(images/textbar-mid.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding: 8;
	vertical-align: top;
	color: #FC5454;
}

.title-right-top {
	background-image: url(images/textbar-right-top.gif);
	background-repeat: norepeat;
	width: 8px;
	//height: 40px;
}

.title-right-bottom {
	background-image: url(images/textbar-right-bottom.gif);
	background-repeat: norepeat;
	height: 32px;
	width: 8px;
}

.top-left {
	background-image: url(images/top-left-icon.gif);
	background-repeat: norepeat;
	height: 40px;
	width: 40px;
}

.top {
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
	//height: 40px;
}

.top-right {
	background-image: url(images/top-right.gif);
	background-repeat: norepeat;
	//height: 40px;
	width: 8px;
}

.bottom-left {
	background-image: url(images/bottom-left.gif);
	background-repeat: norepeat;
	//height: 32px;
	width: 8px;
}

.bottom {
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
	//height: 32px;
	width: 8px;
}

.bottom-right {
	background-image: url(images/bottom-right.gif);
	background-repeat: norepeat;
	//height: 32px;
	width: 8px;
}

.left {
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
	width: 16px;
}

.right {
	background-image: url(images/right.gif);
	background-repeat: repeat-y;
	width: 16px;
}

.message {
	background-color: #A80000;
}

.whitebox {
  background-color: #FFFFFF;
  border-color: #EEEEEE;
  border: 4px;
  width: 800px;
  text-align: center;
}

.newsbox {
  background-color: #A80000;
  border-color: #000000;
  border-style: solid;
  font-weight: bold;
  color: #FFFF50;
  border-width: 2px;
	font-family: "lucida console", "lucida typewriter", monospace;
}

.whitetext {
  color: #FFFFFF;
}

.yellowtext {
  color: #FFFF50;
}

.redtext {
 	color: #FC5454;
}

.greentext {
  color: #00D700;
}

.fbold {
  font-weight: bold;
}

.center {
  text-align: center;
  align: center;
}

.yellowborder {
  border-style: solid;
  border-width: 2px;
  border-color: #FFFF50;
}

img {
  border: 0px;
}

.padded4 {
  padding: 4px;
}

.padded2 {
  padding: 2px;
}

.marginy {
  margin: 2px;
}

.imgfloat {
  float: left;
  clear: left;
}
