a.horse_menu
{
	color: white;
	font-size: 14px;
}

a.horse_menu:hover
{
	color: white;
	text-decoration: underline;
}

a.green
{
	color: #67c03d;
	text-decoration: none;
}

a
{
	color: black;
	text-decoration: none;
}

a:hover
{
	color: #67c03d;
}

a.underlined
{
	text-decoration: underline;
	font-style: italic;
}

BODY
{
	background-color: #f5e786;
	margin: 5px;
}

TABLE.error
{
	border-style: solid;
	border-color: #7f807f;
	border-width: 1px;
}

TABLE.picture
{
	border: double 4px #7B3714;
	width: 100%;
	height: 100%;
}

TD.errortitle
{
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-bottom-color: #7f807f;
	font-size: 14px;
	font-weight: bold;
	background-color: #ffb3b6;
	text-align: center;
}

TD.errorlabel
{
	background-color: #c7c9c7;
	font-weight: bold;
	text-align: right;
}

TD.errorfield
{
	font-weight: normal;
	color: 000000;
	background-color: #ffffff;
}

DIV.wood_board
{
	background-image: url(/images/divers/wood_board.gif);
	background-repeat: no-repeat;
	width: 322px;
	height: 50px;
	color: #f8f1b0;
	font-size: 22px;
	text-align: center;
	padding-top: 10px;
	font-family: Matura MT Script Capitals, Lucida Handwriting, arial, helvetica, sans-serif;
}

input.submit
{
	font-weight: normal;
	border: solid 1px #7B3714;
	background: #E0B840;
	color: #000000;
	font-size: 11px;
}

