html { font-family: "Arial"; }

/* стили для текста */
h1, .h1 {
	margin-top: 0;
	color: #025798;
	font-size: 26px;
	font-weight: normal
}

h2, .h2 {
	margin-top: 0;
	color: #025798;
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: normal
}

h3, .h3 {
	margin-top: 0;
	color: #025798;
	font-size: 18px;
	margin-bottom: -6px;
	font-weight: normal
}


a, a span {
	color: #006b5d;
	text-decoration: underline;
}

a:hover,
a:hover span { text-decoration: none; }

.error { color: #f00; }

.vcard p { font-size: 14px; }
.vcard p .phone {
	font-size: 18px;
	font-weight: normal
}

   /* контент */
#content {
	font-size: 16px;
	font-family: "Times New Roman";
}
.illustration .description .header {
	font-size: 14px;
	line-height: 100%;
}
		/* таблица */
#content table th {
	font-size: 20px;
	font-weight: normal
}
#content table th span { font-size: 16px; }
		/* конец таблицы таблица */
	/* конец контента */

	/* главное меню */
#menu a { font-size: 15px; }
		/* выпадающее меню */
#menu li ul li a { color: #fff; }
		/* конец выпадающего меню */
	/* конец главного меню */

	/* подвал */
#footer {
	font-size: 12px;
	font-family: "Arial";
}
#footer p { margin: 0; }

#footer #alronix { font-size: 11px; }
   /* конец подвала */
