﻿ .Welcome_button_off
        {
            width: 251px;
            height: 46px;
            cursor: pointer;
            border: 0px;
            background-color: Transparent;
            background: url(../images/Welcome_BTN.gif) left top no-repeat;
            padding-bottom: 5px;
        }
        .Welcome_button_on
        {
            width: 251px;
            height: 46px;
            cursor: pointer;
            border: 0px;
            background-color: Transparent;
            background: url(../images/Welcome_BTN.gif) left bottom no-repeat;
        }
        .Trade_button_off
        {
            width: 251px;
            height: 46px;
            cursor: pointer;
            border: 0px;
            background-color: Transparent;
            background: url(../images/Trade_BTN.gif) left top no-repeat;
            padding-bottom: 5px;
        }
        .Trade_button_on
        {
            width: 251px;
            height: 46px;
            cursor: pointer;
            border: 0px;
            background-color: Transparent;
            background: url(../images/Trade_BTN.gif) left bottom no-repeat;
        }
        .Win_button_off
        {
            width: 251px;
            height: 46px;
            cursor: pointer;
            border: 0px;
            background-color: Transparent;
            background: url(../images/Win_Trade_LP_BTN.gif) left top no-repeat;
            padding-bottom: 5px;
        }
        .Win_button_on
        {
            width: 251px;
            height: 46px;
            cursor: pointer;
            border: 0px;
            background-color: Transparent;
            background: url(../images/Win_Trade_LP_BTN.gif) left bottom no-repeat;
        }
        .Pager_Left_BTN_off
        {
            width: 24px;
            height: 34px;
            cursor: auto;
            border: 0px;
            background-color: Transparent;
            background: url(../images/Paging_Left_BTN.gif) left top no-repeat;
            padding-bottom: 5px;
        }
        .Pager_Left_BTN_on
        {
            width: 24px;
            height: 34px;
            cursor: hand;
            border: 0px;
            background-color: Transparent;
            background: url(../images/Paging_Left_BTN.gif) left bottom no-repeat;
            padding-bottom: 5px;
        }
        .Pager_Right_BTN_off
        {
            width: 24px;
            height: 34px;
            cursor: auto;
            border: 0px;
            background-color: Transparent;
            background: url(../images/Paging_Right_BTN.gif) left top no-repeat;
            padding-bottom: 5px;
        }
        .Pager_Right_BTN_on
        {
            width: 24px;
            height: 34px;
            cursor: hand;
            border: 0px;
            background-color: Transparent;
            background: url(../images/Paging_Right_BTN.gif) left bottom no-repeat;
            padding-bottom: 5px;
        }
        .selected
        {
            padding-left: 3px;
            padding-bottom: 11px;
            font-family: Arial;
            font-size: 18px;
            font-weight: bold;
            color: #ffffff;
            width: 102px;
            height: 44px;
            background-image: url(    "../images/MenuButtons_Selected.jpg" );
            background-repeat: no-repeat;
            background-position: top left;
            background-color: #FFFFFF;
            cursor: pointer;
            border: 0px;
        }
        .regular
        {
            padding-left: 3px;
            padding-bottom: 11px;
            font-family: Arial;
            font-size: 18px;
            font-weight: bold;
            color: #444444;
            width: 102px;
            height: 44px;
            background-image: url(    "../images/MenuButtons_up_roll.jpg" );
            background-repeat: no-repeat;
            background-position: bottom;
            background-color: #FFFFFF;
            cursor: pointer;
            border: 0px;
        }
        .regular:hover
        {
            padding-left: 3px;
            padding-bottom: 11px;
            font-family: Arial;
            font-size: 18px;
            font-weight: bold;
            color: #444444;
            width: 102px;
            height: 44px;
            background-image: url(    "../images/MenuButtons_up_roll.jpg" );
            background-repeat: no-repeat;
            background-position: top;
            background-color: #FFFFFF;
            cursor: pointer;
            border: 0px;
        }
        .p_button_off
        {
            width: 360px;
            height: 59px;
            cursor: pointer;
            border: 0px;
            background-color: Transparent;
            background: url(../images/BTN.gif) left top no-repeat;
            padding-bottom: 5px;
        }
        .p_button_on
        {
            width: 360px;
            height: 59px;
            cursor: pointer;
            border: 0px;
            background-color: Transparent;
            background: url(../images/BTN.gif) left bottom no-repeat;
        }
        .BodyText
        {
            line-height: 17px;
            font-family: arial;
            font-size: 13px;
            color: #251f08;
        }
        .BoxText
        {
            line-height: 17px;
            font-family: arial;
            font-size: 14px;
            color: #251f08;
        }
        .BoxTextGreen
        {
            line-height: 17px;
            font-family: arial;
            font-size: 16px;
            font-weight: bold;
            color: #4a9600;
        }
        .smalltext
        {
            font-family: Verdana;
            font-size: 9px;
            color: #585858;
        }
        
        
        .Hide
        {
        display:none;
        }