.text {
<!-- Tекст -->;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : #585858;
}

.text1_bold {
	<!-- Tекст жирный -->;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color : #585858;
}

.text_coursive {
<!-- Tекст курсивный -->;
	font-family : "Times New Roman";
	font-size : 12px;
	font-style : italic;
	font-variant : normal;
	font-weight : normal;
	color : #585858;
}

.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 : #585858;
}

.text_caption {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 22px;
	font-style : normal;
	font-weight : normal;
	color : #00a650;
}

.text_caption_0 {
	<!-- Название статьи -->;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-style : normal;
	font-weight : normal;
	color : #00a650;
}

.link {
<!-- Ссылка -->;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #00a650;
	text-decoration : underline;
}

