@charset "utf-8";
/* CSS Document */

body {
	background-color: #756d6a;
}
#titleDiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #F47320;
	text-align: center;
}
#titleImageDiv {
	margin-bottom: 20px;
}
#titleImageDiv a {
	text-decoration: none;
}
#titleImageDiv img {
	border: none;
}
#introText {
	color: #eee;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#introText a {
	color: #F47320;
	text-decoration: none;
}
#introText a:hover {
	color: #F47320;
	text-decoration: underline;
}
.rssFeedItemDark {
	background-color: #f47320;
	border: 2px groove #797979;
	margin: 5px;
	padding: 5px;
}
.rssFeedItemDark:hover {
	background-color: #f47320;
	border: 2px groove #FFC;
	margin: 5px;
	padding: 5px;
}
.rssFeedItemLight {
	background-color: #f68b47;
	border: 2px groove #797979;
	margin: 5px;
	padding: 5px;
}
.rssFeedItemLight:hover {
	background-color: #f68b47;
	border: 2px groove #FFC;
	margin: 5px;
	padding: 5px;
}
.rssFeedTitle {
	font-size: x-small;
	color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.rssTitleLink {
	font-size: medium;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
}
.rssTitleLink:hover {
	font-size: medium;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
.rssItemDescription {
	/*font-size: x-small;*/
	color: #3E3937;
}
.staticFields {
	color: #FFC;
	padding-left: 30px;
	font-family: "Courier New", Courier, monospace;
}
.statusText {
	font-weight: bold;
	color: #FFF;
}
.lsAcknowledgement {
	margin-top: 30px;
	text-align: center;
	color: #DBD8D7;
	font-size: small;
}
.lsAcknowledgement a{
	color: #DBD8D7;
	text-decoration: none;
}
.lsAcknowledgement a:hover {
	text-decoration: underline;
}
.lsAcknowledgement img {
	border: none;
}
