body {
	margin: 1px 0px 2px 10px;
	padding: 1px 0px 2px 0px;
	text-align: center;
}

#pageBody {
	width: 760px;
	/* Далее выравнивание страницы по центру экрана */
	/*position: absolute;
	left: 50%;
	margin-left: -380px;*/	
}

#pageBody, #pageBody td, #pageBody th {
	color: #4F4F4F;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

#pageBody, #pageBody table.imgtext-nowrap {
	text-align: justify;
}

table.contenttable {
	border-color: #536351;
	/*border: #536351 solid; 1px;*/
	border-collapse: collapse;
}

table.contenttable p {
	margin: 0px 3px 0px 3px;
	padding: 0px 0px 0px 0px;
}

#pageBody th {
	text-align: center;
}


/********* Верхний колонтитул **********/


#logo {
	position: relative;
	top: 17px;
	left: 0px;
}

#serviceMenu {
	position: absolute;
	left: 400px;
	top: 30px;
}

#wwwnnckz {
	position: absolute;
	right: 20px;
	top: 30px;
}

#topMenu {
	height: 25px;
}

#topMenu a {
	padding-left: 10px;
	padding-right: 18px;
	margin-right: 10px;
	color: #536351;
	font: bold 11pt Arial, Helvetica, sans-serif;
	text-decoration: none;	
	background-repeat: no-repeat;
}

#topMenu a:link, #topMenu a:visited {
	background-image: url('images/tms.gif');
	background-position: left;
}

#topMenu a.actTopMenu:link, #topMenu a.actTopMenu:visited, #topMenu a.actTopMenu:hover, #topMenu a:hover {
	background-color: #D57800;
	color: #FFFFFF;
	background-image: url('images/white_arrow.gif');	
	background-position: 95%;
}

.clear {
	clear: both;
}

/*********** Контент ************/



p.csc-caption {
	margin: 0px 10px 5px 10px;
	font-style: italic;
	font-size: 8pt;
	background-color: #7E977A;
	border: 1px solid #536351;
	color: #F0FFF6;
	position: relative;
	top: -10px;
	left: 5px;
}



/*********** Нижний колонтитул ***********/

#pageFooter {
	position: relative;
}

#footerBlock {
	background-color: #EBEBEB;
	position: relative;
	top: 5px;
	height: 45px;
}

#footerMenu {
	position: absolute;
	left: 10px;
	top: 27%;	
	width: 550px;
	text-align: left;
}

#footerMenu a {
	color: #4F4F4F;
	text-decoration: none;
}

#copyright {
	position: absolute;
	top: 27%;
	right: 10px;
	font-size: 80%;
}

/******** Общие стили ********/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	color: #536351;
	text-align: left;
}

h1 {
	font-size: 12pt;
	padding-bottom: 5px;
	padding-top: 10px;
	margin: 0px 0px 15px 0px;
	background-image: url('images/hu.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

h2 {
	font-size: 11pt;
	padding-bottom: 0px;
	padding-top: 10px;
	margin-top: 10px;
}

h3 {
	font-size: 10pt;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0px 0px 5px 0px;
}

h4 {
	font-size: 10pt;
	padding-bottom: 0px;
	padding-top: 5px;
	margin: 0px 0px -10px 0px;
}

h5 {
	font-size: 10pt;
	/*padding-bottom: 0px;
	padding-top: 5px;*/
	margin: 0px 0px -15px 0px;
	background-color: #7E977A;
	border-top: #CECECE solid 1px;
	border-bottom: #4B5948 solid 1px;
	color: #FFFFFF;
	display: block;
	background-image: url('images/white_arrow.gif');
	background-position: 5px 50%;
	background-repeat: no-repeat;
	padding: 2px 0px 1px 20px;
	font-weight: bold;
	text-decoration: none;
}

h6 {
	font-size: 9pt;
	padding-bottom: 0px;
	padding-top: 5px;
	margin: 0px 0px -15px 0px;
}

p.more {
	text-align: right;
	margin-top: -10px;
	padding-right: 10px;
}

p.more a {
	background-image: url('images/more_arrow.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #D57800;
}

ul li {
	list-style-image: url('images/more_arrow.gif');
	text-align: left;
}

a.text {
	color: #4F4F4F;
	text-decoration: none;
}