
	.headlineTitle {
		line-height: 10pt;
		font-weight: bold;
		font-family: 'trebuchet ms', tahoma, verdana, arial;
		font-size: 9pt;
		color: #0e7b74;
		letter-spacing: normal;
	}
	
	.headlineDate {
		font-weight: bold;
		font-family: 'trebuchet ms', tahoma, verdana, arial;
		font-size: 9pt;
		color: #888888;
		font-style: italic;
		line-height: 10pt;
		letter-spacing: normal;
	}
	
	.headlineArticle {
		font-weight: normal;
		font-family: 'trebuchet ms', tahoma, verdana, arial;
		font-size: 9pt;
		color: #375464;
		line-height: 10pt;
		letter-spacing: normal;
	}
	
	.headlineLink {
		font-weight: bold;
		font-family: 'trebuchet ms', tahoma, verdana, arial;
		font-size: 9pt;
		color: #ff6600;
		line-height: 10pt;
		letter-spacing: normal;
	}
	
	.headlineLink:hover {
		text-decoration: none;
	}
	
	.logOn {
		font-family: 'trebuchet ms', tahoma, verdana, arial;
		font-size: 9pt;
		font-weight: bold;
		color: #ffffff;
	}
	
	a.logOnLink {
		font-family: 'trebuchet ms', tahoma, verdana, arial;
		font-size: 9pt;
		font-weight: bold;
		color: #c4eaff;
	}
	
	a:hover.logOnLink {
		color: #ffffff;
		text-decoration: none;
	}
	
	
	a.disclaimer {
		font-family: 'trebuchet ms', tahoma, verdana, arial;
		font-size: 9pt;
		font-weight: bold;
		color: #dfedf5;
		text-decoration: none;
		white-space: nowrap;
	}
	
	a:hover.disclaimer {
		color: white;
	}
	
	.createdBy {
		font-family: 'trebuchet ms', tahoma, verdana, arial;
		font-size: 7pt;
		color: white;
		white-space: nowrap;
	}
	
	.date {
		font-weight: bold;
		font-family: 'trebuchet ms', tahoma, verdana, arial;
		font-size: 13px;
		color: #ffffff;
		margin-top: -1px;
		margin-left: -1px;
		padding-top: 4px;
		z-index: 3;
	}
	
	.dateShadow {
		font-weight: bold;
		font-family: 'trebuchet ms', tahoma, verdana, arial;
		font-size: 13px;
		color: #000000;
		z-index: 2;
		padding-top: 4px;
	}
	
	
	.introText {
		font-weight: bold;
		font-family: 'trebuchet ms', tahoma, verdana, arial;
		font-size: 14px;
		color: #0b655f;
		text-align: center;
	}
	
	iframe#scroller {
		border: 0px;
		padding: 0px;
		margin: 0px;
		border: none;
		height: 85px;
		width: 600px;
		overflow: hidden;
	}
	
	a.introText {
		color: #fe6e16;
	}
	
	a:hover.introText {
		text-decoration: none;
		color: #0b655f;
	}
	
