BODY {
	float: left;
	width: 100%;
	height: 99%;
	font-family: Verdana, sans serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	}
#ContainerTable {
	margin:0px auto;
	clear: both;
	text-align:left;
	width: 1000px;
	}
.Breadcrumbs {
	font-size: 8pt;
	}
.Breadcrumbs A {
	text-decoration: none;
	}
.hintContainer {
	position: fixed; 
	z-index: 100000; 
	background-color: white;
	padding: 10px;
	border: 0px solid red;
	margin: -20px 0px 0px 30px;
	}
.hintContent {
	background-color: #F0F0F0;
	border: 1px solid #808080;
	padding: 5px 5px 30px 5px;
	overflow: hidden;
	font-weight: normal;
	font-size: 8pt;
	width: 250px;
	<cfoutput>
	background: ##ffffff url('/Assets/ToolTipbg.png') no-repeat; 
	</cfoutput> 
	}
.hintDate {
	margin-bottom: 5px;
	border-bottom: 1px solid #645868;
	}
#TopBar {
	width: 100%;
	float: left;
	background-color: #645868;
	padding: 5px 0px 5px 0px;
	margin-bottom: 4px;
	border-bottom: 0px solid black;
	font-size: 8pt;
	/*
	width: 100%;
	left: 0px;
	bottom:4em;
	position: fixed;
	z-index: 2;
	*/
	}
#TopBar DIV {
	float: left;
	border: 0px solid #ffffff;
	color: white;
	font-weight: bold;
	}
#TopBar DIV.left {
	width: 25%;
	text-align: left;
	padding-top: 3px;
	}
#TopBar DIV.center {
	width: 50%;
	text-align: center;
	}
#TopBar DIV.right {
	width: 25%;
	text-align: right;
	padding-top: 3px;
	}
#TopBar DIV IMG {
	border: 0px;
	}
#TopBar DIV A {
	color: white;
	font-size: 8pt;
	text-decoration: underline;
	padding: 2px;
	font-weight: bold;
	}
#TopBar DIV A:hover {
	color: white;
	}

#RSSMatrix .new {
	color: red;
	text-transform: uppercase;
	font-size: 6pt;
	font-weight: bold;
	}
#RSSMatrix .Category {
	border: 0px solid blue;
	width: 28%;
	/*height: 300px;*/
	margin: 5px 15px 20px 15px;
	padding: 0px;
	float: left;
	}
#RSSMatrix .Category .header {
	border-bottom: 1px solid black;
	text-transform: uppercase;
	font-weight: bold;
	}
#RSSMatrix .Category .header A {
	color: black !important;
	text-decoration: none !important;
	font-weight: bold;
	font-size: 8pt;
	}
#RSSMatrix .Topic  {
	list-style: none;
	border: 0px solid red;
	padding: 0px 0px 0px 15px;
	margin: 0px;
	font-weight: normal;
	overflow: hidden;
	font-size: 8pt;
	}
#RSSMatrix .Topic li {
	border-bottom: 1px solid #c0c0c0;
	padding: 5px 0px 5px 0px;
	width: 100%;
	}
#RSSMatrix .Topic li:hover {
	background-color: #F0F0F0;
	}
#RSSMatrix A, .RSSMatrix Topic A {
	color: #645868;
	text-decoration: none;
	font-size: 8pt;
	font-weight: normal;
	}
#RSSMatrix A:hover, #RSSMatrix Topic A:hover {
	color: black;
	}

#RSSMatrix .clear {
	clear: left;
	}
#RSSMatrix .favicon {
	margin-right: 5px;
	}
*/