/* DATEI: cont.css */

p,h1,h2,h3,ul,ol,li,div,td,th,address,blockquote,nobr,b,i, hl1, hl2
     { font-family:Arial, helvetica, sans-serif;  font-size : 9pt;  color : Black;  text-align : left;    }

BODY {
	color:#FFFFFF;
	background-color:#FEFBE7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	scrollbar-base-color: #C0C0C0 ;
	scrollbar-face-color: #FEFBE7;
	scrollbar-highlight-color: #C0C0C0 ;
	scrollbar-shadow-color: #FEFBE7;
	scrollbar-3dlight-color: #C0C0C0 ;
	scrollbar-darkshadow-color: #C0C0C0;
	scrollbar-arrow-color: #C0C0C0;
	scrollbar-track-color: #FEFBE7;
}


#hl1 {
	font-weight : bold;
	font-style : normal;
	color : Gray;
}

#hl2 {
	font-weight : bold;
	font-style : normal;
	color : Olive;
}

p.sub {
	font-size : 8pt;
	text-align : center;
}

p.subl {
	font-size : 8pt;
	text-align : left;
}

p.hl1 {
	font-weight : bold;
}

p.hl2 {
	font-weight : bold;
	color : Gray;
}

td.cur{
	font-weight : bold;
	text-align : right;
}

td.cen{
	text-align : center;
}

td.dia{
	text-align : center;
	background : Black;
}

td.sub{
	font-size : 8pt;
}

th {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
         color : Black;
}

h1 {
	font-size: 10pt;
	font-weight : bold;
}

h2 {
	font-weight : bold;
}

h3 {
	font-weight : bold;
	color : Gray;
}

a:link {
	color: #447766;
	text-decoration: underline;
}