body {
  background-color: #051922;
  color: #3C7883;
  font-size: 8pt; 
  font-family:verdana;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}


legend {
		font-family: arial;
		font-size: 10pt;
            font-weight: bold;
		color: #3C7883;

}

fieldset {
  border: 1px solid #3C7883;
}

form {
  margin: 0px;
}

textarea
	{
		font-family: arial;
		font-size: 10pt;
		color: #3C7883;
		background-color: #051922;
		border: 1px solid #3C7883;
	}

input, select
	{
		font-size: 10px;
		color: #3C7883;
		background-color: #051922;
		border: 1px solid #3C7883;
	}

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: #3C7883;
  border: 0px;
  color: #3C7883;
  height: 1px;
}

a:link, a:visited, a:active
	{
		text-decoration: none;
		color: #3C7883;
	}
	
a:hover
	{
		color: #A7BFD5;
		text-decoration: underline;
	}

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

/* Define some colors */

.darkbg {
  background-color: #051922;
  color: #3C7883;
}

.mediumbg {
  background-color: #0D3C46;
  color: #FFFFFF;
}

.lightbg {
  background-color: #051922;
  color: #3C7883;
}
.lightbgalt {
  background-color: #114250;
  color: #3C7883;
}

.highlight {
  background-color: yellow;
  color: #000;
}

/* Top menu */

a.menu, a.menu:visited {
  background-color: #3A4748;
  border: 1px solid #9191A5;
  color: #3C7883;
  font-weight: bold;
  margin-left: 4px;
  margin-right: 4px;
  padding: 3px;
  text-decoration: none;
}
a.menu:hover, a.menu:active {
  color: #3C7883;
  background-color: #3A4748;
  background-image: url(grad_bg.jpg);
}

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

.tableborder { border:1px solid #3C7883;background-color:#3C7883 padding:0px; margin:0px; width:85% }


.tablebg {
  background-color: #051922;
  color: #3C7883;

TD { color: #3C7883; font-size: 8pt; font-family:verdana; }