body	{
		padding: 0;
		margin: 0px;
		font-family: Verdana, Tahoma, Arial, sans-serif;
		color: black;
		background: url(/!img/all_bg.jpg) repeat-x #E2E0E0 0px 47px;
		font-size: 12px;
	}
	a	{
		text-decoration: underline;
		color: #007DB8;
	}
	a:hover	{
		text-decoration: none;
	}
#all {
	margin: 133px 53px 53px 53px;
}
h1, h2, h3, h4, h5, h6 {
	border-bottom: 1px dotted #AAA;
	padding: 5px 0px;
	color: #005778;
	font-weight:normal;
	font-family: Verdana;
}
H1 { font-size: 23px; padding-top:2px; padding-bottom:7px; line-height: 110% }
H2 { font-size: 20px; margin-top:20px; margin-bottom:5px;}
H3 { font-size: 17px; margin-top:15px; margin-bottom:5px;}
H4 { font-size: 16px; margin-top:15px; margin-bottom:5px;}
H5 { font-size: 14px; margin-top:10px; margin-bottom:5px;}
H6 { font-size: 12px; }

.code {
  background: #EFEFEF;
  border: solid #AAA 1px;
  font-family: "Courier New";
  color: black;
  font-size: 10pt;
  width: 80%;
  padding: 3px 3px 3px 25px;
}

.center{  text-align: center;}
.indent {  margin-left: 40px;}

.additions { color: #008800; }
.deletions { color: #880000; }

.add { font-weight: bold; color:#c00; text-decoration: underline; }
.del { font-style: italic; color:#c00; text-decoration: line-through; }

.nobr {white-space: nowrap}

dfn { font-variant: small-caps; letter-spacing: 0.1em; font-style: normal; cursor: help; border-bottom: 1px dotted #000; }
* html dfn { \background: url(javascript:DOTS) repeat-x bottom left; }

STRIKE, S { color:#999999 }    
STRIKE A:VISITED, S A:LINK { color:#999999 }
STRIKE A:VISITED, S A:VISITED { color:#999999 }
STRIKE IMG, S IMG { filter:Gray } 
cite {color:#888800;font-style:normal;}

blockquote {  border-left:#cccccc 3px solid; padding:0px; color: #333333; font-family: "Courier New", Courier, monospace; }
blockquote p {  padding:0px;  margin: 5px 0 10px 10px; }

.toc1 { margin-left:0px; padding-left:0px; font-weight:bold; list-style-type:none;  } 
.toc2 { margin-left:0px; padding-left:15px; list-style-type:none;  } 
.toc3 { margin-left:0px; padding-left:30px; list-style-type:none;  } 
.toc4 { margin-left:0px; padding-left:45px; list-style-type:none;  } 
.toc5 { margin-left:0px; padding-left:60px; list-style-type:none;  } 
.toc6 { margin-left:0px; padding-left:75px; list-style-type:none;  }

.micq1 { padding:2px; vertical-align:top; font-weight: bold; }
.micq2 { padding:2px; vertical-align:top; font:10px tahoma, arial }
.micq3 { padding:2px; vertical-align:top; width:100% }

.email1 {color:#800000}
.email2 {color:#808000}
.email-odd {color:#800000}
.email-even {color:#808000}

.cite {color:#ff0000;font-style:normal;}
.mark { color: #00000; background:#ffaaaa; }


/* ------------------ HEADER ----------------- */

	#header 	{
		position: relative;
		height: 164px;
		background: url(/!img/header_bg.jpg) repeat-x;
		font-size: 11px;
		width: 960px;
		margin: 100px auto 50px;
    }
	#header .l 	{
		position: absolute;
		top: 0;
		left: 0;
		width: 9px; height: 9px;
		padding: 0;
		margin: 0;
		background: url(/!img/header_corner_01.gif) no-repeat;
    }
	#header .r 	{
		position: absolute;
		top: 0;
		right: 0;
		width: 9px; height: 9px;
		padding: 0;
		margin: 0;
		background: url(/!img/header_corner_02.gif) no-repeat;
    }
	#header #logo	{
		position: absolute;
		top: 0;
		left: 0;
		float: left;
		height: 48px;
		width: 160px;
		background: url(/!img/logo.gif) no-repeat;
		text-indent: -9000px;
		overflow:hidden;
		white-space: nowrap;
		cursor: pointer;
		margin: 55px 0 0 65px;
	}
	#header img	{
		position: absolute;
		top: 0;
		left: 215px;
		margin: 0 0 0 21px;
		float: left;
	}
	#header ul	{
		position: absolute;
		top: 0;
		right: 0;
		width: 268px;
		padding: 0 57px 0 0;
		margin: 25px 0 0 0;
	}
	#header ul li	{
		width: 250px;
		height: 18px;
		padding: 5px 0 0 15px;
		background: url(/!img/ul_header_bg.gif) left no-repeat;
		list-style: none;
		position: relative;
	}
	#header ul li a	{
		color: #007EBA;
		font-weight: bold;
		text-decoration: none; 
	}
	#header ul li a:hover	{
		color: #E67133;
	}
	#FAQ div, #standart div, #runet div, #errors div, #links div	{
		position: absolute;
		bottom: 0;
		right: 0;
		width: 33px;
		height: 24px;
		color: #F3F1F1;
		font-size: 1px;
		background-repeat: no-repeat;
		background-position: 0% 0%;
	}
	#header ul #links	{
		background: url(/!img/ul_header_bg_end.gif) no-repeat;
	}
	#menu_general li a {
		display: block;
		height: 15px;
	}
	#FAQ a div	{
		background-image: url(/!img/icon_faq.gif);
	}		
	#FAQ a:hover div	{
		background-image: url(/!img/icon_faq.gif);
		background-position: 0% 100%;
	}		
	#standart a div	{
		background-image: url(/!img/icon_standarts.gif);
	}		
	#standart a:hover div	{
		background-image: url(/!img/icon_standarts.gif);
		background-position: 0% 100%;
	}		
	#runet a div	{
		background-image: url(/!img/icon_runet.gif);
	}		
	#runet a:hover div	{
		background-image: url(/!img/icon_runet.gif);
		background-position: 0% 100%;
	}		
	#errors a div	{
		background-image: url(/!img/icon_errors.gif);
	}		
	#errors a:hover div	{
		background-image: url(/!img/icon_errors.gif);
		background-position: 0% 100%;
	}		
	#links a div	{
		background-image: url(/!img/icon_links.gif);
	}		
	#links a:hover div	{
		background-image: url(/!img/icon_links.gif);
		background-position: 0% 100%;
	}
	/*#searchForm	{
		color: white;
		font-size: 9px;
		white-space: nowrap;
		position: absolute;
		top: -30px;
		right: 0;
		vertical-align: text-bottom;
	}
	#searchForm form {
		margin: 0px;
	}
	#searchForm .i	{
		width: 106px; 
		font-size: 11px;
		margin: 0  10px;
	}
	#searchForm .b	{
		font-size: 11px;
	}*/
	/*
	#login	{
		position: absolute;
		bottom: -26px;
		left: 52px;
		color: white;
		font-size: 9px;
		font-weight: bold;
		margin: 0 0 0px 0;
	}
	#login form {
		margin: 0px;
	}
	#login .i	{
		width: 74px; 
		font-size: 11px;
		margin: 0 0 0 6px;
		vertical-align: middle;
	}
	#login .b	{
		width: 20px;
		height: 20px;
		margin: 0 0 0 6px;
		background: url(/!img/but_search.gif);
		border: none;
		padding:0;
		text-indent: 700em;
		overflow:hidden;
		white-space: nowrap;
		cursor: pointer;
		vertical-align: middle;
	}

	#login a	{
		color: white;
		font: 9px;
		font-weight: normal;
	}*/
	#altMenu	{
		position: absolute;
		bottom: -20px;
		right: 57px;
		color: white;
		font-size: 9px;
		font-weight: bold;
	}
	#altMenu a	{
		color: white;
		font: 9px;
		font-weight: bold;
		margin: 0 0 0 24px;
	}

