﻿body {
}
div.MainBG
{
    background-image: url('images/hoegh-logo.jpg');
    background-position: 100px 50px;
    background-repeat: no-repeat;
}
h3 
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #336699;
    font-size: 20px;
}
p.Head
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #336699;
}
.columnHead
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #336699;
    font-size: small;
    padding: 0px 5px 0px 5px;
}
.columnValue
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    font-size: small;
}
td.selector
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000000;
    font-size: small;
}
td.warning
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #ff0000;
    font-size: small;
    text-align: center;
}

