@charset "utf-8";
/* CSS Document */
html, body{
	margin: 0;
	padding: 0;
	height: 100%;
	text-align:center;
}

body{
	font-family:Tahoma, sans-serif;
	font-size:9pt;
	color:#000;
	width: 100%;
	height: 100%;
	background-color:#fff;
	background-image:url(/img/bg_page.jpg);
	background-repeat:no-repeat;
	background-position: center 110px;
	background-attachment:fixed;
}

img{
	border:0;
}

h1{
	font-size:11pt;
}

.ftext{
	color:#000;
	line-height:23px;
}

.dev{
	color:#000;
	text-decoration:none;
}

a:hover.dev{
	text-decoration:underline;
}

.tmenu_link{
	color:#fff;
	text-decoration:none;
	font-size:11pt;
	font-weight:bold;
}

a:hover.tmenu_link{
	text-decoration:underline;
}

.mact{
	color:#000;
}

.submenu a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

.submenu a.act{
	color:#FE9900;
}

.submenu a:hover{
	text-decoration:underline;
}

.menuCont{
	position:relative;
	width:100%;
}

.submenuBlock{
	position:absolute;
	z-index:15000;
	display:none;
	background-image:url(/img/bg_opacity.png);
	padding:8px;
	text-align:left;
}

.submenuBlock p a{
	color:#fff;
	font-size:10pt;
	text-decoration:none;
	text-transform:uppercase;
}

.submenuBlock p a:hover{
	text-decoration:underline;
}

.ndate{
	color:#ef7e19;
	font-size:8pt;
	font-weight:bold;
	padding:0;
	margin:0 0 5px 0;
}

.slwrapper{
	width:578px;
	margin-left:200px;
	margin-top:10px;
}

.ntitle{
	padding:0;
	margin:0 0 5px 0;
	font-weight:bold;
}

.nmore{
	padding:0;
	margin:0;
	text-align:right;
}

.ntext{
	padding:0;
	margin:0 0 5px 0;
}

.nmore a{
	color:#ef7e19;
	font-size:8pt;
	text-decoration:none;
}

.nmore a:hover{
	text-decoration:underline;
}

.formfield{
	border:solid 1px #fe9900;
	width:490px;
}

.fbinps{
	border:solid 1px #fe9900;
}

.wname{
	text-transform:uppercase;
}

.ename{
	text-transform:uppercase;
	color:#fe9900;
}

.pagination a{
	color:#fe6d0c;
}


