body		{margin: 0px; padding: 0px; background: #cae4f1;}

table		{COLOR:#000000;	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 12px; line-height: 18px;}

img		{BORDER-COLOR: #5f5f5f;}

a		{COLOR: #0082be; TEXT-DECORATION: underline;}
a:hover		{COLOR: #ff8400;}

a.topmenu		{COLOR: #FFFFFF; TEXT-DECORATION: underline; font-size: 14px;}
a.topmenu:hover		{COLOR: #ff8400;}

a.flag		{COLOR: #FFFFFF; TEXT-DECORATION: underline; font-size: 14px;}
a.flag:hover		{COLOR: #ff8400;}

.cr		{COLOR: #FFFFFF; line-height: 20px; margin: 10px 15px 10px 15px;}
.cr a {COLOR: #FFFFFF;}
.cr a:hover {COLOR: #ff8400;}

h1		{FONT-FAMILY: Times New Roman, Times, serif; FONT-SIZE: 24px; COLOR: #5f5f5f;}

h2		{FONT-SIZE: 16px; FONT-WEIGHT: bold; COLOR: #990000;}


//http://www.artlebedev.ru/tools/technogrette/html/list-style-text/
    td p
    , td ul
    , td ol
    {
        padding: 0;
        margin: 1em 0;
    }
    td li
    {
        margin: 0.5em 0 0.5em 1.3em;
    }
    td ul
    {
        list-style-type: none;
        //list-style-image: url("li.gif");
    }
    td ul li
    {
        padding: 0;
        behavior: expression( !this.before && parentNode && parentNode.tagName == 'UL' ? this.before = ( 1
                | ( parentNode.style.listStyleImage = 'none' )
                | ( this.firstChild && this.firstChild.nodeType != 3
                    ? ( 1 | ( this.firstChild.style.marginTop = '-1.2em' ) | ( this.firstChild.style.position = 'relative' ) ) : 1 )
                | ( this.innerHTML = '<nobr style="position: relative; width: 1.25em; left: -1.25em; margin: 0 -1.25em 0 0;">&mdash;&nbsp;</nobr>'
                    + this.innerHTML ) ) : '' );
    }
    td ul>li:before
    {
        content: '\2014\a0';
        float: left;
        margin-left: -1.7em;
    }
    td ul>li>*:first-child:-moz-first-node
    {
        margin-top: -1.2em;
    }
    td ul>li>*
    {
        text-indent: 0;
    }
    td .sup
    {
        position: relative;
        top: -0.5em;
        font-size: 0.75em; //font-size: 0.89em;
        line-height: 0;
        vertical-align: baseline;
    }
