<?php header("Content-Type: text/css"); require_once('../../include/inc_config.htm'); ?>
<!--

.empty {}

BODY { background-color: #d5cbc2; color: #0c0c0c; font-family: Arial; font-size: 19px; height: 100%; margin: 0px; padding: 0px; width: 100%; }

TABLE { border-width: 0px; }
TD { color: #0c0c0c; font-size: 16px; padding: 0px; }
A { color: #0c0c0c; }

TABLE.page { height: 100%; width: 100%; }
TABLE.page TR.top TD { height: 11px; }
TABLE.page TD.left { width: 233px; }
TABLE.page TD.right { background-color: #fff; width: 100%; }

TABLE.topmenu { background-color: #adadac; height: 30px; width: 100%; }
TABLE.topmenu TD { text-align: center; }
TABLE.topmenu TD A { color: #0c0c0c; display: block; font-family: Georgia; font-size: 10px; font-weight: bold; padding: 8px 8px 9px 8px; text-decoration: none; text-transform: uppercase; }
TABLE.topmenu TD A:hover, TABLE.topmenu TD.active A { background-color: #0c0c0c; color: #fff; }
DIV.popup { background-color: #adadac; }
DIV.popup A { color: #0c0c0c; display: block; font-family: Georgia; font-size: 10px; font-weight: bold; padding: 8px 8px 9px 8px; text-decoration: none; text-transform: uppercase; }
DIV.popup A:hover { background-color: #0c0c0c; color: #fff; }

TABLE.page TD.info { background-image: url(<?=$base_path?>image/site.text/info-bg.gif); background-position: 100% 195px; background-repeat: no-repeat; font-size: 14px; font-weight: bold; padding: 18px; text-align: right; vertical-align: bottom; }
TABLE.page TD.head, TABLE.page TD.slogan, TABLE.page TD.content { padding: 0px 25px 0px 152px; vertical-align: top; }
TABLE.page TD.head { background-color: #fff; height: 100px; }
TABLE.page TD.head H1 { font-family: Georgia; font-size: 23px; font-weight: normal; margin: 0px; margin-top: 17px; padding: 0px; text-transform: uppercase; }
TABLE.page TD.head H1 SPAN { font-size: 27px; }
TABLE.page TD.slogan { background-color: #fff; font-size: 16px; height: 27px; }
TABLE.page TD.content { background-color: #eaeae8; background-image: url(<?=$base_path?>image/site.text/content-bg.jpg); background-position: 0% 67px; background-repeat: no-repeat; border-top: 1px solid #525252; font-size: 15px; height: 100%; padding-top: 26px; }
TABLE.page TD.content DIV.text { text-align: justify; }
TABLE.main TD.content DIV.text IMG { margin: 4px; }
TABLE.main TD.content DIV.text IMG#left { margin-left: 0px; }
TABLE.main TD.content DIV.text IMG#right { margin-right: 0px; }

TABLE.page TD.botmenu { background-color: #eaeae8; background-image: url(<?=$base_path?>image/site.text/botmenu-bg.gif); background-repeat: repeat-y; height: 51px; }
TABLE.page TD.botmenu TABLE.botmenu TD { color: #000; font-size: 11px; font-weight: bold; padding: 5px; text-align: center; }
TABLE.page TD.botmenu TABLE.botmenu TD A { color: #000; display: block; padding: 10px; }
TABLE.page TD.botmenu TABLE.botmenu TD A.active { background-color: #000; color: #fff; }

TABLE.page TD.footer { border-top: 1px solid #a69b8e; color: #6a6a6a; font-family: Georgia; font-size: 11px; font-weight: bold; height: 78px; padding: 15px 0px 0px 70px; vertical-align: top; }
TABLE.page TD.footer A { color: #4c4088; }

-->