body
{
    margin: 0;
    text-align: center;
    font-size: 0.8em;
    font-family: Arial;
    color: #666666;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
}

h1
{
    color: #4B99BD;
}

h2, h3, h4, h5, h6
{
    color: #000000;
}

a
{
    color: #4B99BD;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

ul li
{
    list-style: none;
    background-image: url(../images/list-bullet.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 14px;
}

ul.services-list
{
    margin-left: 0;
}

input.button
{
    background-image: url(../images/button-bg.png);
    background-repeat: repeat-x;
    background-position: top left;
    background-color: #212121;
    border: none;
    font-size: 85%;
    padding: 0.25em 1em;
    color: #C3C3C3;
}

.float-break
{
    height: 1%; /* Fix for IE */
}

.float-break:after /* Terminate floating elements flow */
{
    content: "-";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

th, td
{
    border: none;
}


