body {
  background-color: #2A0202;
  color: #EBD9B6;
  font-size: 8pt; 
  font-family:verdana;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.border2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
padding:1px;
}
.border3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #4d0909;
font-weight: bold;
padding:1px;
}

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

}

fieldset {
  border: 1px solid #EBD9B6;
}

form {
  margin: 0px;
}

textarea
	{
		font-family: arial;
		font-size: 10pt;
		color: #EBD9B6;
		background-color: #2A0202;
		border: 1px solid #EBD9B6;
	}

input, select
	{
		font-size: 10px;
		color: #EBD9B6;
		background-color: #2A0202;
		border: 1px solid #EBD9B6;
	}

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

a:link, a:visited, a:active
	{
		text-decoration: none;
		color: #EBD9B6;
	}
	
a:hover
	{
		color: #D1AE71;
		text-decoration: underline;
	}

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

/* Define some colors */

.darkbg {
  background-color: #3A0404;
  color: #EBD9B6;
}

.mediumbg {
  background-color: #4D0909;
  background-image: url();
  color: #FFFFFF;
}

.lightbg {
  background-color: #3A0404;
  color: #EBD9B6;
}
.lightbgalt {
  background-color: #520A0A;
  color: #EBD9B6;
}

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

/* Top menu */

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

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

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


.tablebg {
  background-color: #2A0202;
  color: #EBD9B6;

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