.text {
<!-- Tекст -->;
	font-family : Tahoma;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : #666666;
}

.text_gray {
<!-- Серый Tекст -->;
	font-family : Tahoma;
	font-size : 11px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : #666666;
}


.art_name {
<!-- Заголовок -->;
	color : #B4777A;
	font-family : Tahoma;
	font-size : 18px;
	font-style : normal;
	font-weight : bold;
}

.art_name_2 {
<!-- Заголовок 2 -->;
	color : #B4777A;
	font-family : Tahoma;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
}

.td_null {
<!-- Белая ячейка -->;
        font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 11px;
        font-style : normal;
        font-variant : normal;
        font-weight : normal;
        border-top : none;
        border-bottom : none;
        border-right : none;
        border-left : none;
        background-color : #FFFFFF;

}

