
body {			background-color: rgb(0,0,0);

			scrollbar-base-color:		rgb(26,33,26);
			scrollbar-3d-light-color:	rgb(26,33,26);
			scrollbar-arrow-color:		rgb(26,33,26);
			scrollbar-darkshadow-color:	rgb(26,33,26);
			scrollbar-face-color:		rgb(92,117,113);
			scrollbar-highlight-color:	rgb(26,33,26);
			scrollbar-shadow-color:		rgb(26,33,26);
			scrollbar-track-color:		rgb(26,33,26);
}
div.Main {		background: url(../pics/news_25.jpg) 50% 50% no-repeat;
			width: 640px;
			height: 480px;
			position: absolute;
			top: 5px;
			left: 100px;
}
div.News {		width: 510px;
			height: 360px;
			position: absolute;
			top: 55px;
			left: 70px;
			font: normal normal normal small Arial, sans-serif;
			color: rgb(255,255,255);
			overflow: auto;
}
span.Date {		font-weight: bold;
			line-height: 3em;
			vertical-align: -2em;
}
p {			margin: 0.5em 0em 0em;
}
a.TextLink, a.TextLink:link, a.TextLink:visited {
			font: normal normal normal small Arial, sans-serif;
			color: rgb(255,255,255);
}
a#Back, a#Back:link, a#Back:visited {
			display: block;
			position: absolute;
			top: 480px;
			left: 152px;
			width: 335px;
			height: 40px;
			background: url(../pics/back_arrow_0.gif) 0% 0% repeat;
			color: rgb(255,255,255);
			font: normal normal bold medium Arial, sans-serif;
			text-decoration: none;
			text-align: center;
			border: none;
			padding-top: 12px;
}
a#Back:hover, a#Back:active, a#Back:focus {
			background: url(../pics/back_arrow_1.gif) 0% 0% repeat;
}
img {			border: none;
}