body, td, th
{
	/*background-color:#DEB887;*/
	/*background-color:#FFDEAD;*/
	/*background-color:#FAEBD7;*/
	/*background-color:#D2B48C;*/
	/*background-color:#8A7B68;*/
	background-color:#D7C29D;
	font-family:arial;
}

h1
{
	/*fuer Ueberschriften 1. Ranges*/
	font-size:14pt;
	font-weight:bold;
	text-align:center;
}

h2
{
	/*fuer Ueberschriften 2. Ranges*/
	font-size:12pt;
	text-align:left;
	font-weight:normal;
	font-style:italic;
}

h3
{
	/*fuer mittigen Text*/
	font-size:10pt;
	text-align:center;
	font-weight:normal;
}

h4
{
	/*fuer linksbuendigen Text*/
	font-size:10pt;
	text-align:left;
	font-weight:normal;
}

h5
{
	/*fuer Blocktext*/
	font-size:10pt;
	text-align:justify;
	font-weight:normal;
}

h6
{
	/*kleine Schrift*/
	font-size:8pt;
	font-weight:normal;
}

td
{
	font-size:10pt;
	vertical-align:middle;
}

th
{
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

a
{
	font-size:10pt;
	text-decoration:underline;
	color:#000000;
}

p
{
	text-align:center;
}