/* Общий */

	.content { 	
	line-height: 16px;
	}

/* Основной текст */

	.content p {margin: 0pt 0pt 20px; padding: 0pt; text-align: justify; }
	.content strong {font-weight: bold;}
	.content b {font-weight: bold;}
	.content em {font-style: italic;}
	.content i {font-style: italic;}
/* Заголовок */

	.content .title {
	font-size:24px; font-style: italic; font-weight:bold;
	text-shadow: 1px 1px 0px #fff;
	margin-bottom: 35px;
	}
	
	.content .title h1 {
		float: left;
		padding: 0px 5px;
		color: #004cb4;
	}
	
	.content .title .before {
	content: " ";
		display:block;
		float:left;
		width:98px;
		height: 19px;
		background: url(../i/he-left.png) no-repeat;
	}
	
	.content .title .after {
	content: " ";
		float: right;
		height: 19px;
		background: url(../i/he-right.png) no-repeat right center;
	}

/* Подзаголовок */

	
/* Таблица */

	.content table[border="1"] {border-collapse:collapse;
	}	

	.content table th {}

	.content table td {}
	.content table[border="1"] td {
	border-collapse:collapse;
	border: 1px solid #777;
	padding: 5px;
	}	

/* Изображение */

	.content img {}
	
	
/* Ссылки */
	
	
/* Списки */

	.content ul { list-style-type: disc;  margin: 10px 0px 10px 40px;}
	
	.content ul li { padding-left: 5px; text-align: justify; margin-bottom: 10px;}
	
	.content ol { list-style-type: decimal; margin: 10px 0px 10px 40px;}
	
	.content ol li {padding-left: 5px; text-align: justify; margin-bottom: 10px;}