body {
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    min-width: 780px;
    margin: 0px;
    padding: 0px;
    color: #204455;
}

header {
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: fixed;
    padding-top: 15px;
    top: 0px;
}

header div#menu {
    background-color: #b3e5fc;
    padding-top: 8px;
    width: 100%;
    height: 30px;
}

header div#menu span {
    color: #204455;
    float: left;
    padding-left: 15px;
    font-size: 15pt;
    margin: 0px;
    padding: 0px 10px;
}

header div#menu menu {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 12pt;
    margin: 0px;
    padding: 0px; 
}

header div#menu menu li {
    list-style: none;
    float: left;
    margin-left: 35px; 
}

header div#menu menu li a{
    color: inherit;
    text-decoration: none;
}

header div#menu menu li a:hover{
    color: #4f8ba7;
}

article {
    padding: 55px 20px 0px 20px;
    margin: 0px;
    font-size: 11pt;
}

article h1 {
    font-size: 14pt;
    color: #374449;
}

article h2 {
    font-size: 12pt;
    color: #5a5a5a;
    font-weight: bold;
}

article li {
    padding-top: 8px;
    padding-bottom: 8px;
}

article a {
    color: #204455;
}

span.ladoniks {
    font-weight: bold;
    color: #204455;
    text-transform: uppercase;
}

table.services {
    border: 0px solid #b3e5fc;
    border-spacing: 0px;
    margin-bottom: 15px;
    margin-top: 30px;
    width: 650px;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    font-size: 11pt;
}

table.services caption {
    font-size: 11pt;
    font-weight: bold;
    color: #5a5a5a;
    text-align: left;
    padding-bottom: 7px;
    margin-left: 3px;
}

table.services td, table.services th {
    border: 1px solid #b3e5fc;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: dotted;
    padding: 5px 3px;
    margin: 0px;
}

table.services th {
    font-weight: normal;
    font-size: 12pt;
}

table.services tr:hover {
    background-color: #ebf3f7;
}

table.services td.service, table.services th.service {
    text-align: left;
}

table.services td.info, table.services th.info {
    width: 150px;
    text-align: center;
}

table.services td.price, table.services th.price {
    width: 80px;
    text-align: right;
}

table.services th.measure, table.services td.measure {
    text-align: center;
    width: 150px;   
}

p.comment {
    font-size: 8pt;
    color: #5a5a5a;
}

footer {
    font-size: 8pt;
    background-color: #b3e5fc;
    text-align: right;
    padding: 3px 10px;
    margin-top: 35px;
}