
#newsticker {
	position: relative;
	font-size: 12px;
}
#newsticker A:link {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #1B3869;
}
#newsticker A:active {
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #1B3869;
	}
#newsticker A:visited {
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #1B3869;
	}
#newsticker A:hover {
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #1B3869;
	}

#newsticker ul {
	list-style: none;
	min-height: 1.6em;
	font-weight: bold;
	padding: 0px;
}
* html #newsticker ul {
	height: 35px;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}
#divNews {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 50px;
	background-image: url(../../images/newspaper.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

#divNews A:link {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
#divNews A:active {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	}
#divNews A:visited {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	}
#divNews A:hover {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	}
#indexNews {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}	