@charset "windows-1251";
/* CSS Document */
.tnews {
	height: 30px;
	background-image: url(/img/bg-content.png);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c4c4c4;
	width: 100%;
}
.tnews-left h2 {
	padding-left: 15px;
	text-decoration: none;
	color:#000099;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0px;
}
.tnews-left {
	float: left;
	width: 185px;
	padding-top: 5px;
	height: 30px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tnews-content {
	float: left;
	height: 30px;
	width: 660px;
	vertical-align: middle;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tnews-right {
	float: right;
	height: 30px;
	width: 110px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tnews p a:link, .tnews p a:visited {
	font-size: 18px;
	color:#000099;/* #EE6B00;*/
	font-weight : normal;
	text-align: left;
	line-height: 105%;
	text-decoration: none;
	font-style: normal;
	background-image:  url(/img/abright.png)/* url(/img/aoright.png)*/;
	background-repeat: no-repeat;
	background-position: right 6px;
	display: block;
	font-variant: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tnews p a:hover, .tnews p a:active, .tnews p a:focus {
	color: #EE6B00;/*#000099;*/
	text-decoration: none;
	background-image: url(/img/aoright.png)/*url(/img/abright.png)*/;
	background-repeat: no-repeat;
	background-position: right 6px;
}


#newsticker {
	height: 30px;
	overflow: hidden;
}
#newsticker li {
	height: 30px;
}

.tnews ul {
	height: 30px;
}

.tnews ul li {
	list-style:none;
}

