/* подпункты меню - спрятаны */
div.MyButton1
{
	display: block;
	visibility: hidden;
	position: absolute;
	width: 198;
	text-align: center;
	text-decoration: underline;
	color: #008080;
	font-size: 14;
	background-color: #CCFFCC;
	cursor: pointer;
	border: 1 green solid;
	font-family: Tahoma;
	cursor: url(./Cursors/mycursor.cur), default;
}
div.MyButton3
{
	display: block;
	visibility: visible;
	position: relative;
	width: 198;
	text-align: center;
	text-decoration: underline;
	color: #008080;
	font-size: 14;
	background-color: #CCFFCC;
	cursor: pointer;
	border: 1 green solid;
	font-family: Tahoma;
	cursor: url(./Cursors/mycursor.cur), default;
}
/* подпункты меню - показаны */
div.MyButton2
{
	display: block;
	visibility: visible;
	position: relative;
	cursor: url(./Cursors/mycursor.cur), default;
}
/* логотип сайта */
div.MyHeadLogotype
{
	display: block;
	width: 100%;
	background-image: URL(../Images/logotype.gif);
	height: 100;
	position: absolute;
	left: 0;
	top: 0;
	border-bottom: 1 green solid;
	font-family: Tahoma;
	font-size: 13;
}
/* бегущая строка */
div.MyHeadString
{
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100;
	border-bottom: 1 green solid;
	font-family: Tahoma;
	font-size: 13;
}
/* все станицы */
body
{
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #cae7c5;
}
body.MyWindow
{
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-color: #D1E8D7;
	cursor: url(./Cursors/mycursor.cur), default;
}
/* пункти меню в таблице */
td.MyTableButton
{
	text-align: center;
	background-image: URL(../Images/button.gif);
	text-decoration: underline;
	color: #990000;
	cursor: pointer;
	border: 1 black solid;
	font-family: Tahoma;
	font-size: 14;
	cursor: url(./Cursors/mycursor.cur), default;
}
/* таблица с меню */
table.MyTableMenu
{
	background-color: green;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
/* заголовки */
span.MyHeadString
{
	color: green;
	font-weight: 900;
	font-size: 30;
	font-family: Tahoma;
	font-size: 24;
}
/* ссылки */
a.MyLink
{
	color: #008080;
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 13;
	cursor: url(./Cursors/mylink.cur), default;
	position: relative;
}
a.MyLink:hover
{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 13;
	cursor: url(./Cursors/mylink.cur), default;
	position: relative;
}
a.MyLink2
{
	color: #008080;
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 18;
	cursor: url(./Cursors/mylink.cur), default;
	position: relative;
}
a.MyLink2:hover
{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 18;
	cursor: url(./Cursors/mylink.cur), default;
	position: relative;
}
/* жирный зелёный текст */
font.MyGreenBold
{
	color: green;
	font-weight: 600;
	font-family: Tahoma;
	font-size: 13;
}
/* отступ в таблицах */
td.MyWindow
{
	padding-left: 20;
	padding-right: 20;
	text-align: justify;
	color: green;
	font-family: Tahoma;
	font-size: 13;
}
/* отступ в таблицах */
td.MyWindow2
{
	padding-left: 20;
	padding-right: 20;
	text-align: center;
	color: green;
	font-family: Tahoma;
	font-size: 13;
}
/* отступ в таблицах */
td.MyWindow3
{
	padding-left: 20;
	padding-right: 20;
	text-align: center;
	color: green;
	font-family: Tahoma;
	font-size: 20;
}
/* обычный текст */
font.MyText
{
	color: green;
	font-family: Tahoma;
	font-size: 13;
}
input,textarea
{
	background-color: #cae7c5;
	color: green;
}