@charset "utf-8";
/* CSS Document */

img, div { behavior: url(iepngfix.htc) }

body
{
	margin:0px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#151313;
	background:#272b34;
}
.body_shadow
{
	background:url(../img/body_shadow.png) repeat-y;
}

.header_bg
{
	background:url(../img/header_bg.jpg) repeat-x;
}
.banner_shadow
{
	background:url(../img/programm_bg.jpg) repeat-x;
}
.footer
{
	background:#dac088;
	text-align:center;
	height:60px;
}
.footer a
{
	font-size:11px;
	color:#7a580c;
}
.footer a:hover
{
	font-size:11px;
	color:#000000;
}
.orange
{
	color:#f56e00;
	font-weight:bold;
	font-size:14px;
}
.red
{
	color:#FF0000;
	font-weight:bold;
	font-size:14px;
}

.link
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:blue;
	text-decoration:none;
}
.link a
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:blue;
	text-decoration:none;
}
.link a:hover
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}