html, body {
	height:100%;
	margin:0px;
	padding:0px;
}

h3 {
	color: #757575;
	font-size: medium;
}
a {
	color: rgb(47,124,168);
}

div#main_content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-left: 0px;
	margin-right: 15px;
	margin-top: 25px;
	color: #4F4F4F;
	margin-bottom: 60px;
	text-align: justify;
}

#main_content ul{
	margin-top: 0px;
}

#main_content ul li{
	list-style-image: url(/img/blue_bulet.gif);
	list-style-position: inside;
	text-indent: -15px;
}
#main_content strong{
	color: #757575;
}

#main_content p{
	margin-bottom: 20px;
	margin-top: 0px;	
}

table#rezina
{
	width: 100%;
/* для IE */	
	width: expression(
		(
			document.getElementById('line')
			/* задаем минимальный размер таблицы */
			&& document.getElementById('line').clientWidth < 800
		)
		? '800px'
		:	(
				document.getElementById('line')
				/* ограничиваем максимальный размер таблицы */
				&& document.getElementById('line').clientWidth < 1037
			)
			?	'100%'
			:	( document.getElementById('line') )
				? '1037px'
				:	'auto'
	);
/*для firefox и т.п. */
    min-width: 800px;
	max-width: 1037px;
	margin: 0em 0em 0em 0em;
}
/* Тоже для резины */
#line
{
	visibility: hidden; 
	position: absolute;
	left: 0;
	bottom: 0;

	width: 100%; 
	height: 1px;
	line-height: 1px;
}

div#right_image{
	float: right; /* Обтекание справа */
	width: auto; /* Ширина колонки */
	clear: left;
	height: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}

div#left_image{
	float: left; /* Обтекание справа */
	width: auto; /* Ширина колонки */
	clear: right;
	height: auto;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/* таблица в контенте */
TABLE.StylishTable {
	MARGIN: 0px 0px 1em;	
	}
TABLE.StylishTable  TR TD {
	PADDING-LEFT: 3px 
	}
TD.StylishTableHeader {
	FONT-WEIGHT: normal;
	color:#465796;
	padding-bottom:2px;
	font-size: x-small;
	WHITE-SPACE: nowrap; 
	border-bottom: 3px solid #465796;
	vertical-align: middle;
	}
TD.StylishTableRowGray {
	border-bottom:1px solid #b3b3b3; 
	background-color:#f5f5f5;
	vertical-align: top;
	}
TD.StylishTableRow{
	border-bottom:1px solid #b3b3b3; 
	vertical-align: top;
	}
