/* Common styles */
	
	* {font-size: 100.01%;}

	html, body, p, div, pre,
	form, fieldset, dl, dt, dd, ul, ol, li,
	table, td, th, h1, h2, h3, h4, h5 {
		margin: 0; padding: 0;}

	html, body, p, div, pre, form, fieldset, 
	dl, dt, dd, ul, ol, li, table, td, th {
		line-height: 1.4;}

	h1, h2, h3, h4, h5 {
		line-height: 1;}

	body {
		width: 100%; height: 100%; 
		font-size: 68.75%; font-family: Tahoma,  Arial, Verdana ,Georgia, serif;
		background: white;}

	html {
		width:100%; height: 100%;
		min-width: 775px;}

	head+body input {
		padding: 0;}

	td {
		vertical-align: top;}

	a img {
		border: 0;}

	a {
		color: #1b3d63;}
	a:visited {
		color: #1b3d63;}
	a:hover {
		color: #0074c5;}
	a:active {
		color: #0074c5;}

/* Usefull classes */

	.w100 {
		width: 100%; border-collapse: collapse;}
	.h100 {
		height: 100%; border-collapse: collapse;}
	.fl {
		float: left;}
	.fr {
		float: right;}
	.p0 {
		padding: 0 !important}
	.m0 {
		margin: 0 !important}
	.bn {
		border: none !important;}
	.bgn {
		background: none !important;}
	
	.cursor {
		cursor: pointer; cursor:hand;}
	.clear {
		position: relative; clear: both; overflow: hidden;
		height: 0; font-size: 0; line-height: 0;}
	.block {
		clear: both; min-width: 775px; 
		_width: expression((documentElement.clientWidth || document.body.clientWidth) < 775 ? '775px' : '100%');}
	
	.not-footer {
		position: relative; min-height: 100%; _height: 100%;}
	
/* Content styles */

	.main-header {
		margin: 0.6em 0 0; padding: 0 0 0 25px; 
		background: url(../images/common/content-header.gif) no-repeat 0 .15em;
		color: #1b3d63; font-size: 1.4em;}

	.content {
		color: #666; font-size: 1.1em; line-height: 1.5em;
		padding: .4em 20px .8em;}

	.content * {
		color: #666;}

		.content a			{color: #1b3d63;}
		.content a:visited	{color: #1b3d63;}
		.content a:hover	{color: #0074c5;}
		.content a:active	{color: #0074c5;}
		
		/* text */
		.content hr {
			border: none; border-top: 2px solid #ddd; height: 0; _height: 2px;}
		.content p {
			font-size: 1em; margin: 0 0 1em 0; }
		.content sub, .content sup, .content small {
			font-size: .8em;}
		.content big {
			font-size: 1.2em;}
		.content blockquote {
			margin: 1.5em 0em 1.5em -14px; padding: 0 5em 0 10px; 
			border-left: 0.3em solid #0074c5; color: #666;}

		/* headers */
		.content h1 {
			margin: 0.6em 0 0; 
			font-size: 1.3em;}
		.content h2 {
			margin: 0.6em 0 0.2em; 
			font-size: 1.2em;}
		.content h3 {
			margin: 0.6em 0 0.2em; 
			font-size: 1.1em;}
		.content h4 {
			margin: 0.6em 0 0.2em; 
			font-size: 1em;}
		.content h5 {
			margin: 0.6em 0 0.2em; 
			font-size: 1em; font-weight: normal;}

		/* lists */
		.content ul {
			margin: .75em 0 .75em -14px;}
		.content ol {
			margin: .75em 0 .75em -14px; color: black; list-style-position: inside;}
		.content ul li {
			_height: 1%; position: relative; list-style-type: none;  /* Save picture content-list.gif for markers! */
			padding: 0 0 0 1.1em; background: url(../images/common/content-list.gif) no-repeat 0 .4em;}
		.content li ul,	.content li ol {
			margin-top: 0;}
	
		/* definitions */
		.content dl {
			margin: 1.5em 0;}
		.content dt {
			margin-top: 1em;
			font-weight: bold;}
		.content dd {
			margin-top: .3em; }
				
		/* tables */
		.table-style {
			width: 100%; margin: .75em 0; 
			border: solid #BBC5D1; border-width: 1px 1px 0 0; }
		.table-style td,.table-style th {
			padding: .4em .8em;
			border: solid #BBC5D1; border-width: 0 0 1px 1px;}
		.table-style-header, .table-style th {
			text-align: center; color: #0074c5; font-weight: bold;
			background: #D1E0F0 url(../images/common/content-table.gif) top repeat-x; }
		.table-style-row {background: #F0F5FA;}

/* Bread crumbs (хлебные крошки) */

	.main-path, .bread-crumbs {
		clear: both; margin: .5em 0 1em 0;
		padding: 0 0 0 25px; 
		font-size: 1em; line-height: 1.1em; text-transform: lowercase;}

	.main-path span, .bread-crumbs span {
		color: #304F72;}
