body {
    background-color: #000000;
    color: #e1e661;
    font-family: Verdana;
    font-size: 8pt;
    margin: 0px;
}

td {
    font-family: Verdana;
    font-size: 8pt;
}

a {
    font-family: Verdana, Arial, Helvetica;
    color: #FFFFFF;
    text-decoration: none;
}
a:hover {
    font-family: Verdana, Arial, Helvetica;
    color: #FFFFFF;
    text-decoration: underline;
}

.dE {
    width: 902px;
}
.dE1 {
    width: 600px;
    height: 200px;
    background-image: url('../../img/design/bg_top.jpg');
    vertical-align: top;
    padding-top: 20px;
}
.dE2 {
    padding-top: 46px; 
}
.dE3 {
    border-left: 1px solid #000000;
    border-top: 2px solid #000000;
}
.dE4 {
    width: 302px;
    height: 200px;
    background-image: url('../../img/design/logo.jpg');
    background-repeat: no-repeat;
    background-position: left;
    vertical-align: top;
}
.dE5 {
    width: 702px;
    vertical-align: top;
    padding-top: 1px;
}
.dE6 {
    width: 200px;
    background-image: url('../../img/design/bg_right.jpg');
    background-repeat: repeat-y;
}

.headlineMisc {
    width: 250px;
    height: 100px;
    background-color: #626354;
    border-top: 1px solid #afafaf;
    border-right: 1px solid #000000;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 22px;
    background-image: url('../../img/design/bgMisc.jpg');
    background-repeat: no-repeat;
    background-position: 2px;
}
.headlineMiscMo {
    width: 250px;
    height: 100px;
    background-color: #797a6e;
    border-top: 1px solid #afafaf;
    border-right: 1px solid #000000;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 22px;
    background-image: url('../../img/design/bgMisc1.jpg');
    background-repeat: no-repeat;
    background-position: 5px;
}
.headlineNews {
    width: 250px;
    height: 100px;
    background-color: #626354;
    border-top: 1px solid #afafaf;
    border-right: 1px solid #000000;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 22px;
    background-image: url('../../img/design/bgNews.jpg');
    background-repeat: no-repeat;
    background-position: 2px;
}
.headlineNewsMo {
    width: 250px;
    height: 100px;
    background-color: #797a6e;
    border-top: 1px solid #afafaf;
    border-right: 1px solid #000000;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 22px;
    background-image: url('../../img/design/bgNews1.jpg');
    background-repeat: no-repeat;
    background-position: 5px;
}
.headline1 {
    width: 100px;
    height: 100px;
    background-color: #626354;
    border-top: 1px solid #afafaf;
    vertical-align: top;
    padding: 5px; 
    background-image: url('../../img/design/flowerHalf.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;   
}
.headline1Mo {
    width: 100px;
    height: 100px;
    background-color: #797a6e;
    border-top: 1px solid #afafaf;
    vertical-align: top;
    padding: 5px;    
}

.colH {
    background-color: #383a18;
    padding: 5px;
    text-indent: 15px;
    border-top: 1px dashed #64663c;
    font-weight: bold;
    color: #FFFFFF;   
    background-image: url('../../img/design/btnTbl.gif');
    background-repeat: no-repeat;
    background-position: 5px center;
}
.col {
    background-color: #383F18;
    padding: 5px;
}
.colImg {
    background-color: #383F18;
    padding: 5px;
    text-align: center;
}
.colImgTxt {
    background-color: #383F18;
    padding: 5px;
    text-align: center;
}
.colTxt {
    background-color: #383F18;
    padding: 5px;
    text-align: justify;
}
.colImgPhotos {
    background-color: #797a6e;
    padding: 5px;
    text-align: center;    
}

.input {
    background-color: #000000;
    color: #FFFFFF;
    border: 1px solid #60683b;
    padding: 2px;
}

.input1 {
    background-color: #626354;
    color: #000000;
    border: 1px solid #000000;
    padding: 2px;
}

.textarea {
    background-color: #000000;
    color: #FFFFFF;
    border: 1px solid #60683b;
    padding: 2px;
}

.textarea1 {
    background-color: #626354;
    color: #000000;
    border: 1px solid #000000;
    padding: 2px;
}

.button {
    background-image: url('../../img/design/bg_btn.jpg');
    background-repeat: repeat-x;
    border-left: 1px solid #60683b;
    border-top: 1px solid #60683b;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    padding: 5px;
}

.button:hover {
    background-image: url('../../img/design/bg_btn.jpg');
    background-repeat: repeat-x;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #60683b;
    border-right: 1px solid #60683b;
    padding: 5px;
}

.list_td_a {
    background-color: #626354;
    padding: 5px;
}

.list_td_b {
    background-color: #000000;
    padding: 5px;
}

.list_td_a:hover {
    background-color: #7c7d6c;
    padding: 5px;    
    cursor: pointer;
}

.list_td_b:hover {
    background-color: #303030;
    padding: 5px;    
    cursor: pointer;
}