
	td,tr,p {
		margin: 10px 0px 5px 0px;
		padding: 0px;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 14px;
		color: #666666;
	}

	em {
		font-weight: bold;
		font-style: normal;
	}

	strong {
		color: cc0000;
	}

	a:link, a:visited {
		margin: 0px;
		padding: 0px;
		font-size: 10px;
		color: #666666;
		text-decoration: underline;
		font-family:  Verdana, Helvetica, sans-serif;
	}

	a:hover {
		color: #cc0000;
		text-decoration: none;
	}

	ul, ol {
		margin: 0px;
		padding: 0px;
	}

	li {
		list-style: square url("/images/squareBullet.png");
		font-family:  Verdana, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 14px;
		color: #666666;
		margin: 0px 30px 0px 20px;
		border: 0px;
		padding: 2px 0px 2px 0px;
	}

	ol li {
		line-height: 14px;
		margin: 0px 30px 0px 30px;
		border: 0px;
		padding: 2px 0px 2px 0px;
	}

	h3 {
		margin: 5px 0px 5px 0px;
		padding: 0px;
		color: #00583e;
		font-family: Trebuchet MS, Helvetica, sans-serif;
		font-size: 11px; font-weight: bold;
	}

	h4 {
		margin: 0px 0px 5px 0px;
		padding: 0px;
		color: #CC0000;
		font-family: Trebuchet MS, Helvetica, sans-serif;
		font-size: 13px; font-weight: bold;
		line-height: 16px;
	}

	h5 {
		margin: 15px 0px 5px 0px;
		padding: 0px;
		color:#00583e;
		font-family: Trebuchet MS, Helvetica, sans-serif;
		font-size: 13px; font-weight: bold;
	}

	/* --- Table Holding Latest News Flashes ---*/
	table.moduletableFlashes {
		width: 100%;
		margin: 10px 0px 10px 0px;
		padding: 0px;
		border-left: solid 5px #ececec;
		border-right: solid 5px #cccccc;
		border-bottom: solid 10px #e3e3e3;
	}

	table.moduletableFlashes th {
		/* styling the module header, and the module titles */
		margin: 0px;
		padding: 0px 0px 0px 10px;
		background: url(../images/tileModuleFlash.jpg);
		background-color: #cccccc;
		background-repeat: no-repeat;
		vertical-align: middle;
		font-size: 10px;
		font-weight: bold;
		color: #cc0000;
		text-align: left;
		width: 100%;
		height: 15px;
		text-transform: uppercase;
	}

	.rssarrow {
		padding: 0px;
		margin: 0px;
		height: 9px;
		width: 8px;
		vertical-align: bottom;
		background: url(../images/arrow.png);
		background-repeat: no-repeat;
	}

	.newsfeeddate {
		/* yeah.. the date on the newsfeed */
		width: 60px;
		vertical-align: top;
		color: #00583e;
		font-weight: bold;
	}

	.newsfeedmarket {
		/* The newsfeed market.*/
		vertical-align: top;
		color: #00583e;
		font-weight: normal;
		line-height: 12px;
	}

	.newsfeedheading {
		/* The newsfeed title. NOTE: This will not affect the newsfeed's news title! */
		vertical-align: top;
		color: #00583e;
		line-height: 12px;
		padding: 0px 0px 0px 5px;
		margin: 0px;
	   }

	.newsfeedheading a:link, .newsfeedheading a:visited {
		font-weight: bold;
		font-size: 10px;
		color: #00583e;
		text-decoration: none;
	}

	.newsfeedheading a:hover, .newsfeedheading a:active {
		color: #cc0000;
		text-decoration: underline;
		}


