.ptext {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	line-height: 12pt; 
	font-weight: normal;
	color: black;
}
.ptitel {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-style: normal; 
	line-height: 14pt; 
	font-weight: bold;
	text-decoration: underline;
	color: black;
}
.psubtitel {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	line-height: 12pt; 
	font-weight: bold;
	color: black;
}

.pfussnote {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	letter-spacing: 0.5pt; 
	font-style: normal; 
	line-height: 12pt; 
	font-weight: normal;
	color: black;
}

.pline { 
	border-bottom: 2px;
	border-bottom-style: solid; 
	border-bottom-color: black;  
}

.ptopline { 
	border-top: 2px;
	border-top-style: solid; 
	border-top-color: black;  
}

.pdashline { 
	border-bottom: 1px;
	border-bottom-style: dashed;
	border-bottom-color: black; 
}

.ptopdashline { 
	border-top: 1px;
	border-top-style: dashed; 
	border-top-color: black; 
}

a:link {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: bold;
	letter-spacing: 0.5pt;  
	color: #00257C; }
a:visited { color: #999999; text-decoration: none; }
a:hover { color: #00257C; text-decoration:none; }
a:active { color: #00257C; }

body { 
	background-color: white;
	margin: 20px;
    scrollbar-base-color: #FFFFFF;
    scrollbar-3dlight-color: #ECF0F8;
    scrollbar-arrow-color: #000000;
    scrollbar-darkshadow-color: #00257C;
    scrollbar-face-color: #CCCCCC;
    scrollbar-highlight-color: #F5F7FC;
    scrollbar-shadow-color: #0A266A;
    scrollbar-track-color: #FFFFFF;
}