
body {
    font-family: tahoma;
    font-size: 13px;
    color: #000000;
}

td {
    font-family: tahoma;
    font-size: 13px;
    color: #000000;
}

.lightGrayCell {background-color: #fcfcfc}
.grayCell {background-color: #DEDEDE}
.darkGrayCell {background-color: #989898 }
.blackGrayCell {background-color: #474747}
.black {color: #333333}

.dots {
    color: #cccccc;
    font-family: tahoma;
    font-size: 12;
    letter-spacing: -1px;
    text-align: center;
    height: 2;
}

.fixedHeight {height: auto}

.head{
    width: 224px;
    height: 100%;
}

.head_right{
    background-color: #fcfcfc
}

.right_up{
    overflow:auto;
    background-image: url(../images/light_gray_repeated.gif);
    background-repeat:repeat-y;
    height: auto;
}

.right_bottom{
    overflow:auto;
    background-image:url(../images/dark_gray_repeated.gif);
    background-repeat:repeat-y;
    height: 30px;
}

.left_left{
    overflow:auto;
    background-image:url(../images/light_striped_repeated.gif);
    background-repeat:repeat-y;
    height: auto;
}

.foot_up_left{
    overflow:auto;
    background-image:url(../images/gray_striped_repeated.gif);
    background-repeat:repeat-y;
    width: 13px;
    height: auto;
}

.foot_up_right{
    overflow:auto;
    background-image:url(../images/dark_gray_repeated.gif);
    background-repeat:repeat-y;
    height: auto;
    width: 16px;
}

.foot_up{
    overflow:auto;
    background-image:url(../images/gray_repeated.gif);
    background-repeat:repeat-x;
    height: 30px;
}


.foot_bottom_right{
    overflow:auto;
    background-image:url(../images/dark_gray_repeated.gif);
    background-repeat:repeat-y;
    height: auto;
    width: 16px;
}

.foot_bottom_left{
    overflow:auto;
    background-image:url(../images/black_repeated.gif);
    background-repeat:repeat-x;
    width:auto;
}

.foot_bottom{
    overflow:auto;
    text-align: center;
    background-image:url(../images/black_repeated.gif);
    background-repeat:repeat-x;
    width:auto;
}

.visitorCounter{
    text-align: center;
    background-image:url(../images/Counter.jpg);
    font-family: Verdana;
	font-weight: bold;
	color: #FFFFFF;
    font-size: 12;
}

.mainCellAr{
    width:100%;
    position:relative;
    padding-right: 10;
}

.mainCellEn{
    width:100%;
    position:relative;
    padding-left: 10;
}

.subCellAr{
    text-align: justify;
    padding-right: 10;
    position:relative;
    float:right;
}

.subCellEn{
    text-align: justify;
    padding-left: 10;
    position:relative;
    float:left;
}

.pTextAr{
    padding-right: 10;
}

.pTextEn{
    padding-left: 10;
}

.pageTitle {
    font-family: tahoma;
    font-size: 20px;
    color: #CC9933;
    padding-left: 20px;
}

.title {
    color: #000000;
    font-weight: bold;
    font-family: tahoma;
    font-size: 13px;
    padding-left: 15px;
    height: 20px;
}

.text {
    text-align: justify;
    font-family: tahoma;
    font-size: 13px;
    color: #000000;
    padding-left: 15px;
}

.textSpecial {
    font-family: tahoma;
    font-size: 13px;
    color: #000000;
    font-weight: bold;
    padding-left: 15px;
}

.reverseAlign {
    text-align: left;
}

.cont_upper{
    overflow:auto;
    background-image:url(../images/cont_upper.gif);
    width: 224px;
    height: 8px;
}
.cont_mid{
    overflow:auto;
    background-image:url(../images/cont_mid_repeated.gif);
    background-repeat:repeat-y;
    width: 224px;
    height: auto;
}
.cont_lower{
    overflow:auto;
    background-image:url(../images/cont_lower.gif);
    width: 224px;
    height: 8px;
}



.submit {
    color: #000000;
    font-weight: bold;
    font-family: tahoma;
    font-size: 12px;
}

a:link, a:visited, a:hover, a:active{
    font-family: tahoma;
    text-decoration:underline;
    font-size: 12px;
    color: #666666;
    font-weight: bold;
}

.a2 {
    font-family: tahoma;
    text-decoration:underline;
    font-size: 12px;
    color: #666666;
    font-weight: normal;
}

hr {
    color: #CC9966;
    height: 1px;
    width: 95%;
}