/*	News Archive Properties */
#newsArchiveTable {
	background-color: white;
	width: 100%;
}
#newsArchiveHeader {
	color: #4d4d4d;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}
#newsArchiveSubHeader {
	height: 8px;
	color: red;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
}
#newsArchiveText {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	color: #4d4d4d;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
}
#newsArchiveLink, #newsArchiveLink a, #newsArchiveLink a:visited, #newsArchiveLink a:active {
	padding-bottom: 4px;
	color: #5b5b5b;
	font-weight: bold;
	text-decoration: none;
	font-size: 9px;
}
#newsArchiveLink a:hover {
	text-decoration: underline;
}
#newsArchiveDivider {
	height: 1px;
	font-size: 2px;
	margin: 0px;
	padding: 5px;
	border-top-color: #bfbfbf;
	border-top-style: dotted;
	border-top-width: 1px;
}
#newsDivider {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #bfbfbf; 
	border-style: none none dotted; 
	}