body {
    background: #DFE4E6;
    font-family: Microsoft JhengHei, Verdana, Arial, Helvetica, sans-serif;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#sidemenu {
    width: 140px;
    background-color: #E0E0E0;
    margin-top: 20px;
    margin-bottom: 10px;
    height: 100%;
    padding-right: 6px;
    padding-left: 10px;
    float: left;
}

    #sidemenu ul {
        list-style-type: square;
        font-size: 9pt;
        line-height: 180%;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    #sidemenu li {
        font-family: Microsoft JhengHei, Georgia, Arial, Times, serif;
        font-size: 9pt;
        line-height: 180%;
        border-bottom-width: 1px;
        border-bottom-style: dashed;
        border-bottom-color: #333333;
        list-style-position: inside;
        list-style-image: url(../Image/arrow.gif);
        list-style-type: disc;
        margin-top: 0px;
        margin-right: 6px;
        margin-bottom: 3px;
        margin-left: 0px;
    }

    #sidemenu a {
        color: #D9189F;
        text-decoration: none;
        line-height: 180%;
    }

        #sidemenu a:hover {
            color: #FFFFFF;
            text-decoration: none;
            background: #901F7A;
            line-height: 180%;
        }

#content {
    width: 420px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 9pt;
    line-height: 150%;
    background: #ffffff;
    color: #222222;
    font-family: Microsoft JhengHei, Arial, Verdana, Helvetica, sans-serif;
}

    #content a {
        color: #0070EF;
        text-decoration: none;
    }

        #content a:hover {
            color: #FF6600;
            text-decoration: underline;
        }

        #content a:active {
            color: #333333;
            text-decoration: none;
        }

    #content h2 {
        font-size: 13pt;
        line-height: 175%;
        font-weight: bold;
        margin-bottom: 0px;
        color: #FF9900;
    }

    /*Style for An Unordered list */
    #content .cloud-tags {
        list-style: none;
        border-bottom: 1px dotted #777;
        padding: 13px;
    }

        /* list item into cloud tags */
        #content .cloud-tags li {
            display: inline-block;
            margin: 0;
            padding: 0;
        }

            /* style of tag with anchor link */
            #content .cloud-tags li a {
                font-family: Microsoft JhengHei, Arial, Verdana, Helvetica, sans-serif;
                font-size: 9pt;
                color: #FFFFFF;
                text-decoration: none;
                display: inline-block;
                padding: 6px;
                text-shadow: 1px 0.01px rgba(0, 0, 0, 0.15);
                border-radius: 6px;
                margin-bottom: 2px;
                transition: .2s;
                outline: 0;
                margin: 1px;
            }

                /* hover looking for cloud tags*/
                #content .cloud-tags li a:hover {
                    font-family: Microsoft JhengHei, Arial, Verdana, Helvetica, sans-serif;
                    font-size: 9pt;
                    color: #FFFFFF;
                    text-decoration: underline;
                    font-weight: bold;
                    transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                    -moz-transform: scale(1.1);
                    transition: .2s;
                    -webkit-transition: .2s;
                    -moz-transition: .2s;
                    opacity: 1;
                }

    #content .lblFields {
        font-family: Microsoft JhengHei, Arial, Verdana, Helvetica, sans-serif;
        font-size: 7pt;
        color: #777777;
        text-align: left;
        line-height: 130%;
    }



    #content .tablecss {
        border-collapse: collapse;
    }

        #content .tablecss td {
            border: 1px solid #993300;
        }

    #content .funds {
        text-align: left;
    }

    #content .Path {
        font-family: Microsoft JhengHei, Arial, Verdana, Helvetica, sans-serif;
        font-size: 9pt;
        color: #98C000;
        text-align: right;
        margin-top: 0px;
        margin-bottom: 20px;
        line-height: 150%;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #98C000;
    }

    #content .downLoad {
        font-family: Microsoft JhengHei, Arial, Verdana, Helvetica, sans-serif;
        font-size: 9pt;
        color: #6666CC;
        text-align: right;
        margin-top: 0px;
        margin-bottom: 5px;
        line-height: 150%;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #999999;
        width: 673px;
    }

    #content .time {
        font-family: Microsoft JhengHei, Georgia, Times New Roman, Times, serif;
        font-size: 9pt;
        line-height: 130%;
        color: #888888;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 5px;
        margin-left: 0px;
    }

    #content .pic {
        padding-bottom: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
        background: url(../Image/photoback.gif) no-repeat;
        float: left;
        width: 225px;
        height: 196px;
    }

        #content .pic .ls {
            width: 174px;
            height: 130px;
            margin: 30px 8px;
            border-color: #444 #AAA #AAA #444;
        }

        #content .pic .pt {
            width: 130px;
            height: 174px;
            margin: 8px 30px;
            border-color: #444 #AAA #AAA #444;
        }

    #content .postContent {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 9pt;
        color: #666666;
        text-align: left;
        line-height: 130%;
        margin-top: 5px;
    }

    #content .postCommand {
        font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 12pt;
        color: #D9189F;
        text-align: left;
        margin-top: 5px;
        margin-bottom: 18px;
        line-height: 150%;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #999999;
        width: 195px;
    }

    #content .albumpic {
        float: left;
        height: 130px;
        width: 130px;
        padding: 12px;
        margin: 5px 10px 5px 0px;
        background: white;
        border: 1px solid;
        border-color: #999 #999 #999 #999;
        font-size: 9pt;
        text-align: center;
        vertical-align: baseline;
    }

        #content .albumpic .ls {
            height: 96px;
            width: 128px;
            margin: 15px 0;
        }

        #content .albumpic .pt {
            height: 128px;
            width: 96px;
            margin: 0 15px;
        }

    #content .sLabel {
        font-family: Microsoft JhengHei, Arial, Verdana, Helvetica, sans-serif;
        font-size: 9pt;
        text-align: left;
        width: 280px;
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 150%;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #999999;
    }

    #content .eventContent {
        font-family: Microsoft JhengHei, Arial, Verdana, Helvetica, sans-serif;
        font-size: 9pt;
        color: #666666;
        text-align: left;
        line-height: 130%;
        margin-top: 0px;
    }

    #content .montheventContent {
        font-family: Microsoft JhengHei, Arial, Verdana, Helvetica, sans-serif;
        font-size: 9pt;
        color: #666666;
        text-align: left;
        line-height: 130%;
        margin: 0px 10px 3px 10px;
    }



