.SmallText
   { 
    margin-bottom: 3px;
    margin-top: 3px;
    font-size: 8pt;
    font-family: Georgia, Verdana, Serif;
    font-weight: normal;
    color: Black}

.LogoText
   { 
    margin-bottom: 3px;
    margin-top: 3px;
    font-size: 32 pt;
    font-family: Georgia, Verdana, Serif;
    font-weight: normal;
    color: Black}

<!-- для вывода всей текстовой информации -->	

.Text     { 
             font-family: Verdana, Arial, Arial Bold;
              margin-bottom: 6px;
              margin-top: 6px;
              text-align: justify;
              font-size: 10pt;
              color: Black
              font-weight: normal
          } 
<!-- для вывода текстовой информации в таблицах -->	

.tabletext     { 
             font-family: Verdana, Arial, Arial Bold;
              margin-bottom: 6px;
              margin-top: 6px;
              text-align: center;
              font-size: 10pt;
              color: Black
              font-weight: normal
          } 
<!-- для вывода жирным шрифтом шапок параграфов и т.д. -->	

.ParText  { 
              font-family: Verdana, Arial Bold, Arial;
              margin-bottom: 6px;
              margin-top: 6px;
              text-align: justify;
              font-size: 14pt;
              color: Black;
              font-weight: normal
          } 

<!-- для вывода пунктов меню -->	

.MenuText { 
              font-family: Arial Bold, Arial, Verdana;
              margin-bottom: 6px;
              margin-top: 6px;
              text-align: justify;
              font-size: 14pt;
	      color: black;
              font-weight: normal
          }

.BigText     { 
             font-family: Arial Bold, Arial, Verdana;
              margin-bottom: 6px;
              margin-top: 6px;
              text-align: center;
              font-size: 16pt;
              color: Black;
              font-weight: bold
          } 


		

