﻿body
{
    margin: 20px; /*background-image: url(images/logo_relief.png);*/
    background-color: #eeeeee;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6
{
    margin: 1em 0;
    padding: 0;
}

h1
{
    font-size: 180%;
    color: #023261;
}

h1, h2, h3, h4
{
    font-family: "Segoe UI" , Arial, Helvetica, sans-serif;
}

ul
{
    list-style: none;
}

ul li
{
    padding-left: 30px;
    background: url('../images/bullet.gif') no-repeat 18px 8px;
    line-height: 180%;
}

.list
{
    background-color: #a0a0a0;
}

.list_cell
{
    height: 50px;
    vertical-align: top;
    background-color: #eeeeee;
    padding: 5px;
    border-top: 1px solid #a0a0a0;
}

.attention
{
    padding: 10px;
    background-color: rgb(255,253,246);
    border: 1px solid rgb(255,234,174);
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
}
