﻿body
{
    font-family: Arial, Tahoma;
    font-size: 10pt;
}
h1
    {
        font-size: 14pt;
        font-style:italic;
    }
    
img.LinkImage
    {
        border: solid 1px black;
    }
img
    {
        border: solid 1px black;
    }
img.arrow
    {
        border: solid 0px black;
    }
.Block
    {
        border-right: black 1px solid; border-top: black 1px solid; border-left: black 1px solid; border-bottom: black 1px solid; 
        background-color: white;
        
    }
Table.Page
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    background-color: white;
}
.Heading
{

    background-color: black;
    color: white;
}
.HeadingMenuItem
{
    border-right: gainsboro 1px solid;
    border-top: gainsboro 1px solid;
    border-left: black 1px solid;
    border-bottom: gainsboro 1px solid;
         behavior: url(buttonHeadingMenuItem.htc);
    color: white;
    font-size: 10pt;
    text-align: center;
}
.Footer
{
    background-color: #a9a9a9;
    font-size: 8pt;
}
.Menu
{
    background-color: #a9a9a9;
}
.MenuItem
{
    border-right: gainsboro 1px solid;
    border-top: gainsboro 1px solid;
    behavior: url(buttonMenuItem.htc);
    cursor: hand;
    border-bottom: gainsboro 1px solid;
    background-color: #a9a9a9;
    padding-right: 10px;
    padding-bottom: 2px;
    font-size: 10pt;
}
.MenuFiller
{
    border-right: #a9a9a9 1px solid;
    border-top: #a9a9a9o 1px solid;
    border-bottom: #a9a9a9 1px solid;
    background-color: #a9a9a9;
}
.MenuDialog
{
    border-left: black 1px solid;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-bottom: black 1px solid;
    background-color: #a9a9a9;
    font-size: 8pt;
    text-align: justify;
    margin: 2px 5px;
    font-weight: bold;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-justify: distribute;
}
.MenuSection
{
    border-right: #a9a9a9 1px solid;
    border-top: #a9a9a9 1px solid;
    border-bottom: #a9a9a9 1px solid;
    background-color: #000000;
    padding-right: 10px;
    padding-bottom: 2px;
    font-size: 10pt;
    color: #fcd116;
}
.ProductImage
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    width: 125px;
}
.ProductCaption
{
    width: 125px;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 8pt;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: left;
}
.ProductLink
{
    padding-left: 2px;
    font-size: 8pt;
    font-weight: bold;
}
A.ProductLink:hover
{
        color: #fcd116;
}
A:active
{
    color:Black;
}
A:hover
{
    color: #fcd116;
}
A.ASection:active
{
    color:#fcd116;
    text-decoration: none;
}
A.ASection:link
{
        color:#fcd116;
    text-decoration: none;
}
A.ASection:visited
{
        color:#fcd116;
    text-decoration: none;
}
A.ASection:hover
{
    color: Gray;
    text-decoration: none;
}
A.AItem:active
{
    color: black;
    text-decoration: none;
}
A.AItem:link
{
    color:black;
    text-decoration: none;
}
A.AItem:visited
{
    color:black;
    text-decoration: none;
}
A.AItem:hover
{
    color: Gray;
    text-decoration: none;
}
.SHImageLeft
    {
        background-color: #fcd116;
        padding-left: 10px;
        border: solid 1px black;
    }
li
{
    list-style-image: url(images/bullet.gif);
    text-transform: capitalize;
    list-style-position: outside;
    margin-left: -10px;
}