body, td
    {
        font-family:arial, verdana, sans-serif;
        font-size:11px;
        color: #525151;
    }

td.menuitem
    {
        border-right-width:1px;
        border-right-style:solid;
        border-right-color:#999999;
        padding-right:5px;
    }

td.menudown
    {
        height:1px;
        background-image: url(../.images/top_white.gif);
        background-repeat: repeat-y;
        background-position: left bottom;
        background-color:#999999;
    }

a
    {
        color:#525151;
        text-decoration:none;
    }
a:hover
    {
        color:#525151;
        text-decoration:underline;
    }

a.active
    {
        color:#009000;
        font-weight:bold;
        text-decoration:none;
    }
a.active:hover
    {
        color:#009000;
        font-weight:bold;
        text-decoration:underline;
    }

input.text,
select.select,
textarea.textarea
    {
        color: #9d9d9d;
        font-size: 10px;
        margin: 0px;
        padding: 0px;
    }

.cap_txt
    {
        color: #9d9d9d;
        font-size: 11px;
        padding-top: 7px;
        padding-left: 5px;
    }

.cap_gray
    {
        background-image: url(../.images/bg_gray.jpg);
        background-repeat: no-repeat;
        background-position: 5px 22px;
    }

.cap_corner
    {
        background-image: url(../.images/bg_corner.jpg);
        background-repeat: no-repeat;
        background-position: 100% 22px;
    }

.small
    {
        font-size: 9px
    }

.cap_zebra
    {
        background-image: url(../.images/bg_zebra.jpg);
        background-repeat: no-repeat;
        background-position: 5px 22px;
    }

font.topic_title
    {
        font-family:arial, verdana, sans-serif;
        font-size:11px;
        font-weight:bold;
        color: #009000;
        text-decoration:none;
    }

.blockquote_content
    {
        padding-top:10px;
        padding-bottom:10px;
        padding-right:50px;
        padding-left:50px;
    }

.itemtitle
    {
        font-family:arial, verdana, sans-serif;
        font-size:18px;
        color: #009000;
        text-decoration:none;
    }
.itemtitle:hover
    {
        color: #009000;
        text-decoration:underline;
    }

.bg_pic
    {
        background-image: url(../.images/pic_bg.gif);
        height: 62px;
        width: 76px;
        background-repeat: no-repeat;
        padding: 5px;
        background-position: center;
    }

a.javaname
    {
        font-size:12px;
        font-weight:bold;
        text-decoration:underline;
    }
a.javaname:hover
    {
        text-decoration:none;
    }

.small_tx
    {
        font-size:7pt;
    }

.bg_game
    {
        background-image: url(../.images/game_bg.gif);
        height: 84px;
        background-repeat: no-repeat;
        padding: 5px;
        line-height: 140%;
    }

.horizmenu_active
    {
        color:#009000;
        font-size:12px;
        font-weight:bold;
        text-decoration:underline;
    }

.horizmenu
    {
        font-size:12px;
        font-weight:bold;
        text-decoration:none;
    }
.horizmenu:hover
    {
        font-size:12px;
        font-weight:bold;
        text-decoration:underline;
    }

.texthead
    {
        font-size:12px;
        font-weight:bold;
        text-decoration:underline;
    }

input.submit
    {   
        font-family:arial, verdana, sans-serif;
        font-size:11px;
        color:#ffffff;
        border-style:solid;
        border-width:1px;
        border-color:#003000;
        background-color:#009000;
    }
