body                          /* Шрифт по умолчанию */
{                             
	font-family: Verdana;       /* Стиль */
  font-size: 13pt;            /* Размер */
  color: #000000;             /* Цвет */
}
p, td                         /* Шрифт по умолчанию для параграфов и ячеек таблиц */
{
	font-family: Verdana;
  font-size: 13pt;
  color: #000000;
}
h1                            /* Заголовок 1 */
{
  font-family: Tahoma;
  font-size: 24pt;
  font-weight: bold;
  color: #1e721b;
}
h2                            /* Заголовок 2 */
{
  font-family: Tahoma;
  font-size: 22pt;
  font-weight: bold;
  color: #000000;
}
h3                            /* Заголовок 3 */
{
  font-family: Tahoma;
  font-size: 20pt;
  font-weight: bold;
  color: #000000;
}
h4                            /* Заголовок 4 */
{
  font-family: Tahoma;
  font-size: 18pt;
  font-weight: bold;
  color: #000000;
}
h5                            /* Заголовок 5 */
{
  font-family: Tahoma;
  font-size: 16pt;
  font-weight: bold;
  color: #000000;
}
h6                            /* Заголовок 6 */
{
  font-family: Tahoma;
  font-size: 14pt;
  font-weight: bold;
  color: #000000;
}
/* --- Правила для меню ---------------------------------------------------- */
.menu                         /* Общие */
{       
  margin: 0px;                /* Отступ от соседнего блока */
  padding: 5px;               /* Отступ от края родителя */
	width: 240px;               /* Ширина */
	list-style-type: none;		
} 
.menu a, i
{
  display: block;    
	width: 240px;               /* Ширина */
	height: 32px;               /* Высота */
	line-height: 32px;          /* Высота линии */
	color: #CCCCCC;             /* Цвет */
	font-family: Arial;         /* Шрифт */
	font-size: 11pt;  	
	text-decoration: none;
	background: #FFFFFF;        /* Цвет фона */
	border-color: #777777;      /* Цвет границы */
	border-style: solid;        /* Стиль границы */
	border-width: 0px 0px 0px 0px; /* верх-право-низ-лево*/
	text-indent: 30px;          /* Отступ текста от левогокрая */
}
.menu a:link
{
	color: #000000;
	font-family: Arial;
  font-size: 13pt;
  font-weight: normal;
  text-decoration: none;	
} 
.menu a:visited
{
	color: #000000;
	font-family: Arial;
  font-size: 13pt;
  font-weight: normal;
  text-decoration: none;	
} 
.menu a:hover                 /* При наведении курсора */
{
  color: #000000;
  font-family: Arial;
  font-size: 13pt;
  font-weight: bold;
  border-style: solid;
	border-width: 0px 0px 0px 0px;
	text-indent: 30px;
	width: 240px;
  text-decoration: none;	
} 
.menu a:active
{
	color: #CCCCCC;
	font-family: Arial;
  font-size: 13pt;
  font-weight: normal;
  text-decoration: none;	
}

/*---Стили-------------------------------------------------------------------*/
.my_news
{
  font-family: Arial;
  font-size: 10pt;
  color: #EEEEEE;
  font-weight: normal;   
}

.my_news td
{
  font-family: Arial;
  font-size: 10pt;
  color: #EEEEEE;
  font-weight: normal;  
} 
.my_news a:link
{
  color: #42188f;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;  
}
.my_news a:visited
{
	color: #42188f;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.my_news a:active
{
	color: #42188f;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.my_news a:hover
{
	color: #888888;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}

/* --- Основные ссылки ----------------------------------------------------- */
a:link
{
  font-family: Verdana;
  color: #69b15d;
  font-size: 13pt;
  font-weight: bold;
  text-decoration: underline; 
}
a:visited
{
  font-family: Verdana;
  color: #69b15d;
  font-size: 13pt;
  font-weight: bold;
  text-decoration: underline; 
}
a:active
{
  font-family: Verdana;
  color: #69b15d;
  font-size: 13pt;
  font-weight: bold;
  text-decoration: underline; 
}
a:hover
{
  font-family: Verdana;
  color: #808080;
  font-size: 13pt;
  font-weight: bold;
  text-decoration: none;
}

.bottomtext
{
  font-family: Tahoma;
  font-size: 10pt;
  color: #EEEEEE;
  font-weight: normal;
} 
.bottomtext td
{
  font-size: 10pt;
  color: #EEEEEE;
  font-weight: normal; 
}
.bottomtext a:link
{
  color: #EEEEEE;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;  
}
.bottomtext a:visited
{
	color: #EEEEEE;
}
.bottomtext a:active
{
	color: #EEEEEE;
}
.bottomtext a:hover
{
	color: #AAAAAA;
} 
