* {font-family: Arial, sans-serif; color:#333;}

body
{
	padding: 0px;
	margin: 0px;
	width:100%;
	height:100%;
}

#error404Block{padding: 0 0 100px 200px;}
#error404Block h1{font-size:150%; color:#333; margin:0;}
#error404Block p{margin: 0.4em 0 2.5em 0;}
#error404Block a{font-size:75%;}

.newbanner {width:100%; text-align:center; margin-top:10px;}
.newbanner img {margin: 20px;} 

/* Общие теги
-----------------------------------*/
p
{
	font-size:75%;
	line-height:1.6em;
	margin-top:0.5em;
}

h1
{
	font-size:160%;
	margin: 0 0 0.5em 0;
	clear:both;
}

h2
{
	font-size:160%;
	color:#333;
	font-weight:normal;
	padding:0;
	margin: 1em 0 0 0;
	clear:both;
}

h3
{
	font-size:120%;
	font-weight:normal;
	margin: 1.2em 0 0.3em 0;
	clear:both;
}

h4
{
	font-size:90%;
	font-weight:bold;
	margin: 0.5em 0;
}

ul, ol
{
	margin-top: 1em;
	padding-left:0;
	margin-left:0;
	font-size:75%;
	line-height:1.4em;
}

li
{
	list-style-type: none;
	text-indent:-1.5em;
	margin: 0.4em 0 0.4em 1.5em;
}

ol li
{
	list-style-type:decimal;
	text-indent:0;
}


img.borderImg{border: 1px solid #999;}

table
{
	width:100%;
	margin: 0;
	padding:0;
	border:0;
	border-collapse: collapse;
}

td
{
	vertical-align: top;
	margin:0;
}

.none
{
	display:none;
}

.visible
{
	display:block;
}

.line
{
	height:2em;
	border-bottom: 4px solid #dedede;
}
/**/


/* paragraph
-------------------------*/

.paragraphBlock
{
	clear:both;
	padding:0 25px;
}

div.imgTop
{
	padding: 0.8em 0 0.5em 0;
}

div.imgLeft
{
	float:left;
	padding: 0.5em 1em 0.8em 0;
}

div.imgRight
{
	float:right;
	padding: 0.5em 0 0.8em 1em;
}

div.imgBottom
{
	padding: 0.4em 0 0.8em 0;
}

p.caption
{
	font-size:75%;
	color:#666;
	font-style:italic;
	margin: 0.5em 0;
}

table.pTable
{
	clear:both;
	width:100%;
	border-collapse:collapse;
	margin: 0.5em 0 1.2em 0;
}

table.pTable th
{
	font-size:85%;
	padding: 1.2em 10px 0.5em 10px;
}

table.pTable td
{
	font-size:85%;
	padding: 0.7em 25px 0.7em 0;
	border-bottom: 1px solid #ccc;
}

table.pTable td p
{
	font-size:100%;
	margin:0;
	line-height:normal;
}

.pNote
{
	padding: 0.8em 20px 1em 20px;
	background-color:#ffe464;
	border: 3px dashed #fff;
	margin: 0 0 1em 40px;
}

.pNote h4
{
	font-style:italic;
	font-weight:bold;
	font-size: 80%;
	margin: 0.4em 0 0 0;
}

.pNote p
{
	font-size:75%;
	font-style:italic;
	margin: 0.6em 0 0 0;
	line-height: 1.5em;
}

.pFileattach,
.pFileword,
.pFileexcel
{
	padding: 0.6em 10px 0.4em 36px;
	height: 36px;
}

.pFileLink
{
	font-size:85%;
}

.pFileSize
{
	display:block;
	font-size:70%;
	color:#7f6900;
	margin: 0.2em 0 0 0;
}

.pFileattach
{
	background: url('../i/icons/default.gif') no-repeat left center;
}

.pFileword
{
	background: url('../i/icons/word.gif') no-repeat left center;
}

.pFileexcel
{
	background: url('../i/icons/excel.gif') no-repeat left center;
}

.paragraphBlock h3
{
	font-size:130%;
	font-weight:normal;
	margin: 1.2em 0 0.3em 0;
	clear:both;
}

.paragraphBlock .off span,
.paragraphBlock .on span
{
	cursor:pointer;
	cursor:hand;
	border-bottom: 2px dashed #fff;
}

table
{
	margin:0;
	padding:0;
	border:0;
	border-collapse: collapse;
}

td
{
	margin: 0;
	padding: 0;
	vertical-align: top;
}


/* path
-------------------------*/

div.path
{
	padding: 0.8em 0 0 25px;
}

div.path a
{
	font-size:75%;
	margin:0;
}

div.path span
{
	font-size: 75%;
	margin:0;
}

div.path h1
{
	font-size:160%;
	font-weight:bold;
	margin: 0.1em 0 0.5em 0;
}


/* links */
a{text-decoration:underline; color:#003399;}
a:hover{text-decoration:underline; color:#476cb5;}
/**/

/* round */

.roundBlock
{
	/*position:relative;*/
	width:100%;
}

.roundBlock .top,
.roundBlock .bottom
{
	position:relative;
	height:10px;
	width:100%;
	overflow:hidden;
	/*_right: 0px;*/
}

.roundBlock .lt,
.roundBlock .rt,
.roundBlock .lb,
.roundBlock .rb
{
	position:relative;
	width:10px;
	height:40px;
	background-image:url('/i/round.gif');
	background-repeat:no-repeat;
	background-position: 0 0;
	overflow:hidden;
}

.roundBlock .rt,
.roundBlock .rb
{
	position:absolute;
	left:100%;
	margin-left:-10px;
	margin-left: expression( this.parentNode.offsetWidth % 2 ? -9 : -10 );
	top:-10px;
}

.roundBlock .bottom .lb,
.roundBlock .bottom .rb
{
	margin-top:-20px;
}



