@import url('/includes/header.css');
@import url('/includes/akciok.css');
@import url('/includes/arlistak.css');
@import url('/includes/footer.css');
*
    {
    font-size: 14px;
    font-family: Arial, _sans;
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    color: white;
    }
body
    {
    background: url('/images/back.gif');
    background-repeat: repeat-x;
    background-color: black;
    }
#redline
    {
    position: absolute;
    top: 0px;
    height: 5px;
    line-height: 1px;
    background: #ca0000;
    width: 100%;
    font-size: 1px;
    }
#wrapper
    {
    width: 780px;
    margin: 0 auto;
    height: 100%;
    border: 2px solid black;
    border-top: none;
    border-bottom: none;
    border-spacing: 0 0;
    }
#main_cont
    {
    }
#main_box
    {
    border: 1px solid #333333;
    border-bottom: 1px solid #222222;
    border-top: none;
    margin: 0 2px;
    background-image: url('/images/title-back.gif');
    background-repeat: repeat-x;
    background-color: black;
    padding: 0 3px;
    height: 100%;
    }
#main_box h2
    {
    display: block;
    height: 51px;
    background-image: url('/images/title-right.jpg');
    background-repeat: no-repeat;
    background-position: 100% 0;
    line-height: 60px;
    margin-left: 20px;
    font-size: 20px;
    font-style: italic;
    }
p
    {
    text-ndent. 1em;
    margin: 5px 10px 10px;
    }
sub, sup
    {
    font-size: 10px;
    }
dl
    {
    width: 95%;
    margin: auto;
    }
dt
    {
    width: 200px;
    border-bottom: 1px solid #333;
    margin: 10px 20px 5px;
    font-weight: bold;
    } 
dd
    {
    width: 90%;
    margin: auto;
    border: 1px dotted #300;
    background: #111;
    }
dd table
    {
    width: 100%;
    }
dd table thead th
    {
    background: #300;
    text-align: center;
    padding: 3px;
    }
dd table tbody td
    {
    padding: 3px;
    text-align: center;
    border-right: 1px dotted #333;
    border-bottom: 1px dotted #333;
    border-collapse: collapse;
    }
.leftlist span
    {
    float: left;
    width: 640px;
    }
.leftlist li
    {
    clear: left;
    }
