<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tablestyles {		
	border:1px solid #e7e7e7;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	text-align:left;
}

.tablestyles th {
	background-color:#575353;
	font-size:12px;
	padding:9px;
	color:#FFF;
	font-weight: bold;
	border:1px solid #818181;
	border-bottom:inherit;
}


.tablestyles td {
	font-size:11px;
	color:#575757;
	padding:7px;
	border-left:1px solid #e6e6e6;
}

.textRight {
    text-align: left;
}
.tablestyles tr:nth-child(2n+1) {
    background-color: #f2f2f2;
}

.tablestyles tr:nth-child(2n+1):hover {
    background-color: #bbb;
	cursor:pointer;
}

.tablestyles tr:nth-child(2n) {
    background-color: #ffffff;
}

.tablestyles tr:nth-child(2n):hover {
    background-color: #bbb;
	cursor:pointer;
	
}

a:link {
    color: #000;
    text-decoration: none;
}
a:active {
    color: #0000ff;
}
.fixedNews {
    display: inline-block;
    height: 200px;
    overflow-y: scroll;
    padding: 30px;
    width: 400px;
}
.fixedNews.first {
    height: 520px;
}

/* NEWS */

.newsBlock{
	display:block;
	width:100%;
	overflow:hidden;
	margin:50px 0;
	vertical-align:top;
	margin:0;
	padding:0;
}

.newsBlockHeader{
	background-color:#575353;
	line-height:18px;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	padding:10px;

}


.scrollingNewsList{
	width:479px;
	display:block;
	float:left;
	border:1px #e7e7e7 solid;
	border-top:none;
	border-right:none;
	vertical-align:top;
	height:450px;
	margin:0;
	padding:0;
}
#allNewsDiv1{
	height: 450px;
	overflow-y: auto;
}

.fixedNewsArticle{
	width:100%;
	height:450px;
	vertical-align:top;
	display:block;
	float:left;
	border:1px #e7e7e7 solid;
	border-top:none;
	line-height:18px;
	overflow:auto;
	margin:0;
	padding:0;
}

.story{
	padding:10px;
}


.scrollingNewsArticle{
	width:479px;
	height:450px;
	vertical-align:top;
	display:block;
	float:left;
	border:1px #e7e7e7 solid;
	border-top:none;
	border-left:none;
	line-height:18px;
	overflow:auto;
	margin:0;
	padding:0;
}

.scrollingNewsArticleTitle{
	padding:10px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#1D1D1D;
	line-height:16px;	
	background-color:#f2f2f2;;
}

.newsItem{
	padding:10px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:inherit;
	line-height:16px;	
	border-bottom:1px #e7e7e7 solid;
}
.newsItem:hover{
	background-color:#f2f2f2;
	cursor:pointer;	
}

.newsDate{
	font-size:10px;
	font-weight:normal;
}

/* darker than black*/

.dtablestyles {
	border-collapse:separate;
	border-spacing:0px;
	border:1px solid #000000;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	text-align:left;
}

.dtablestyles th {
	background-color:#1c5f82;
	font-size:12px;
	padding:9px;
	color:#FFF;
	font-weight: bold;
	border-left:1px solid #246c90;
	border-bottom:inherit;
}

.dtablestyles th:first-child {
  border-left:#000;
}

.dtablestyles td:first-child {
  border-left:#000;
}

.dtablestyles td {
	font-size:11px;
	color:#e4e4e4;
	padding:7px;
	border-left:1px solid #1b1b1b;
}

.dtextRight {
    text-align: left;
}
.dtablestyles tr:nth-child(2n+1) {
    background-color: #1d1d1d;	
}

.dtablestyles tr:nth-child(2n+1):hover {
    background-color: #000000;
	cursor:pointer;
}

.dtablestyles tr:nth-child(2n) {
    background-color: #262626;
}

.dtablestyles tr:nth-child(2n):hover {
    background-color: #000000;
	cursor:pointer;
}

.dtablestyles a:link {
    color: #e7e7e7;
    text-decoration: none;
}
.dtablestyles a:active {
    color: #0000ff;
}
.dtablestyles .fixedNews {
    display: inline-block;
    height: 200px;
    overflow-y: scroll;
    padding: 30px;
    width: 400px;
}
.dtablestyles .fixedNews.first {
    height: 520px;
}

/* NEWS */

.dnewsBlock{
	display:block;
	width:100%;
	overflow:hidden;
	margin:50px 0;
	vertical-align:top;
	margin:0;
	padding:0;
}

.dnewsBlock a:link{
	color:#eeeeee;
}

.dnewsBlock .newsBlockHeader{
	background-color:#1C5F82;
	line-height:18px;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	padding:10px;
}


.dnewsBlock .scrollingNewsList{
	width:479px;
	display:block;
	float:left;
	border:1px #000000 solid;
	border-top:none;
	border-right:none;
	vertical-align:top;
	height:450px;
	background-color:#1d1d1d;
}
.dnewsBlock #allNewsDiv1{
	height: 450px;
	overflow-y: auto;
}

.dnewsBlock .scrollingNewsArticle{
	width:479px;
	height:450px;
	vertical-align:top;
	display:block;
	float:left;
	border:1px #000000 solid;
	border-top:none;
	border-left:none;
	line-height:18px;
	overflow:auto;
	background-color:#1d1d1d;
}

.dnewsBlock .scrollingNewsArticleTitle{
	padding:10px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:inherit;
	line-height:16px;	
	background-color:#080808;
}

.dnewsBlock .newsItem{
	padding:10px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:inherit;
	line-height:16px;	
	border-bottom:1px #000000 solid;
}
.dnewsBlock .newsItem:hover{
	background-color:#080808;
	cursor:pointer;
}

.dnewsBlock .newsDate{
	font-size:10px;
	font-weight:normal;
	color:#CCC;
}

.dnewsBlock .fixedNewsArticle{
	width: 100%;
	height:450px;
	vertical-align:top;
	display:block;
	float:left;
	border:1px #000000 solid;
	border-top:none;
	line-height:18px;
	overflow:auto;
	margin:0;
	padding:0;
}

/*Scrollbarz*/
/* IEScrollBarz */</pre></body></html>