/* ------------------ CONTENT ----------------- */	

	/*#content {
		background: white;
		margin: 40px 0 0 0;
		padding: 20px 48px 0px 48px;
		line-height: 20px;
	}
	#content p {
		margin: 0px 0px;
		padding: 0px;
	}
	#content .big	{
		color: #005778;
		font-size: 25px;
	}
	#content .medium	{
		color: #005778;
		font-size: 19px;
	}
	#content a.medium	{
		color: #E67133;
		font-size: 19px;
	}
	#content .small	{
		color: #005778;
		font-size: 17px;
	}
	#content .small strong	{
		color: #007DB8;
		font-size: 17px;
		font-weight: bold;
	}

/* ------------------ BOTTOM  ----------------- */	

	#bottom	{
		position: relative;
		line-height: 18px;
		background: #7DB7DB url(/!img/bottom_corner_01.gif) no-repeat left bottom;
		color: #005778;
		font-size: 10px;
	}
	#bottomBg	{
		background:transparent url(/!img/bottom_corner_02.gif) no-repeat scroll right bottom;
		border-top:1px solid #7DB7DB;
		height:15px;
		margin:0 auto;
		padding:0 0 3px 52px;
	}
	.filesheader {
		margin: 0px auto;
		padding: 5px 0 5px 50px;
		border-top: solid 1px #7DB7DB;
		background: #C4D8E3;
		font-size: 11px;
	}
	.commentsheader {
		background: #91BDDC;
		margin: 0px auto;
		padding: 3px 0 3px 52px;
		font-size: 11px;
	}
	#bottom img	{
		vertical-align: middle;
	}
/* ------------------ BANNER  ----------------- */	
#banner {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #015778;
	text-align: center;
	width: 100%;
	overflow: hidden;
	margin-bottom:-100px;
}
#banner object, #banner embed {
	width: 468px;
	height: 60px;
}
#banner a {
	font-size: 9px;
	color: grey;
	/*
	position: relative;
	top: -20px;
	*/
}
#banner a:hover {
	color: white;
}