/* DATEI: styles.css*/
h1  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 14px;
	font-weight : bold;
	color : #999999;
	margin-left : 0px;
	margin-bottom : 0px;
}

h2  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 10px;
	font-weight : bold;
	color : #999999;
	margin-left : 0px;
	margin-bottom : 5px;
}

h3  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 13px;
	font-weight : bold;
	color : #CC6600;
	margin-left : 0px;
	margin-bottom : 0px;
}

h4  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 14px;
	font-weight : 900;
	color : #999999;
	margin-left : 0px;
	margin-bottom : 0px;
}

p  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 10px;
	color : #000000;
	line-height : 14px;
	margin-bottom : 0%;
	margin-top : 0px;
}

b  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 10px;
	font-weight : 600;
	color : #000000;
	line-height : 14px;
	margin-top : 0px;
	margin-bottom : 0px;
}

i  {
	font-family : Arial,Helvetica,Geneva,sans-serif;
	font-style : italic;
	font-size : 12px;
	color : #000000;
	line-height : 14px;
	margin-top : 0px;
	margin-bottom : 0px;
}


