.note1 {
        background: #EEE;
        padding: 4px;
        font-family: tahoma,verdana,sans-serif;
        font-size: 85%;
        line-height: 130%;
}

#main1 {
        text-align: left;
        border: 1px solid #666;
        background: #FFFDF3;
        clear: both;
        width: 100%;
        margin-top: -1px;
}

#bodyarea1 {
        padding: 20px;
        min-height: 300px;
}

#topbar1 {
        padding-bottom: 0.5em;
        font-family: trebuchet ms,verdana,sans-serif;
        font-weight: bold;
        font-size: 200%;
}

#topbar1 a { text-decoration: none; color: #000; }

#topbar1 a:hover { text-decoration: underline; }

/*///////////// Tabs Code ////////////*/

#tabs1 {
        font-family: tahoma,verdana,sans-serif;
        font-size: 85%;
        clear: both;
        text-align: center;
}

#tabs1 ul {
        display: inline;
        list-style-type: none;
        margin: 0;
        padding: 0;
}

#tabs1 li { float: right; }

#tabs1 a,span { width: 90px; }

#tabs1 span {
        position: relative;
        top: 0;
        margin: 0 2px 0 0;
        float: left;
        background: #CCFFFF;
        border-right: 1px solid #666;
        border-top: 1px solid #666;
        border-left: 1px solid #666;
        padding: 6px 4px 6px 10px;
        text-decoration: none;
        color: #333;
}

#tabs1 a {
        position: relative;
        top: 0;
        margin: 1px 2px 0 0;
        float: left;
        background: #FFFFFF;
        border-right: 1px solid #AAA;
        border-top: 1px solid #AAA;
        border-left: 1px solid #AAA;
        padding: 5px 4px 5px 10px;
        text-decoration: none;
        color: #333;
}

#tabs1 a:hover {
        background: #FFFF33;
        position: relative;
        top: 0;
        padding: 5px 4px 6px 10px;
        margin-top: 0px;
}

#tabs1 a.active {
        position: relative;
        top: 0;
        margin: 0 2px 0 0;
        float: left;
        background: #CCFFFF;
        border-right: 1px solid #666;
        border-top: 1px solid #666;
        border-left: 1px solid #666;
        padding: 6px 4px 6px 10px;
        text-decoration: none;
        color: #333;
}

#tabs1 a.active:hover {
        position: relative;
        top: 0;
        margin: 0 2px 0 0;
        float: left;
        background: #CCFFFF;
        border-right: 1px solid #666;
        border-top: 1px solid #666;
        border-left: 1px solid #666;
        padding: 6px 4px 6px 10px;
        text-decoration: none;
        color: #333;
}

#subtabs1 ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
}

#subtabs1 li {
        float: left;
        padding: 0 8px 0 8px;
        border-left: 1px solid #CCC;
        white-space: nowrap;
}

#subtabs1 li:first-child { border-left: none; }

#subtabs1 {
        font-family: tahoma,verdana,sans-serif;
        font-size: 85%;
        background: #CCFFFF;
        color: #666;
        padding: 5px 7px 7px 7px; /* for All other Browsers */
}

