/*   ~~ Specific definitions for the news.htm page ~~   */
/* Imported after Styles.css to override any duplicates */
HR {
	height: 2px;
	text-align: center;
	text-indent: 10px;
	width: 99%;
}
.newsTbl {
	border-style: double;
	border-width: 3px;
	border-color: #633;
	border-spacing: 0px;
}
.dateCell {
	background-color: #E9D9B9;
	border-style: solid;
	border-width: 1px;
	border-color: #966;
	border-spacing: 0px;
	font-size: 90%;
	padding: 15px 5px 10px 5px;
}
.infoCell {
	background-color: #E9D9B9;
	border-style: solid;
	border-width: 1px;
	border-color: #966;
	border-spacing: 0px;
}
.infoTxt {
	font-size: 80%;
}
.infoTxtLink {
	font-size: 110%;
}
.PSheader {
	background-color: #EECC88;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	padding: 5px 0px 5px 0px;
}
.PSnums {
	background-color: #DB6;
	border: 1px solid #963;
	text-align: center;
	font-size: 14px;
	vertical-align: middle;
}
A.newsPageLink, A.newsPageLink:VISITED {
	display: inline !important;
	padding: 2px;
	line-height: 2em;
	border: 1px solid #333;
	background-color: #E6C366;
	color: #963;
	text-decoration: none;
}
A.newsPageLink:HOVER {
	background-color: #EC7;
	color: #A63;
	text-decoration: none;
	padding: 2px;
	line-height: 2em;
}
A.PSnumlink {
	display: block;
	width: 50px;
	font-size: inherit;
	color: #963;
	font-weight: bold;
	padding: 5px 3px 5px 3px;
	margin: 2px 3px 2px 3px;
	text-decoration: none;
}
A.PSnumlink:HOVER {
	font-size: inherit;
	color: #A63;
	font-weight: bold;
	background-color: #EC7;
	padding: 5px 3px 5px 3px;
	text-decoration: none;
}	