A, BODY, INPUT, OPTION, SELECT, TABLE, TD, TR, LI, P, TEXTAREA {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
body {
	background-color: #1d0a08;
	font-family: Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font: 8pt Verdana;
	margin: 5px;
}

.mainmenu {
  background-color: #4f071d;
}

.header {
  background-color: #1d0a08;
}

a:link, a:visited, a:active {
	color: #dd6a00;
	cursor: pointer;
	font: 8pt Verdana;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #842a05;
	cursor: pointer;
}

input, textarea, select {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
}

TABLE.RecordsTable {
	border: 1px outset #641a01;
	background-color: #3c1612;
	font-size: 12px;
	color: #ffbb00;
}

.c_text {	font-size: 12px;
	color: #ffbb00;
}

.RecordsTableHeader {
	background-color: #640614;
	font-weight: bold;
	color: #ffbb00;
	Border-Bottom: #641a01 1px outset;
	white-space: nowrap;
	padding: 4px;
}

.button {
height:20px;
border-color:#641a01 #641a01 #641a01 #641a01;
border-style:solid;
border-width:1px;
color: #efc72b;
background:#3c1612;
cursor:pointer;
}

.button:hover {
height:20px;
border-color:#f7cc2c #f7cc2c #f7cc2c #f7cc2c;
border-style:solid;
border-width:1px;
color: #efc72b;
background:#3c1612;
cursor:pointer;
}

.button:focus {
height:20px;
border-color:#585858 #585858 #585858 #585858;
border-style:solid;
border-width:1px;
color: #000000;
background:#e8e8e8;
cursor:pointer;
}

input, textarea {
	padding-left: 2px;
	background: #470215;
	color: #ffbb00;
	border: 1px solid #641a01;
}
input:focus {
	background: #470215;
	color: #ffbb00;
	border: 1px solid #641a01;
	border-left: 3px solid #641a01;
}
select {
	padding-left: 2px;
	background: #470215;
	color: #ffbb00;
	border: 1px solid #641a01;
	width: 400px;
}

.Record {
	background-color: #3c1612;
	Border-Bottom: #641a01 1px outset;
}

.MenuTable {
	background-color: #1d0a08;
	font-weight: none;
	color: #FFFFFF;
	border: 0px outset #641a01;
	white-space: nowrap;
}

.FooterTable {
	background-color: #1d0a08;
	font-weight: none;
	color: #FFFFFF;
	border: 0px;
	white-space: nowrap;
}

.ErrorTable {
    width: 100%;
	padding: 10px;
	background-color: #af3939;
	font-weight: none;
	border: 1px solid #641a01;
}

A.wLink {
	Color: #ffbb04;
}
A:Hover.wLink {
	Color: #ffbb04;
}
A:Visited.wLink {
	Color: #ffbb04;
}