#content2 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 9pt;
    line-height: 150%;
    background: #ffffff;
    color: #333333;
    font-family: Microsoft JhengHei, Arial, Verdana, Helvetica, sans-serif;
}

    #content2 a {
        color: #0080FF;
        text-decoration: none;
    }

        #content2 a:hover {
            color: #FF6600;
            text-decoration: underline;
        }

        #content2 a:active {
            color: #333333;
            text-decoration: none;
        }

    #content2 h2 {
        font-size: 13pt;
        line-height: 175%;
        font-weight: bold;
        margin-bottom: 0px;
        color: #FF9900;
    }

    #content2 .tablecss {
        border-collapse: collapse;
    }

        #content2 .tablecss td {
            border: 1px solid #993300;
        }

    #content2 .funds {
        text-align: right;
    }

    #content2 .txt {
        text-align: left;
    }


#content3 {
    width: 450px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 9pt;
    line-height: 150%;
    background: #ffffff;
    color: #222222;
    font-family: Microsoft JhengHei, Arial, Verdana, Helvetica, sans-serif;
}

    #content3 a {
        color: #0070EF;
        text-decoration: none;
    }

        #content3 a:hover {
            color: #FF6600;
            text-decoration: underline;
        }

        #content3 a:active {
            color: #333333;
            text-decoration: none;
        }

    #content3 h2 {
        font-size: 13pt;
        line-height: 175%;
        font-weight: bold;
        margin-bottom: 0px;
        color: #FF9900;
    }