﻿body 
{
    font-family: Verdana, Arial;
    font-size: 8pt;
    background: #fff url(/elements/bkgrnd.gif) repeat-x;
    text-align: center;
}

div#container
{
    margin-top : 20px;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    text-align: left;
} 



a
{
    color : Blue;
}

a:hover
{
    color : #000000;
}

a:active
{
    color : #000099;
}

/*.Menu1
{
    font-family : Arial;
    font-size : 14px;
    padding : 5px 5px 5px 5px;
    background-color : #000000;
    color : #ccceff;
    margin : 5px 5px 5px 5px;
    width : 100%;
} */

.Menu1
{
    font-family : Arial;
    font-size : 12px;
    padding : 5px 0px 0px 0px;
    margin : 5px 5px 5px 0px;
    color : Black;
    text-decoration : none;
    text-transform : uppercase;
    letter-spacing : 2px;
    width : 100%;
    
}

.Menu1 a
{
    font-family : Arial;
    font-size : 12px;
    font-weight : bold;
    padding : 5px 5px 5px 0px;
    color : Black;
    text-decoration : none;
    margin : 5px 5px 5px 0px;
    width : 100%;
}

.Menu1 a:hover
{
    font-family : Arial;
    font-size : 12px;
    padding : 5px 0px 0px 0px;
    color : Blue;
    text-decoration : underline;
    margin : 5px 5px 5px 0px;
    width : 100%;
}

.MenuLink
{
    font-family : Arial;
    font-size : 12px;
    padding : 5px 0px 5px 1px;
    color : Black;
}

.MenuLink a
{
    padding : 5px 0px 5px 5px;
    color : Black;
    text-decoration : none;
    
    
}

.MenuLink a:hover
{
    padding : 5px 0px 5px 5px;
    color : Blue;
    text-decoration : underline;
    background-color : #eff;
}

.MenuHeading
{
     font-family : Arial;
    font-size : 12px;
    font-weight : bold;
    padding : 5px 0px 0px 0px;
    margin : 5px 5px 5px 0px;
    color : Black;
    text-decoration : none;
    text-transform : uppercase;
    letter-spacing : 1px;
    width : 100%;
}

.BoatHeading
{
    font-family : Arial;
    font-size : 15pt;
    color : #1f1949;
    width : 100%;
    padding : 5px 0px 5px 0px;
    
    /* padding : 5px 5px 5px 5px;
    margin : 10px 5px 5px 0px; */
}

.Heading
{
    font-family : Tahoma;
    font-size : 13pt;
    color : #000000;
    width : 100%;
    height : 22px;
    background-color : #8eb2d5;
    padding : 5px 5px 5px 5px;
    margin : 10px 5px 5px 0px;
}
.HeadingSeparator
{
    border-top : #ebeaef 2px dotted;
    
}

.BreadCrumb
{
    border-top : #ebeaef 2px dotted;
    vertical-align : middle;
    font-size : 9pt;
    color : #888888;
    padding-top : 5px;
    padding-bottom : 15px;
    
    
}

.BreadCrumb a
{
    font-size : 9pt;
    color : #888888;
   
}
.BreadCrumb a:hover
{
    font-size : 9pt;
    color : #000000;
}

.CellSeparatorRight
{
    border-right: #ebeaef 2px dotted;
    
}

.IconSeparator
{
    
    border-bottom : #ebeaef 2px dotted;
    padding-bottom : 0px;
    margin : 0px 0px 1em;
    padding-left : 0px;
    padding-right : 0px;
    display : block;
    height : 1px;
    clear : both;
    padding-top : 0px;
    
}
.Icon
{
    text-decoration : none;
    border :0px;
    color : Black;
    height : 40px;
    padding-left: 5px;
    padding-bottom: 10px;
}

.Icon div a
{
    text-decoration : underline;
    color : Black;
}

.Icon div a:hover
{
    color : Blue;
    text-decoration : underline;
}

.Icon img
{
    border : 0px;
}




.VirtualLink a
{
    text-decoration : underline;
    color : Black;
}

.VirtualLink a:hover
{
    color : Blue;
    text-decoration : underline;
}



hr
{
    background-color : #ebeaef;
    height : 2px;
    border-style : dotted;
}
