
body, td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

A, A:active, A:visited
{
	text-decoration: none;
	color: #ffffff;
}

A:hover
{
	text-decoration: none;
	color: #ffa600;
}

.credits A, .credits A:active, .credits A:visited
{
	text-decoration: none;
	color: #ffffff;
}

.credits A:hover
{
	text-decoration: none;
	color: #e2091b;
}

.field
{
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #666666;
	background-image: url(field.gif);
	padding-left: 5px;
	padding-right: 5px;
}

textarea
{
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #666666;
	background-image: url(field.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	overflow: auto;
}

.button
{
	background-color: #ffa600;
	border: 1px solid #ffa600;
}