p, td, tr	 { 	font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 11px; 
		color: #000000; 
		text-decoration: none; 
		line-height: normal; 
		font-weight: normal
	}

td.titel	 { color: #FFFFFF;
               background-color: #004a6f
             }

a		 { color: #FF0000 }
a:link       { color: #FF0000 }
a:active     { color: #FF0000 }
a:visited    { color: #FF0000 }

h1           { color: #004a6f;
               font-weight: bold;
               font-style: normal; 
               font-size: 16pt; 
             }
h2           { color: #0071a7;
               font-style: normal; 
               font-size: 14pt; 
               font-weight: bold;
             }
h3           { color: #FF6800;
               font-size: 14pt;
               font-weight: bold;
               font-style: normal 
             }
h4           { color: #FF6800;
               font-weight: bold;
               font-size: 11pt; 
               font-style: normal; 
             }
h5           { color: #FF6800;
               font-size: 10pt; 
               font-style: normal; 
               font-weight: bold;
               margin-bottom: 0pt;
             }
h6           { color: rgb(255, 51, 0);
               font-size: 8pt; 
               font-style: normal; 
               font-weight: normal 
             }

ul           { list-style-image: url('safbul1a.gif') }

table        { table-border-color-light: rgb(204, 153, 51); 
               table-border-color-dark:  rgb(153, 102, 0);
               border:0px none;
               cellspacing:0;
               cellpadding:0
             }

.result_okay  { padding:4; table-border-color-light: rgb(0, 255, 0); 
               table-border-color-dark:  rgb(0, 255, 0);
               border:4px solid #008000;
               cellspacing:0;
               cellpadding:4; background-color:#99FF99
             }
.result_error{ padding:4; table-border-color-light: rgb(0, 255, 0); 
               table-border-color-dark:  rgb(0, 255, 0);
               border:4px solid #FF0000;
               cellspacing:0;
               cellpadding:4; background-color:#FFCC99
              }
