html {
    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    background: #fff url("img/body_bg.png") repeat-x;
    color: #737c83;
}

a {
    color: #1f6aa3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/*
a
{
    text-decoration:none;
}

    a:hover
    {
        text-decoration:underline;
    }

a.underline
{
    text-decoration:underline;
}

    a.underline:hover
    {
        text-decoration:none;
    }

.dlink
{
    border-bottom:1px dashed #0c62b1;
}

    .dlink.white
    {
        border-bottom:1px dashed #ffffff;
    }

    .dlink.black
    {
        border-bottom:1px dashed #000000;
    }

    .dlink:hover, .dot-link:hover
    {
        text-decoration:none;
		border-bottom-color:#d50707;
    }

.dot-link.black
{
    border-bottom:1px dotted #000000;
}
    .dot-link.black:hover
    {
        border-bottom-color:#d50707;
    }
*/

p, .p {
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 13px;
}

/*
    .p
    {
        margin-bottom:0;
    }

    p.small
    {
    }

ul
{
    margin-left:15px;
}

ul li
{
    margin-bottom:10px;
    line-height:18px;

    list-style-type:disc;
}
*/
h1 {
    color: #000;
    font-size: 18px;
    line-height: 110%;
    margin-bottom: 10px;
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}