BODY, P, TD { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #202020; }
INPUT, TEXTAREA, SELECT  { font-size: 12px }

A { text-decoration: underline; color: #008148; }
A:hover { text-decoration: none; color: #20A168; }

.sm { font-size: 11px }

.fstgreen { font-size: 11px; color: #12955C; font-weight: bold; }
.fstgrey { font-size: 11px; color: #4B4B4B; font-weight: bold; }
.fstgreyb { font-size: 12px; color: #4B4B4B; font-weight: bold; text-decoration: none; }
.fstlightgrey { font-size: 11px; color: #B4B4B4; font-weight: bold; }

/* ссылки без подчеркивания */
a:link {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
/* ----- */

.menu-L1 { font-size: 13px; color: #07864E; width: 100%; }
a.menu-L1 { font-size: 13px; color: #07864E; text-decoration: none; }
a.menu-L1:hover { font-size: 13px; color: #27A66E; text-decoration: underline; }

.menu-L11 { font-size: 12px; color: #07864E; }
a.menu-L11 { font-size: 12px; color: #4B4B4B; text-decoration: none; }
a.menu-L11:hover { font-size: 12px; color: #6B6B6B; text-decoration: underline; }

.menu-L2 { font-size: 11px; color: #07864E; width: 100%; }
a.menu-L2 { font-size: 11px; color: #4B4B4B; text-decoration: none; }
a.menu-L2:hover { font-size: 11px; color: #6B6B6B; text-decoration: underline; }

.greentext { color: #008148; }
.greentitle, h1 {
	font-size: 16px;
	color: #008148;
	font-weight: bold;
}
.greensubtitle { font-size: 14px; color: #008148; }

.drkgrey-sm { font-size: 11px; color: #4B4B4B; text-decoration: none; }

.blist {  list-style-image: url(/img/list.gif); margin-top: 5px }
.list { margin-top: 5px }

.bluebold {
	font:Arial, Helvetica, sans-serif;
	font:bold;
	color:#0000FF;
}
.redbold {
	font:Arial, Helvetica, sans-serif;
	font:bold;
	color:#FF0000;
}
.blueregular {font:Arial, Helvetica, sans-serif; color:#0000FF; }
.redregular {font:Arial, Helvetica, sans-serif; color:#FF0000; }
