/*Бледно-сиреневый заголовок частей страницы*/
.menuchapter
{
	/*background : #8ca6e7;*/
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12;
	font-style : normal;
	font-weight : bold;
	width : 98%;
	text-align : center;
	margin-top : 10;
	margin-bottom : 10;
}

/*Темно-синий заголовок частей страницы*/
/*.menuchapter
{
	background : #00009c;
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12;
	font-style : normal;
	font-weight : bold;
	width : 98%;
	text-align : center;
	margin-top : 10;
	margin-bottom : 10;
}
*/

/*Бледно-фиолетовый заголовок частей страницы*/
/*.menuchapter
{
	background : #9c9ed6;
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12;
	font-style : normal;
	font-weight : bold;
	width : 98%;
	text-align : center;
	margin-top : 10;
	margin-bottom : 10;
}
*/

/* Заголовок меню */
.menuheader
{
 COLOR:green;
 FONT-FAMILY:Verdana;
 FONT-SIZE:12px;
 FONT-WEIGHT: bold;
 TEXT-DECORATION:none;
 font-style : italic;
 text-align:justify;
 margin-left:5;
 margin-top:1;
 margin-bottom:1;
 margin-right:10;
}

/* Пункт меню */
.menuitem
{
 FONT-FAMILY:Verdana;
 FONT-SIZE:10px;
 FONT-WEIGHT: bold;
 TEXT-DECORATION: none;
 text-align:left;
 margin-left:10;
 margin-top:2;
 margin-bottom:7;
 margin-right:5;
}


