<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, #main-table {
	margin: 0 auto;
}

#main-table {
	width: 752px;
}

#logo-container {
	margin: 0 20px 0 17px;
}

#menu-container {
	padding: 0 20px 0 17px;
}

.bg-menu {
	background-image: url('../../../../designs/design123/color6/images/bgBody.gif');
	background-position: left top; 
	background-repeat: repeat-y;
}

#header-cell {
	background-image: url('../../../../designs/design123/color6/images/imgTopRight.gif');
	background-position: left top; 
	background-repeat: repeat-x;
}

#slogan {
	margin-bottom: 32px;
}

#content-table {
	clear: both;
}

#content-cell {
	background-image: url('../../../../designs/design123/color6/images/imgContentTop.gif');
	background-position: left top; 
	background-repeat: no-repeat;
	padding: 36px 10px 0 10px;
}

.bg-right {
	background-image: url('../../../../designs/design123/color6/images/bgRight.gif');
	background-position: right top; 
	background-repeat: repeat-y;
}

#to-top-link {
	padding-left: 10px;
}

.bg-content-bottom {
	background: url('../../../../designs/design123/color6/images/bgContentBottom.gif') repeat-x left bottom;
}

#footer-cell {
	background-image: url('../../../../designs/design123/color6/images/imgContentBottomCircle.gif');
	background-position: 216px 10px;
	background-repeat: no-repeat;
}

#footer-text {
	margin: 25px 5px 0 271px;
}


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

/* body { margin-left:0;margin-top:0;margin-right:0;margin-bottom:0; } */
.bgBody { background-color:#282828 }
.bgFName { background-color:#2B2B2B }
.bgContent { background-color:#FFFFFF }
.bgContentBottom { background-color:#545454 }
.bgContentRight { background-color:#7A7A7A }

/*td { font-size:10px;color:#000000; }
p { font-size:10px;color:#000000;margin-top:10px;margin-left:10px;margin-right:5px;margin-bottom:15px; }*/
.bot { font-size:11px;color:#FFFFFF; }


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

html {
    overflow:auto;
}
body {
    background: #282828;
    padding: 0;
    margin: 0;
}
* html body { height: 100%; width: 100%; overflow:auto; }
#body {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    text-align: left;
    color: #000000;
    background: #282828;
    display: table;
}
* html #body { height: 100%; width: 100%; overflow:auto; }
#body td {font-size: 16px;font-family: "Times New Roman", Times, serif;color: #000000;}
#body p {font-size: 16px;color: #000000;}
#body .bot, #body .bot td, #body .bot p, #body div .bot #totop, #body td .bot #totop{
font-family: "Times New Roman", Times, serif;font-size: 16px;color: #FFFFFF;
}
#body a, #body a:visited, #body a.pager, #body a.pager:visited {
color: #0000FF;
    text-decoration: none;
}
#body a.totop, #body a.totop:visited, #body a.totop:hover {
    color: #0000FF;
    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>