.text0 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	line-height: 10px; 
	font-weight: lighter;
}
.text0i {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: italic; 
	line-height: 18px; 
	font-weight: normal;
}
.text0b {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 14px; 
	font-weight: lighter;
}
.text1 {  
	font-family: Comic Sans MS, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	line-height: 18px; 
	font-weight: normal;
	color: #CCCCCC;
}
.text1i {  
	font-family: Comic Sans MS, sans-serif; 
	font-size: 14px; 
	font-style: italic; 
	line-height: 18px; 
	font-weight: normal;
}
.text1b {  
	font-family: Comic Sans MS, sans-serif; 
	font-size: 14px; 
	line-height: 18px; 
	font-weight: bold;
}
.text1l {  
	font-family: Comic Sans MS, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	line-height: 18px; 
	font-weight: lighter;
}
.text2 {  
	font-family: Comic Sans MS, sans-serif; 
	font-size: 18px; 
	font-style: normal; 
	line-height: 23px; 
	font-weight: normal;
}
.text2i {  
	font-family: Comic Sans MS, sans-serif; 
	font-size: 18px; 
	font-style: italic; 
	line-height: 23px; 
	font-weight: normal;
}
.text2b {  
	font-family: Comic Sans MS, sans-serif; 
	font-size: 18px; 
	line-height: 23px; 
	font-weight: bold;
}
.text3 {  
	font-family: Comic Sans MS, sans-serif; 
	font-size: 21px; 
	font-style: normal; 
	line-height: 27px; 
	font-weight: normal;
}
.text3i {  
	font-family: Comic Sans MS, sans-serif; 
	font-size: 21px; 
	font-style: italic; 
	line-height: 27px; 
	font-weight: normal;
}
.text3b {  
	font-family: Comic Sans MS, sans-serif; 
	font-size: 21px; 
	line-height: 27px; 
	font-weight: bold;
}

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

.rahmen {
	border: 1px solid #CCCCCC;
}

.line { 
	border-bottom: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #CCCCCC; 
}

.topline { 
	border-top: 1px;
	border-top-style: solid; 
	border-top-color: #CCCCCC;  
}

.dashline { 
	border-bottom: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC; 
}

.topdashline { 
	border-top: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC; 
}

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

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

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

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

a:link { color: #FFCC00; }
a:visited { color: #CCCCCC; text-decoration: none; }
a:hover { color: #FFCC00; text-decoration:none; }
a:active { color: #FFCC00; }

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

textarea, input {
  	background-color: #F7F7F7;
  	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	line-height: 18px; 
	font-weight: normal;
  	color: #00257C;
} 