body {
  background-color: #E8F4FF;
  color: #6690a0;
  font-size: 8pt; 
  font-family:verdana;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

fieldset {
  border: 1px solid #65808A;
}

form {
  margin: 0px;
}

textarea
	{
		font-family: arial;
		font-size: 10pt;
		color: #65808A;
		background-color: #e7ffeb;
		border: 1px solid #65808A;
	}

input, select
	{
		font-size: 10px;
		color: #65808A;
		background-color: #e7ffeb;
		border: 1px solid #ffffff;
	}

h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

h2 {
  font-size: 15px;
  margin: 0px;
  padding: 0px;
}
h3 {
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

hr {
  background-color: #65808A;
  border: 0px;
  color: #65808A;
  height: 1px;
}

a:link, a:visited, a:active
	{
		text-decoration: none;
		color: #6690a0;
	}
	
a:hover
	{
		color: #65808A;
		text-decoration: underline;
	}

div.bottom {
  color: #65808A;
  font-size: 10px;
  text-align: center;
}

/* Define some colors */

.darkbg {
  background-color: #bff3f1;
  color: #6690a0;
}

.featured {
  background-color: #bff3f1;
  color: #6690a0;
  width: 200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #a5b8c9;
  border-collapse: collapse;
}

.mediumbg {
  background-color: #d2ffda;
  color: #0da5c5;
}

.lightbg {
  background-color: #ffffff;
  color: #6697a1;
}
.lightbgalt {
  background-color: #ffffff;
  color: #6690a0;
}

.highlight {
  background-color: yellow;
  color: #000;
}

/* Stats Style */
.stats_top {
	text-align: center;
}
.stats_left { 
      text-align: left;
}
.stats1 {
	text-align: center;
}
.stats2 {
	text-align: center;
}


/* Top menu */

a.menu, a.menu:visited {
  background-color: #3A4748;
  border: 1px solid #9191A5;
  color: #6690a0;
  font-weight: bold;
  margin-left: 4px;
  margin-right: 4px;
  padding: 3px;
  text-decoration: none;
}
a.menu:hover, a.menu:active {
  color: #6690a0;
  background-color: #3A4748;
  background-image: url(grad_bg.jpg);
}

a.table_top, a.table_top:active {
  color: #6690a0;
  text-decoration: none;
}
a.table_top:hover {
  color: #65808A;
  text-decoration: underline;
}

.tableborder { border:1px solid #ffffff; background-color:#65808A padding:0px; margin:0px; width:520 }


.tablebg {
  background-color: #c1e9ee;
  color: #65808A;

TD { color: #65808A; font-size: 8pt; font-family:verdana; }

.join_edit_error {
	background-color: #DCE7F2;
	border: 1px solid #65808A;
	padding: 2px;
}

a.help { color: #65808A; font-weight: bold; text-decoration: none; }
a.help:hover { color: #65808A; text-decoration: underline; }
