﻿body { text-align:center; margin:0; background-color:#F5EEDC; font-family:Arial; font-size:0.75em; }

.text { color:#493915; font-size:12px; }

* html .clearfix { /* IE 5-6 */
    height: 1%;
}
.clearfix {
    display: inline-block; /* IE7html */
}
.clearfix:not([class='XXX']) { /* Safari */
    display: block;
}
.clearfix:after { /* FF, O, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
@media all and (min-width: 0px) {
    .clearfix {
        display: block; /* O */
    }
    .clearfix:after {
        height:0px;
        overflow:hidden
    }
}

.rtl { direction:rtl; }
.ltr { direction:ltr; }

input { border:1px black solid; background-color:Transparent; }

.mainDiv { width:730px; text-align:center; margin-top:48px; }

.flashMenu { text-align:right; }

.mainWindow { height:360px; text-align:center; margin-top:10px; }

.mainInnerWindow { width:730px; text-align:center; }

.bottom { float:left; width:360px; text-align:left; height:55px; }

.seperator { float:right; width:10px; height:360px; }

.rightWindow { float:right; direction:rtl; width:360px; height:360px; background-color:#ffffff; text-align:right; }

.rightInnerWindow { width:340px; height:340px; margin-top:10px; margin-right:10px; }

.leftWindow { float:right; width:360px; height:360px;  background-color:#ffffff; text-align:right; }

.leftInnerWindow { text-align:center; width:340px; height:340px; margin-top:15px; margin-right:10px; }

.accHeader { text-align:center; cursor:pointer; color:Blue; font-size:14px; font-weight:bold; }

.accContent,a { text-align:center; overflow:scroll; cursor:poiner; color:Blue; text-decoration:none; }

a { font-family:arial; color:Black; }
a:hover { background-color:#f5eedc; }