body, table
{
	font-family: Arial;
	font-size: 10pt;
}

p
{
	font-family: Arial;
	font-size: 9pt;
	line-height: 13pt;
}

/* a */
a, a:visited
{
	font-family: Arial;
	color: Black;
	text-decoration: underline;
	font-weight: bold;
}

a:hover
{
	font-family: Arial;
	color: Gray;
}

/* Formularfelder */
.cilEdit, select, checkbox
{
	border-style: solid;
	border-width: 1pt;

	font-size: 10pt;
	font-family: arial;

	background-color: white;
	width: 200px;
}

.txtSmall
{
	font-size: 8pt;
}