BODY
{
	font-family: 'Arial Narrow';
	height: 100%;
	width: 100%;
	font-size: 11pt;
	color: #ddd6cd;
}

.td1
{
	padding-right: 14px;
	padding-left: 14px;
	font-size: 11pt;
	padding-bottom: 10px;
	color: #ddd6cd;
	padding-top: 0px;
}

.td1 A
{
	font-size: 11pt;
	color: #ddd6cd;
	text-decoration: underline;
}

.td1 A:hover
{
	font-size: 11pt;
	color: #ddd6cd;
	text-decoration: none;
}

.header1
{
	font-size: 18pt;
	text-transform: uppercase;
	color: #ffba00;
}

.menu
{
	margin-top: 18px;
	font-weight: bold;
	font-size: 3mm;
	margin-left: 44px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: Arial;
}

.menuitem
{
	font-weight: bold;
	font-size: 3.0mm;
	text-transform: uppercase;
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;
}

.menuitem:hover
{
	font-weight: bold;
	font-size: 3.0mm;
	text-transform: uppercase;
	color: #ffffff;
	font-family: Arial;
	text-decoration: underline;
}

.spliter
{
	margin-left: 20px;
	margin-right: 18px;
}

.text1
{
	font-size: 3.5mm;
	text-transform: uppercase;
	color: #ffba00;
}

.text31
{
	font-size: 10px; color: #555550;
}

.text31 A
{
	font-size: 10px; color: #555550;
	text-decoration: none;
}

.text31 A:hover
{
	font-size: 10px; color: #555550;
	text-decoration: underline;
}

.link1
{
	font-weight: bold;
	font-size: 3.4mm;
	color: #dde807;
	font-family: Arial;
	font-variant: small-caps;
	text-decoration: none;
}

.link1:hover
{
	font-weight: bold;
	font-size: 3.4mm;
	color: #dde807;
	font-family: Arial;
	font-variant: small-caps;
	text-decoration: underline;
}

	/*описание ссылок подошвенного меню*/
.links:link {
        color:#555550; /* новая ссылка*/
        text-decoration: none;
       }
.links:visited {
           color:#555550;
           text-decoration:none; 
          }
/*.links:active {
          color:rgb(250,250,250);
         }
.links:hover {
         color:#ff4400; /*#ff4400*/
         text-decoration:none; /*line-through = перечеркивание underline*/
        }*/