BUTTON.Menu
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: x-small;
    BACKGROUND-IMAGE: url(../Img/FonB.gif);
    WIDTH: 240px;
    CURSOR: hand;
    COLOR: pink;
    FONT-FAMILY: 'Arial Cyr';
    HEIGHT: 26px;
    BACKGROUND-COLOR: darkred;
    TEXT-ALIGN: center
}
BUTTON.MenuOver
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: x-small;
    BACKGROUND-IMAGE: url(../Img/FonS.gif);
    WIDTH: 240px;
    CURSOR: hand;
    COLOR: black;
    FONT-FAMILY: 'Arial Cyr';
    HEIGHT: 26px;
    BACKGROUND-COLOR: #f19966;
    TEXT-ALIGN: center
}
BUTTON.MenuBig
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: x-small;
    BACKGROUND-IMAGE: url(../Img/FonB.gif);
    WIDTH: 240px;
    CURSOR: hand;
    COLOR: pink;
    FONT-FAMILY: 'Arial Cyr';
    HEIGHT: 40px;
    BACKGROUND-COLOR: darkred;
    TEXT-ALIGN: center
}
BUTTON.MenuOverBig
{
    BACKGROUND-POSITION: center center;
    FONT-WEIGHT: bolder;
    FONT-SIZE: x-small;
    BACKGROUND-IMAGE: url(../Img/FonS.gif);
    WIDTH: 240px;
    CURSOR: hand;
    COLOR: black;
    FONT-FAMILY: 'Arial Cyr';
    HEIGHT: 40px;
    BACKGROUND-COLOR: #f19966;
    TEXT-ALIGN: center
}
BODY.Main
{
    SCROLLBAR-FACE-COLOR: #dee3e7;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
    SCROLLBAR-SHADOW-COLOR: #dee3e7;
    COLOR: white;
    SCROLLBAR-3DLIGHT-COLOR: #d1d7dc;
    SCROLLBAR-ARROW-COLOR: #800000;
    SCROLLBAR-TRACK-COLOR: #efefef;
    SCROLLBAR-DARKSHADOW-COLOR: #98aab1;
    BACKGROUND-COLOR: darkred
}
TABLE.Main
{
    BACKGROUND-IMAGE: url(..\Img\Fon.gif);
    COLOR: white
}
A.Main:active
{
    COLOR: yellow
}
A.Main:visited
{
    COLOR: black
}
A.Main:link
{
    COLOR: pink
}
H2
{
    COLOR: pink
}
INPUT.CField
{
    BORDER-RIGHT: white thin solid;
    BORDER-TOP: white thin solid;
    BORDER-LEFT: white thin solid;
    WIDTH: 100%;
    BORDER-BOTTOM: white thin solid;
    BACKGROUND-COLOR: moccasin
}
TEXTAREA.CField
{
    BORDER-RIGHT: white thin solid;
    BORDER-TOP: white thin solid;
    BORDER-LEFT: white thin solid;
    WIDTH: 100%;
    BORDER-BOTTOM: white thin solid;
    BACKGROUND-COLOR: moccasin
}
TR.Menu
{
    HEIGHT: 30px
}
TR.MenuBig
{
    HEIGHT: 44px
}
TD.Caption
{
    FONT-FAMILY: 'Arial Cyr';
    TEXT-ALIGN: right
}
