<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ************************************************ */
/* Generic Design Css: design.css */

#body {
	width:100%;
	height: 100%;
	position: absolute;
    overflow: auto;
}

#body, #mainTable {
	margin-left:auto;
	margin-right:auto;
}

/* ************************************************ */
/* Design Css for Color: color.css */

/* body { background-color:#000000 } */
/* td,p { font-size:12px;color:#000000; } */
.bgContent { background-color:#FFFFFF }
.bgCopyright { background-color:#B78855 }
.bgLogo { background-color:#80491E }
.menuBG { background-color:#a06a39 }
.bot { font-size:12px;color:#FFFFFF;margin-top:5px;margin-left:15px;margin-right:15px;margin-bottom:5px; }

#mainTable {
	border-left:20px solid #B78855;
	border-right:20px solid #B78855;
	border-bottom:20px solid #B78855;
}



/* ************************************************ */
/* Custom Css Part */

html {
    overflow:auto;
}
body {
    background: #000000;
    padding: 0;
    margin: 0;
}
* html body { height: 100%; width: 100%; overflow:auto; }
#body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    text-align: left;
    color: #000000;
    background: #000000;
    display: table;
}
* html #body { height: 100%; width: 100%; overflow:auto; }
#body td {font-size: 20px;font-family: Georgia, "Times New Roman", Times, serif;color: #000000;}
#body p {font-size: 20px;color: #000000;}
#body .bot, #body .bot td, #body .bot p, #body div .bot #totop, #body td .bot #totop{
font-family: Georgia, "Times New Roman", Times, serif;font-size: 12px;color: #FFFFFF;
}
#body a, #body a:visited, #body a.pager, #body a.pager:visited {
color: #2C4F7F;
    text-decoration: none;
}
#body a.totop, #body a.totop:visited, #body a.totop:hover {
    color: #2C4F7F;
    text-decoration: none;
}
#body a:hover, #body a.pager:hover {
    text-decoration: underline;
}
object.videoObject {display: none;}*+html object.videoObject {display: block;}* html object.videoObject {display: block;}embed.videoEmbed {display: block;}*+html embed.videoEmbed {display: none;}* html embed.videoEmbed {display: none;}
</pre></body></html>