﻿* {
    direction: rtl;
    font: 14px Arial;
    color: #666666;
}

a {
    color: #666666;
    text-decoration: none;
}
a:hover {
    color: #ECB621;
}

b {
    font-weight: bold;
}

h2 {
    color: #ECB621;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
}
h3 {
    font-weight: bold;
    font-size: 14px;
}

hr {
    color: #ECB620;
}

#inputButton {
    color: Black;
    font-weight: bold;
}

#mainTable {
    width: 955px;
}

#right {
    width: 310px;
    height: 600px;
    background-repeat: no-repeat;
}

#top {
    width: 645px;
    height: 230px;
    background: url(../images/top.gif) no-repeat;
}

#content {
    width: 470px;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
}

#menu {
    width: 155px;
    height: 350px;
    background-color: #E6E5E3;
    vertical-align: top;
}
#menu td {
    padding-right: 20px;
}
#menu a {
    font-weight: bold;
}

#footer {
    text-align: center;
    width: 955px;
    height: 21px;
    background-color: #E6E5E3;
}
#footer td, #footer a {
    font-size: 12px;
    vertical-align: middle;
}
#footer a {
    font-weight: bold;
}

#copyright {
    color: Gray;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
#copyright a {
    font-size: 9px;
}

#remark {
    color: Red;
    font-size: 12px;
    font-weight: bold;
}

#backToTop {
    text-align: center;
}
#backToTop a {
    font-size: 12px;
}
#backToTop img {
    border-width: 0px;
    vertical-align: middle;
}