/* KSSSD Style Sheet*/


/* Fonts */
h1, h2, h3, h4, INPUT, TEXAREA, TD, TH {
            font-family: Verdana, sans-serif;
            }

TD {        background-color: #DDDDDD;
        
    }

/* Page background color */
body {      font-size: 11pt; 
            font-family: Verdana, sans-serif;
            font-weight:normal; 				     
            color:#000000;
            }

/* Header 1 */
h1 { color: #DD0000;
     font-size: 14pt; 
     margin-left:0px;
     text-transform:uppercase;
     }



/* Links */
a:link { color:#000000; font-weight:bold; text-decoration:none;}
a:visited { color:#110000; text-decoration:none;}
a:active { color:#FF0000; font-style:normal }

/* The popups */
.popup
{
  position : absolute;
  visibility : hidden;
  background-color: #000000;
  Z-INDEX: 1;
}
.flystyle
{
  position : absolute;
  visibility : hidden;
  Z-INDEX: 1;
}
.popupfont
{
 font-size: 10pt; 
 font-family: Verdana, sans-serif;
 color:#FF0000;
}
.popupfontblack
{
 font-size: 7pt; 
 font-family: Verdana, sans-serif;
 color:#000000;
}
.zborfont
{
 font-size: 10pt; 
 font-family: Verdana, sans-serif;
 color:#FF0000;
}
.smallfont
{
 font-size: 7pt; 
 font-family: Verdana, sans-serif;
 color:#FF0000;
}
.announcementfont
{
 font-size: 12pt; 
 font-family: Verdana, sans-serif;
 color:#FF0000;
}

