/*Общие*/
body{
	color:#000000;
	font-family:Sylfaer,"Book Antiqua";
}
table.main{
	border-width:0;
	border-left-width:1;
	border-left-style:solid;
	border-left-color:#000000;
	border-right-width:1;
	border-right-style:solid;
	border-right-color:#000000;
	background-color:#ff9900;
}

p{
	text-indent:30px;
	text-align:justify;
}
img{
	border-width:0;
}
a{
	color:#333333;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img.b ,img.bordered ,img.handled{
	border:solid #FFFFFF 1px;
}
img.bordered ,img.handled{
	margin:2 10 2 10;
}
img.handled{
	cursor:pointer;
}

h1{
	text-align:center;
	font-size:24px;
}

/*Инфоммационный блок*/
.d_block{
	padding:5;
}
.d_block img{
	border:solid #FFFFFF 1px;
}

#modalWBlock{
	position: absolute;
}
#modalWBG{
	position:absolute;
	top:0;
	left:0;
	background-color:#666666;
}
