/* Меню */
.big {
    color : #993333;
    font-family:"Times New Roman, Times, serif";
    font-size: 16pt;
    font-style:bold;
    text-decoration : none;
    margin: 0;
}

.big a {
    text-decoration : none;
    color : #993333;
}

.small
{
    background-color : #FFFBE1;
    color : #993333;
    font-family:"Times New Roman, Times, serif";
    font-size: 11pt;
    text-decoration : none;
    margin: 0;
/*    padding-left: 20px;*/
}
.small a {
    text-decoration : none;
    color : #993333;
}


li a
{
    text-decoration : underline;
    color : #993333;
    font-family:"Times New Roman";
    font-size: 12pt;
}

.bottom {
    font-family:"Times New Roman, Times, serif";
    color : White;
    font-size: 10pt;
}
.bottom a {
    text-decoration : none;
    color : White;
}

/* Текст */

.body{
    background-color : #4E4C4C;
    margin : 0 0 0 0;
}

h1 {
    font-family : "Times New Roman", Times, serif;
    font-size : 16pt;
    font-weight: normal;
/*    padding-bottom: 10;*/
    margin: 10 0 10 0;
    text-align : left;
    letter-spacing : -0.03em;
}

h2 {
    color: #993333;
    font-family : "Times New Roman", Times, serif;
    font-size : 15pt;
    font-weight: normal;
/*    padding: 0 0 10 0;*/
    margin: 10 0 10 0;
    text-align : left;
    letter-spacing : -0.03em;
}

h2 a {
    text-decoration : none;
    color : #993333;
}

h3 {
    font-family : "Times New Roman", Times, serif;
    font-size : 13pt;
    font-weight: normal;
    margin: 8 0 10 0;
    text-align : left;
    letter-spacing : -0.03em;
}

img {
border-width:0;
}
                
.text {
    font-family : "Times New Roman", Times, serif;
    font-size : 11pt;
    text-align : justify;
/*    letter-spacing : -0.04em;*/
/*    line-height: 97%;*/
}

.text a{
    color: #993333;
    text-decoration : none;
}

.text p {
    margin: 5 0 5 0;
}

#address p{
    margin: 0 0 0 0;
}
#masters p{
    margin-bottom: 0;
}

.text img{    /* Картинки в основном тексте */
    margin: 5 10 5 10;    
}

.text td img { /* картинки в таблицах */
    margin: 0;
}

.text ul, .text ol{
    margin-top: 5;
    margin-bottom: 5;
}
.grey_tx {
    font-size : 10pt; 
    color : #999999;
    margin: 5 0 5 0 ;
}

.grey_tx a{
    font-size : 10pt; 
    color : #999999;
    text-decoration : underline;
}

.small_tx
{
    font-family : "Times New Roman", Times, serif;
    font-size : 10pt;
    margin: 5 0 0 0 ;
}   

A.tx, .small_tx a{
    color : Black;
    text-decoration : underline;
}