body, table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0;
}

A:link
{
	color: yellow;
	text-decoration: none;
}

A:active
{
	color: yellow;
	text-decoration: none;
}

A:visited
{	color: yellow;
	text-decoration: none;
}

A:hover
{
	color: yellow;
	text-decoration: underline;
}

tr.hl1
{
}

tr.hl2
{
}

tr.separator
{
	background : #000000;
}

.error
{
	color: #ff0000;
}

.bold
{
	color: #000000;
	font-size: 12px;
	text-decoration: bold;
}

.title
{
	color: #000000;
	font-size: 14px;
	text-decoration: bold;
}

.small
{
	color: #000000;
	font-size: 10px;
}

.big
{
	color: #ffffff;
	font-size: 16px;
	text-decoration: bold;
}

DIV#scroll
{
  font-size: 12px;
  height:   449px;
  overflow: auto;
  margin:   0px;
  padding:  0px;
}

form
{
	border : solid #000000 0px;
	color : #ffffff;
	padding : 1ex;
	font-size: 12px;
}

input, select, option
{
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-color: #bc7f3c;
	border-width: thin;
#	background : #ffffff;
	color : #ffffff;
	font-size: 11px;
}

textarea
{
	border-left: 0px;
	border-right: 0px;
	border-color: #000000;
	border-width: thin;
#	background : #ffffff;
	color : #ffffff;
	font-size: 11px;
}
