<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    font-family:arial;
}

body {
    /* background:url(img/background-large.jpg) left top no-repeat fixed ; */
    margin:0;
    /*	background-color:#00405c;*/
    background-color:#FFFFFF;
    border:0;
    padding:0;
}

.header {
    font-family:arial;
    font-size:12px;
    color:black;
}
img {
    margin:0;

}

.left {
    font-family:arial;
    color:#fff;
    font-size:13px;
}

.banner {
}

a {
    color:black;
}

a:link {
    text-decoration:none;
}

.nav {
    padding-left:15px;
}

.nav2 {
    border-bottom:1px solid white;
    padding-bottom:5px;
    font-family:arial;
    color:#fff;
    font-size:13px;
}

.nav2 a:link , .nav2 a:visited {
    font-family:arial;
    color:#fff;
    font-size:13px;
    text-decoration:none;
    font-weight:bold;
}

.nav2 a:hover {
    font-family:arial; color:#fff;
    font-size:13px;
    text-decoration:none;
    font-weight:bold;
}

h1 { font-size:27px;
     color:#fff;
}

.navheadings {font-size:16px;
              font-weight:bold;
              color:#fff;
}

.contentBG {
    /*background-image:url('images/mainbg.jpg');
    background-repeat:no-repeat;
    background-position: bottom right;*/
    padding-bottom:20px;
    padding-top:20px;
    background-color:#d2d3d5;
}
.content {
    font-family:arial;
    font-size:12px;
    color:black;
    padding-left:5px;
}

.content h1{
    font-family:arial;
    font-size:16px;
    color:black;
}


/* Tables */

table {
    cellpadding:0;
    cellspacing:0;
    border:0px solid #fff;
    margin:0;
}

th {
    background-color:#18355e;
    font-weight:bold;
    color:#FFFFFF;
    vertical-align:top;
    padding:3px;
}
.content td { padding:3px;}

.even { background-color:#4f6b93;}
.odd { background-color:#8298c2;}

/* footer */

.footer { font-size:11px;
          font-family:arial;
          text-align:center;

          width:100%;

}


.button { display:block; float:left; list-style:none; height:20px; width:80px; text-transform:uppercase;}

.breaking_news {
    overflow: scroll;
    position: absolute;
    z-index: 99;
    left: 50%;
    margin-left: -305px;
    top: 50px;
    height: 500px;
    width:700px;
    overflow-x:hidden;
    background:transparent url(img/bodyBG.jpg);
    padding:15px;
    border-style:inset;
    border-bottom-color:#0000FF;
    border-bottom-style:groove;
    border-bottom-width:10px;
    border-left-color-ltr-source:physical;
    border-left-color-rtl-source:physical;
    border-left-color-value:#0000FF;
    border-left-style-ltr-source:physical;
    border-left-style-rtl-source:physical;
    border-left-style-value:groove;
    border-left-width-ltr-source:physical;
    border-left-width-rtl-source:physical;
    border-left-width-value:10px;
    border-right-color-ltr-source:physical;
    border-right-color-rtl-source:physical;
    border-right-color-value:#0000FF;
    border-right-style-ltr-source:physical;
    border-right-style-rtl-source:physical;
    border-right-style-value:groove;
    border-right-width-ltr-source:physical;
    border-right-width-rtl-source:physical;
    border-right-width-value:10px;
    border-top-color:#0000FF;
    border-top-style:groove;
    border-top-width:10px;
    padding-bottom:8px;
    padding-left:8px;
    padding-right:8px;
    padding-top:8px;

}

.style1 {
    font-size:10px;
    color:#234678;
}

.style2 {
    color:#fff;
}</pre></body></html>