body {
  background-color: #155264;
  color: #2e4356;
  font-size: 8pt; 
  font-family:verdana;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

fieldset {
border: 1px solid #334d64;

}

form {
  margin: 0px;
  border: 1px solid #334d64;
  background-color: #5f98af    
  
}

textarea
	{
		font-family: arial;
		font-size: 10pt;
		color: #155264;
		background-color: #E8F4FF;
		border: 1px solid #334d64;
		
	}

input, select
	{
		font-size: 12px;
		color: #2e4356;
		background-color: #d4d4d4;
		margin: 5px;
		margin-top: 5px;
		margin-bottom: 5px; 
		border: 1px solid #334d64;
		
	}

h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;

}

h2 {
  font-size: 15px;
  margin: 0px;
  padding: 0px;
}
h3 {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}

hr {
  background-color: #155264;
  border: 0px;
  color: #5a6b87;
  height: 1px;
  
}

a:link, a:visited, a:active
	{
		text-decoration: none;
		color: #2e4356;
		padding: 1px;

	}
	
a:hover
	{
		color: #2e4356;
		text-decoration: none;
		
	}

div.bottom {
  color: #2e4356;
  font-size: 10px;
  text-align: center;
  
}

/* Define some colors */

.darkbg {
  background-color: #334d64;
  color: #5a6b87;
}

.mediumbg {
  background-color: #A5B8C9;
  background-image: url();
  color: #FFFFFF;
  border: 1px solid #334d64;
}

.lightbg {
  background-color: #9bb0c5;
  color: #5a6b87;
}
.lightbgalt {
  background-color: #BCCAD6;
  color: #5a6b87;
}

.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 #334d64;
  color: #2e4356;
  font-weight: bold;
  margin-left: 4px;
  margin-right: 4px;
  padding: 3px;
  text-decoration: none;
}
a.menu:hover, a.menu:active {
  color: #2e4356;
  background-color: #3A4748;
  background-image: url(grad_bg.jpg);
}

a.table_top, a.table_top:active {
  color: #2e4356;
  text-decoration: none;
}
a.table_top:hover {
  color: #2e4356;
  text-decoration: underline;
}

.tableborder { border:1px solid #65808A;background-color:#65808A padding:0px; margin:0px; width:520 }


.tablebg {
  background-color: #DCE7F2;
  color: #5a6b87;

TD { color: #5a6b87; font-size: 8pt; font-family:verdana; }

.join_edit_error {
	background-color: #DCE7F2;
	border: 1px solid #5a6b87;
	padding: 2px;
}

a.help { color: #65808A; font-weight: bold; text-decoration: none; }
a.help:hover { color: #65808A; text-decoration: underline; }