body
{
    font-family: “Myriad Pro”, Arial, Helvetica, Tahoma, sans-serif;
}

img
{
    border: 0;
}

.imgLink
{
    cursor: pointer;
    cursor: hand;
}

.imgText
{
    padding-left: 8px;
    margin-top: 85px;
    font-size: 16px;
}

.imgLeftSideBarText
{
    padding-left: 7px;
    margin-top: 15px;
    font-size: 13px;
}

p.imgLeftSideBarText:hover
{
    padding-left: 7px;
    margin-top: 15px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
}

.imgLeftSideBarSubText
{
    padding-left: 17px;
    margin-top: 9px;
    font-size: 12px;
}

p.imgLeftSideBarSubText:hover
{
    padding-left: 17px;
    margin-top: 9px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
}

.imgLeftSideBarTextHeader
{
    padding-left: 7px;
    margin-top: 15px;
    font-size: 13px;
}

.websitelink
{
    color: #6E6B2C;
    text-decoration: none;
    background-color: transparent;
    border-color: #6E6B2C;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-style: dotted;
}

a.websitelink:hover
{
    color: #000000;
    text-decoration: none;
    background-color: transparent;
    border-color: #000000;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-style: dotted;
}

#noJavaScriptMessage
{
    margin-top: 25px;
    color: Red;
}

