	.TxtStyle{
		font-size: 13pt;
		color: #555555;
		font-family:  Times New Roman, DejaVu Serif, serif;
		font-weight: normal;
		text-align: justify;
		text-indent: 1cm;
	}

	.ContentStyle{
		font-size: 12pt;
		color: #555555;
		font-family:  Times New Roman, DejaVu Serif, serif;
		font-weight: normal;
		text-align: left;
		text-indent: 0;
		margin-top: 10px;
	}

	.ChapterStyle{
		font-size: 12pt;
		color: #555555;
		font-family:  Times New Roman, DejaVu Serif, serif;
		font-weight: normal;
		text-align: left;
		text-indent: 0px;
		margin-top: 0px;
		MARGIN-BOTTOM: 0px;
	}

	.TxtCenter{
		font-size: 13pt;
		color: #555555;
		font-family:  Times New Roman, DejaVu Serif, serif;
		font-weight: normal;
		text-align: center;
		text-indent: 0cm;
	}


	.TxtStyle0{
		font-size: 13pt;
		color: #555555;
		font-family: Times New Roman, DejaVu Serif, serif;
		font-weight: normal;
		text-align: justify;
		text-indent: 0cm;
	}
    
    .Image{
		font-size: 11pt;
		color: #000000;
		font-family: Times New Roman, DejaVu Serif, serif;
		font-weight: normal;
		text-align:  center;
		text-indent: 0cm;
		font-style:  italic;
	}
    .HeaderStyle{
		font-size: 18pt;
        font-style: bold;
		color: #555555;
		font-family: Times New Roman, DejaVu Serif, serif;
		font-weight: normal;
		text-align: center;
		text-indent: 0cm;
	}
	.NewsStyle{
		font-size: 11pt;
		color: #000000;
		font-family:  Times New Roman, DejaVu Serif, serif;
		font-weight: normal;
		text-align: left;
		text-indent: 1cm;
	}
	.BottomStyle{
		font-size: 8pt;
		color: #000000;
		font-family: arial, verdana, helvetica;
        text-align: center;
		font-weight: normal;
	}

	A IMG {
		border: none;
	}

	A.MenuLink {
		color:#DDDDDD;
		text-decoration:none;
		font-size: 9pt;
		font-family: arial, vrdana, helvetica;
		font-weight: bold;
	}
	A.MenuLink:visited {
 		color: #DDDDDD;
	}
	A.MenuLink:hover {
 		color: #FFFFFF;
	}
    
    A.ContentLink {
		color:#0000FF;
		//text-decoration:none;
	}
	A.ContentLink:visited {
 		color: #660066;
        //text-decoration:none;
	}
	A.ContentLink:hover {
 		text-decoration:underline;
	}

	A.DownLoadLink{
		display: inline-block;
		background: url(image/download.gif) no-repeat 0 0;
	}
	A.DownLoadLink:hover{
		background: url(image/downloadactive.gif) no-repeat 0 0;
	}
	A.DownLoadLink:active{		
		background-position: 0 2px;
	}


	.head {
		position:absolute;
		top:0px;
		left:0px;
		z-index: -1;
		width:100%;
		height:600px;
		border:solid 0px;
		background: url(image/fon.jpg) repeat-x;
	}
    

	.code {
		BACKGROUND:#e5e5e5;
		font-size: 10pt;
		color: #000000;
		font-family: courier new;
		font-weight: normal;
		padding-left: 10px;
	}


	.mono {
		font-size: 12pt;
		color: #000000;
		font-family: courier new;
		font-weight: normal;
		text-indent: 1cm;
	}

 .gadsr {
    float: right; /* Обтекание по правому краю */
    background: #FFFFFF; /* Цвет фона */
    border: 1px solid black; /* Параметры рамки */
    padding: 0px; /* Поля вокруг текста */
    margin-left: 20px; /* Отступ справа */
    text-indent: 0cm;
 }
 
 
 .gadsl {
    float: left; /* Обтекание по правому краю */
    background: #FFFFFF; /* Цвет фона */
    border: 1px solid black; /* Параметры рамки */
    padding: 0px; /* Поля вокруг текста */
    margin-right: 20px; /* Отступ справа */
    text-indent: 0cm;
 }
 
 .gadsh {
	 max-width:100%;
	 text-align: center;
    background: #FFFFFF; /* Цвет фона */
    border: 1px solid black; /* Параметры рамки */
    padding: 0px; /* Поля вокруг текста */
    margin-right: 20px; /* Отступ справа */
	overflow-y: hidden;
    overflow-x: auto;
    text-indent: 0cm;
 }   
    

    
