.NewsTXT {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 27px;
	font-weight: bolder;
	color: #FF0;
	background-color: #000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sideBAR {
}
.sideBARtxt {
	font-size: 12px;
	line-height: 17px;
}
.sideBARheadline {
	font-size: 14px;
	font-weight: bolder;
}
.sideBARsection {
	margin-bottom: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #066;
	border-right-color: #066;
	border-bottom-color: #066;
	border-left-color: #066;
}
.sideBARsectionBLACK {
	background-color: #000;
	color: #FFF;
	border: thin none #066;
	width: 300px;
}
.sideBarBUTTON {
	background-color: #396;
}

