body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        background-color: #FFFFFF;
        margin: 0px;
        padding: 0px;
}
a{
        text-decoration: none;
        color: #999999;
}
a:hover{
        color: #60727D;
        text-decoration: none;
}
.topBg {
        background-color: #899AA5;
        background-image: url(images/topBgSm.gif);
        background-repeat: no-repeat;
        background-position: left top;
        padding-bottom: 15px;
}
.bottomBg {
        background-color: #B8A776;
        background-image: url(images/bottomBg.gif);
        background-repeat: no-repeat;
        background-position: left top;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #FFFFFF;
}
.bottomMenu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #999999;
}
.bottomLineArea {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #CCCCCC;
}
.menuArea {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #666666;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #CCCCCC;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
}
.menuText {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #60727D;
}
.menuText a{
        color: #000000;
}
.menuText a:hover{
        color: #60727D;
}
.menuTextB {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #60727D;
}
.menuTextB a{
        color: #000000;
}
.menuTextB a:hover{
        color: #60727D;
}
.mainArea {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        padding-top: 0px;
        padding-left: 0px;
}
h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #A59256;
        font-weight: normal;
}
.textInTables1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #666666;
}
.tableHeader {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FFFFFF;
        background-color: #899AA5;
}
.tableBottomBorder {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #CCCCCC;
}
.tableMainArea {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        padding-right: 8px;
        padding-left: 8px;
        border-right-width: 1px;
        border-left-width: 1px;
        border-right-style: solid;
        border-left-style: solid;
        border-right-color: #CCCCCC;
        border-left-color: #CCCCCC;
        padding-top: 14px;
}
.noSelectTab2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FFFFFF;
        background-color: #899AA5;
        cursor: hand;
        padding-right: 10px;
        padding-left: 10px;
}
.selectTab2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        background-color: #FFFFFF;
        cursor: hand;
        padding-right: 10px;
        padding-left: 10px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #899AA5;
        background-image: url(images/selectItemBg.gif);
        background-repeat: no-repeat;
        background-position: left top;
}
.input100px {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        width: 100px;
}
.input200px {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        width: 200px;
}
.input250px {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        width: 250px;
}
.mainText {

        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
}

.textBlue {
        font: Bold 11px Arial; color: #0076A3;
}

.textRed {
        font: Bold 11px Arial; color: #ff0000;
}

.input200pxRed {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        width: 200px;
        border-left: 1px solid red;
        border-right: 1px solid red;
        border-top: 1px solid red;
        border-bottom: 1px solid red;
}