body{
	background-color: #FFFFFF;
	margin: 0px;
	font-size: 10px;
}

a:link{
	color:#911F43;
	font-size: 13px;
	font-family: Arial;
	text-decoration: none;
}
a:active{
	color:#FF0000;
	font-size: 13px;
	font-family: Arial;
	text-decoration: none;
}
a:visited{
	color:#330000;
	font-size: 13px;
	font-family: Arial;
	text-decoration: none;
}
a:hover{
	color:#FF0000;
	font-size: 13px;
	font-family: Arial;
	text-decoration: none;
}

table.t_main{
	color : #000000;
	text-align:left;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial;
}

td.copy{
	color : #000000;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial;
	padding-top: 0px;  
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 0px;
}

td.copy1{
	color : #000000;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	padding-top: 20px;  
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 0px;
}

td.news{
	color : #911F43;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	padding-top: 25px;  
	padding-bottom: 22px;
	padding-left: 30px;
	padding-right: 30px;
}

td.news1{
	color : #911F43;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	vertical-align: top;
	padding-top: 22px;  
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
}

td.news2{
	color : #000000;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial;
	vertical-align: top;
	padding-top: 22px;  
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
}

p.mod{
	text-align:justify;
	text-indent:35.4px;
	margin:6px;
}

td.section{
	color : #911F43;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	padding-top: 22px;  
	padding-bottom: 22px;
	padding-left: 30px;
	padding-right: 30px;
}

td.section1{
	color : #000000;
	text-align:justify;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial;
	padding-top: 22px;  
	padding-bottom: 0px;
	padding-left: 22px;
	padding-right: 30px;
}

td.section2{
	border-bottom: 1px solid #EAECEB;
}

td.section3{
	text-align:center;
	padding-top: 22px;  
	padding-bottom: 0px;
	padding-left: 22px;
	padding-right: 0px;
}

hr {
	color: #eeeeee;
}

a.map:link, a.map:visited {
	font-face: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #911F43;
}

a.map:hover, a.map:active {
	font-face: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}

table.tabmod{
	color : #000000;
	text-align:left;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial;
}


/* Это ширина и высота устанавливаемого меню, в зависимости от размеров таблицы */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* Это непосредственно основной контент для меню */
.transMenu .content {
	position:absolute;
	}

/* Эта таблица включает в себя все элементы меню */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}

/* Каждый TR.item это один пункт меню */
.transMenu .item{
    color:#911F43;
    font-size:11px;
    font-family:sans-serif;
    text-decoration:none;
	/* Это хак для mac/ie5 */
	border:none;
	cursor:pointer;
	cursor:hand;
	display: block;
	background:#EAECEB;
	vertical-align: middle;
	font-face: Arial;
	font-size: 9px;
	font-weight: bolder;
	color: #911F43;
	text-align: left;
	text-indent: 5px;
	height: 20px !important;
	height: 20px;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	width: 250px !important;
	width: 250px;
	}
.transMenu .item td{

}
/* Этот DIV это полупрозрачный фон для каждого меню */
/* установка цвет бэкграунда, так как mac не распознает его */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}

/* то же самое, что и .background, только это отвечает за тень справа */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* то же самое, что и .background, только это тень в основании меню */
.transMenu .shadowBottom {
	font-size:1px;
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* этот класс используется тогда, когда указатель мыши подсвечивает меню. */
.transMenu .item.hover {
	color:#ffffff;
	background:#911F43;
	}

/* класс показывает, что есть подменю или spacer.gif */
.transMenu .item img {
	margin-left:10px;
	}

/* Класс добавлен Khanh - 050629 */
#wrap {
	margin: 0px;
	padding: 0px;
}
#menu {
	margin: 0px;
	padding: 0px;
	display:block;
	width:100%;
}
.transMenu .item#active {
	background:#88C4FF;
	color:black;
	-moz-opacity:.6;
	filter:alpha(opacity=60);
	font-weight:bold;
	}
.transMenu .item#active.hover {
	background:#F79A00;
	color:black;
	}
/* Для первого уровня меню.*/
a.mainlevel-trans:link, a.mainlevel-trans:visited {
	display: block;
	background: #EAECEB;
	vertical-align: middle;
	font-face: Arial;
	font-size: 9px;
	font-weight: bolder;
	color: #911F43;
	text-align: left;
	padding-top: 5px;
	padding-left: 25px;
	height: 20px !important;
	height: 20px;
	width: 100%;
	text-decoration: none;
	width: 198px !important;
	width: 198px;
}
a.mainlevel-trans:hover {
 	background:#DADCDB;
	text-decoration: none;
	color: #911F43;
	font-face: Arial;
	font-size: 9px;
	font-weight: bolder;
}
a.mainlevel_active-trans, a.mainlevel_active-trans:visited {
	color:#FF6600;
	line-height: 25px;
	display: block;
	height: 20px;
	width: auto;
	margin: 0px;
	padding: 0px 15px 0px 29px;
	background: #EAECEB;
	font-size:11px;
	text-decoration: none;
	font-weight:bold;
	color: #FFFFFF;
}
a.mainlevel_active-trans:hover {
	color:#3366CC;
}

/* Таблица */
.tableMenu {
	background: #EAECEB;
	}
/* Окончание */