td.text {
 	 FONT: 9pt 'Tahoma';
     font-weight : normal;
	 font-variant : normal;
	 font-style : normal;
	 color : black;
}

.prog {
 	 FONT: 9pt 'Tahoma';
     font-weight : normal;
	 font-variant : normal;
	 font-style : normal;
	 color : #335E5E;
}

td.small {
 	 FONT: 9pt 'Veranda';
     font-weight : normal;
	 font-variant : normal;
	 font-style : normal;
	 color : black;
}

.button {
     color: black;
     FONT-SIZE: 8pt; FONT-FAMILY: Verdana;
     background-image: url(gfx/wmp.jpg);
     background-position: top center;
     background-repeat: x-repeat;
     border : solid #000000 1px;
}

.logo_top {
     color: #FFFFFF;
     FONT-SIZE: 8pt; FONT-FAMILY: Verdana;
     background-image: url(gfx/u_gr.jpg);
     background-position: top center;
     background-repeat: no-repeat;
}

.logo_down {
     color: white;
     FONT-SIZE: 8pt; FONT-FAMILY: Verdana;
     background-image: url(gfx/d_gr.jpg);
     background-position: top center;
     background-repeat: no-repeat;
}


td.title1 {
 	 FONT: 10pt 'Tahoma';
     font-weight : normal;
	 font-variant : normal;
	 font-style : bold;
	 color : darkred;
     border-bottom : solid #3E5271 1px;
}
td.title2 {
 	 FONT: 11pt 'Tahoma';
     font-weight : bold;
	 font-variant : normal;
	 font-style : normal;
	 color : darkblue;
}


a.link:active, a.link:visited, a.link:link {
	FONT: 10pt 'Verdana';
	COLOR: black;
	text-decoration : none;
	font-weight : normal;
	font-variant : normal;
	font-style : normal;
}
a.link:hover {
	FONT: 10pt 'Verdana';
    text-decoration : underline;
    font-weight : normal;
	font-variant : normal;
	font-style : normal;
	color : darkred;
}