﻿body
{
	font-size: small;
	font-family: Arial, Verdana, Geneva, sans-serif;

}

A.leftmenu
{
	text-decoration: none;
	color: white;
	font-weight: bold;
	padding:3px 0px 3px 10px;
	margin-bottom:10px;
	font-size:small;
	text-align: left;
	display:block;
	background-color:#bcb293;
}

A.leftmenu:hover
{
	background-color:#efe5c4;
}

A.leftmenu:active
{
	background-color:#8b8162;
}

A
{
	text-decoration: none;
	color:#5f5237;
}
A:hover
{
	text-decoration: none;
	color:black;
}


select
{
	background-color:#ffffff;
}



.helptitle
{
	border-top: #9a877c 1px solid;
	border-bottom:#9a877c 1px solid;
	height: 30px;
}
