* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	font-family: "Arial CE", Arial, Tahoma, sans-serif;
	font-size: 75%;
}
div.news {
	position: absolute;
	background: url("../images/news-back.png") top left repeat-x;
	width: 774px;
        width: 56em;
	height: 1.75em;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
div.news-container {
	position: absolute;
	height: 1.75em;
	left: 0px;
	top: 2px;
}
div.new {
	position: absolute;
	left: 0px;
	top: 0px;
	font-weight: bold;
	color: #e6e6e6;
	padding: 0px 12px;
	white-space: nowrap;
}
span.text { display: inline-block; }
span.red { color: #ff0000; }
span.green { color: #00ff00; }
span.orange { color: #ff8d2a; }
span.big {
        display: inline-block;
        width: 5px;
	background: url("../images/big.gif") left 55% no-repeat;
}