<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 */

html, body, #body, #mainTable { height:100%; } 

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

#shadowleft {
	background: url("../../../../designs/design620/color4/images/shadow-left.png") top left repeat-y;
}

#shadowright {
	background: url("../../../../designs/design620/color4/images/shadow-right.png") top right repeat-y;
}

#logoContainer {
	width: 261px;
	height: 146px;
	padding: 9px 0 0 10px;
}

#menuContainer {
	width: 271px;
	padding-top: 58px;
}

#sloganAndContentCell {
	padding-right: 50px;
}

#contentCell {
	height: 300px;
	padding: 0 5px;
}

#contentMinWidth {
	width: 540px;
}

#footerCell {
	padding: 15px 55px 0 0;
}

#toTop {
	margin: 0;
}

.bot {
	margin: 30px 0 15px;
}

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

/* td,p { font-size:12px;color:#000000; } */
.bot { font-size:12px;color:#857B7D; }


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

html {
    overflow:auto;
}
body {
    background: #FFFFFF;
    padding: 0;
    margin: 0;
}
* html body { height: 100%; width: 100%; overflow:auto; }
#body {
    font-family: Comic Sans MS, sans-serif;
    font-size: 14px;
    text-align: left;
    color: #000000;
    background: #FFFFFF;
    display: table;
}
* html #body { height: 100%; width: 100%; overflow:auto; }
#body td {font-size: 14px;font-family: Comic Sans MS, sans-serif;color: #000000;}
#body .bot, #body .bot td, #body .bot p, #body div .bot #totop, #body td .bot #totop{
font-family: Comic Sans MS, sans-serif;font-size: 12px;color: #857B7D;
}
#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>