.text {
<!-- Tекст -->;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : #000000;
}

.text1_bold {
	<!-- Tекст жирный -->;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color : #000000;
}

.text_coursive {
<!-- Tекст курсивный -->;
	font-family : "Times New Roman";
	font-size : 12px;
	font-style : italic;
	font-variant : normal;
	font-weight : normal;
	color : #999999;
}

.text_coursive_b {
<!-- Tекст жирный курсивный -->;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : italic;
	font-variant : normal;
	font-weight : bold;
	color : #999999;
}

.text_coursive_0 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : italic;
	font-variant : normal;
	font-weight : normal;
	color : #999999;
}

.text_caption {
<!-- Название статьи -->;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color : #666666;
}

.text_1 {
	font-family : Verdana;
	font-size : 60%;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : #666666;
}

.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;

}

