/* ======================================================
   	 Copyright by Spring Design.
         http://www.spring.rox.pl  //  asiek.em@gmail.com
         All rights reserved.

         B A L T I C   A G I L I T Y   T E A M
         ZKwP O/SOPOT
====================================================== */



/* ------------------------------------------------------
         Default
------------------------------------------------------ */


* {
	padding: 0;
        margin: 0;
}

body { scrollbar-face-color: #C8E007;
       scrollbar-track-color: #2F9A2B;
       scrollbar-shadow-color: #2F9A2B;
       scrollbar-darkshadow-color: #051C06;
       scrollbar-highlight-color: #FF660E;
       scrollbar-3dlight-color: #051C06;
       scrollbar-arrow-color: #2F9A2B;

       font-size: 13px; 
       color: #000000;
       font-family: arial, tahoma; 
       background-color: #2F9A2B;
       background: #2F9A2B url(images/0.jpg);

}

td { font-size: 13px; 
     font-family: arial, tahoma;
     color: #000000;
     text-align: center;

}

a { color: #006300;
    text-decoration: none;
    background: none;

}

a:link { color: #006300; 
         text-decoration: none;
         background: none;

} 

a:visited { color: #006300;
            text-decoration: none;

} 

a:active { text-decoration: underline;
           cursor: hand;
           color: #EB2C00;

}

a:hover { color:#EB2C00;
          text-decoration: underline;
          background: none;
          cursor: hand;

}


/* ------------------------------------------------------
         Other
------------------------------------------------------ */


#copy { font-size: 10px;
        font-family: arial, tahoma;
        color: #A32300;
        text-align: center;
	line-height: 13px;
}

#copy a:link { color: #000000; 
               text-decoration: none;
               background: none;
}

#copy a:visited { color: #000000;
                  text-decoration: none;
                  background: none;
}

#copy a:active { text-decoration: underline;
                 color: #007D00;
                 background: none;
}

#copy a:hover { color:#007D00;
                text-decoration: underline;
                background: none;
                cursor: hand;
}