/* 12.12.2006 t.zeludziewicz@netrostar.com
*/

body 
{
    margin: 0px;
    margin-top: 20px;
    font-family: Verdana, Tahoma;
    font-size: 12px;
    color: #434343;
    background-color: #3483B6;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
}
img 
{
    display: block;
}
td a:link, td a:visited, td a:active 
{
    color: #1D566E;
    text-decoration: none;
}
td a:hover 
{
    color: Black;
    text-decoration: underline;
}

.text, .text a:visited, .text a:active, .text a:link
{
    font-family: Verdana, Tahoma;
    font-size: 11px;
    color: #434343;
    text-decoration: none;
}
.text a:hover
{
    font-family: Verdana, Tahoma;
    font-size: 11px;
    color: #434343;
    text-decoration: underline;
}
.link, .link:visited, .link:active, .link:link
{
    color: #FF7E00;
    text-decoration: underline;
}
.link:hover
{
    color: black;
    text-decoration: underline;
}
.border 
{
    border: 1px;
    border-style:solid;
    border-color: #EFECEC;
}