.header {
    font-size: 15pt;
    font-weight: bold;
    text-align: center;
	line-height: 35px;
	color: rgb(255,255,255);
	font-family:tahoma,arial,helvetica,sans-serif;
	background-color: rgb(36,72,148);
	border-width:1px;
	border-color:rgb(255,255,255);
	border-style:solid;
         }

.text_headline {
    font-size: 15pt;
    font-weight: bold;
	line-height: 25px;
	color: rgb(36,72,148);
	font-family:tahoma,arial,helvetica,sans-serif;
         }

.text_bold {
    font-size: 14pt;
    font-weight: bold;
	line-height: 25px;
	color: rgb(211,18,71);
	font-family:tahoma,arial,helvetica,sans-serif;
         }

.text_headline_warning {
    font-size: 15pt;
    font-weight: bold;
	line-height: 25px;
	color: rgb(255,0,0);
	font-family:tahoma,arial,helvetica,sans-serif;
         }

.text_bold_warning {
    font-size: 14pt;
    font-weight: bold;
	line-height: 25px;
	color: rgb(255,0,0);
	font-family:tahoma,arial,helvetica,sans-serif;
         }

.text {
    font-size: 14pt;
	line-height: 25px;
	color: rgb(211,18,71);
	font-family:tahoma,arial,helvetica,sans-serif;
         }


textarea {
	color : #FFFFFF;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border-style: groove; 
	border-width: 0px;
	border-color : #000000;
	background-color : rgb(36,72,148);
}


table {
        text-align: left;
        font-size: 9pt;
	line-height: 25px;
	color: rgb(36,72,148);
	font-family:tahoma,arial,helvetica,sans-serif;	
}
