BODY
{
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: white
}

h4.productsummary
{
    color: Red;
}

TD.MenuMain
{
    background-image: url(/images/menu-gradient.jpg);
    background-repeat: repeat-y;
}
A.MenuMain
{
    FONT-WEIGHT: 500;
    COLOR: black;
    TEXT-DECORATION: none
}
A.MenuMain:hover
{
    FONT-WEIGHT: 500;
    COLOR: #999999;
    TEXT-DECORATION: none
}

TD.MenuMainSelected
{
    background-image: url(/images/menu-gradient.jpg);
    background-repeat: repeat-y;
}
A.MenuMainSelected
{
    COLOR: black;
    TEXT-DECORATION: underline;
}

TD.MenuSub
{
    background-image: url(/images/menu-gradient.jpg);
    background-repeat: repeat-y;
}
A.MenuSub
{
    COLOR: black;
    TEXT-DECORATION: none
}
A.MenuSub:hover
{
    COLOR: #999999;
    TEXT-DECORATION: none
}

TD.MenuSubSelected
{
    background-image: url(/images/menu-gradient.jpg);
    background-repeat: repeat-y;
}
A.MenuSubSelected
{
    COLOR: black;
    TEXT-DECORATION: underline;
}


P.Todo
{
    COLOR: black;
    BACKGROUND-COLOR: darkorange
}

H3
{
    text-transform: uppercase;
    color: gray;
    margin-bottom: 0px;
}

H4
{
    COLOR: gray;
    margin-bottom: 0px;
}
TD.MenuColumn
{
}

div.bodytext
{
    padding: 5px;
    text-align: justify;
}

UL
{
	text-align: left;
}

Div.ContactSmall
{
    text-align: center;
    FONT-SIZE: small;
    TEXT-DECORATION: none
}

TD.Footer
{
    background-image: url(/images/bottom-gradient.jpg);
    background-repeat: repeat-x;
}