﻿BODY, TABLE
{
    font-size: 11px;
    font-family: Verdana, Arial, 'Times New Roman';
    line-height: 15px;
    color: #333333;
    text-align: left;
    vertical-align: top;
}

.bold
{
    color: #996600;
    font-weight: bold;
}
.orange
{
    color: #996600;
}
TABLE A
{
    color: #996600;
}
TABLE A:hover
{
    color: #990000;
}
.BoxMenu 
{
    color: white;
    text-decoration: none;
}

.BoxMenu a
{
    color: white;
    text-decoration: none;
}
.BoxMenu a:hover
{
    color: white;
    text-decoration: underline;
}

.lblHeader
{
     padding-top: 20px;
     padding-bottom: 10px;
     font-weight: bold;
     font-size: 14px;
     color: #333333;
}
.lblSubHeader
{
     padding-top: 15px;
     font-size: 11px;
     color: #990000;
     font-weight: bold;
}
.ImgScene
{
    border: solid 2px #BBBBBB;
}
.ImgPreview
{
    border: solid 3px #BBBBBB;
}
.ImgPreview:hover
{
    border: solid 3px #996600;
}
.boxLogo
{
    margin-top: 15px;
    background-color: white;
    border: solid 1px #CCCCCC;
    width: 710px;
    height: 50px;
}

.contactformleft
{
    text-align: right;
    vertical-align: top;
    padding-right: 3px;
    padding-top: 4px;
    font-size: 11px;
}
.contactformright
{
     
}

.asterisk
{
    font-size: 9px;
}
.button
{
    border: none 0px #FFFFFF;
    background-color: #996600;
    color: White;
    
}