.news-container{ 
}

.showstate{
	cursor: pointer;
	float: right;
	margin-top: 2px;
	margin-right: 3px;
}
.headers{
	position: relative;
	top: 0px;
	left: 0px;
	border: solid #000000;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	background-color: #e7e7e7;
	color: #000000;
	padding-left: 0px;
	padding-right: 5px;	
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	height:22px;
}
#headerDate {
	float:left;
	width:125px;
	height:20px;
	font-size: 14px;
	text-align:justify;
	font-weight: bold;
	background-color: #7b1c14;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;	
}
#headerCaption {
	float:left;
	width:410px;
	height:17px;
	font-size: 12px;
	text-align:justify;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
}
#headerCaption a:link {
	color: #000000;
	text-decoration: none;
}
#headerCaption a:visited {
	color: #000000;
	text-decoration: none;
}
#headerCaption a:hover {
	color: #A0251A;
	text-decoration: underline;
}
#headerCaption a:active {
	color: #000000;
	text-decoration: underline;
}
.switchcontent{
	border: 1px solid black;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
}

/*
.showstate{ 
cursor:hand;
cursor:pointer;
float: right;
margin-top: 2px;
margin-right: 3px;
}

.headers{
width: 300px;
font-size: 120%;
font-weight: bold;
border: 1px solid black;
background-color: lightyellow;
}

.switchcontent{
width: 300px;
border: 1px solid black;
border-top-width: 0;
}

*/