﻿        #box
        {
            width: 843px;
        }
        #tab_nav
        {
            margin: 0;
            padding: 0;
            height: 25px;
            line-height: 24px;
        }
        #tab_nav li
        {
            float: left;
            margin: 0px;
            list-style: none;
            color: Black;
            border: 1px solid black;
            height: 24px;
            width: 166px;
            text-align: center;
            background: #D6D3CE;
            font-size:12px;
            font-family:Arial;
            white-space: nowrap;
        }     
        #tab_nav li.Last
        {
            float: left;
            margin: 0px;
            list-style: none;
            color: Black;
            border: 1px solid black;
            height: 24px;
            width: 169px;
            text-align: center;
            background: #D6D3CE;
            font-size:12px;
            font-family:Arial;
        }
        #tab_content
        {
            width: 841px;
            border: 1px solid black;
            background: #D6D3CE;
            overflow: hidden;
            border-top: 1px solid #D6D3CE;
        }
        .TabCaptionLink
        {
            font-weight: bold;
            font-size: 14px;
            color: Black;
        }        