A, BODY, INPUT, OPTION, SELECT, TABLE, TD, TR, LI, P, TEXTAREA {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}
body { 
	margin: 0px;
	background-color: black;
	color: white;
}

.mainmenu {
  background-color: #7D7B98;
}

.header {
  background-color: black;
  color: white;
}

A:Link {
	color: white;
	text-decoration: none;
}
A:Visited {
	color: white;
	text-decoration: None;
}
A:Active {
	color: white;
	text-decoration: None;
}
A:Hover {
	color: #58BBEB;
	text-decoration: None;
}

.prodname h3 {
	color: #B4C24B;
	text-decoration: none;
}

.prodname A:Link h3 {
	color: #B4C24B;
	text-decoration: none;
}

.prodname A:Visited h3 {
	color: #B4C24B;
	text-decoration: none;
}

.prodname A:Active h3 {
	color: #B4C24B;
	text-decoration: none;
}

.prodname A:Hover h3 {
	color: #58BBEB;
	text-decoration: none;
}

TABLE.RecordsTable {
	background-color: black;
	color: white;
	font-size: 12px;
}

.BrowseTableHeader {
	font-weight: bold;
	color: black;
	white-space: nowrap;
	padding: 4px;
}
.RecordsTableHeader {
	background-color: #7D7B98;
	font-weight: bold;
	color: black;
	white-space: nowrap;
	padding: 4px;
}
.Record {
	background-color: black;
	color: white;
}

.MenuTable {
	background-color: black;
	font-weight: none;
	color: white;
	border: 1px outset black;
	white-space: nowrap;
}

.FooterTable {
	background-color: #7D7B98;
	font-weight: none;
	color: black;
	border: 1px outset white;
	white-space: nowrap;
}

.ErrorTable {
  width: 100%;
	padding: 10px;
	background-color: #7D7B98;
	font-weight: none;
	border: 1px solid white;
}

