BODY {
    font-family: Tahoma, Arial, sans-serif;
    color: #000000;
    background-image: url('../images/bg.jpg');
    font-size: 11px;
    margin: 0px;
}

TABLE, TR, TD {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    color: #000000;
    padding:0px;
    margin:0px;
}

/* Site title at the top */
.big_header {
    color: #6d7d8c;
    font-size: 30px;
    font-weight: bold;
}

a {
    font-family: Tahoma, Arial, sans-serif;
}

/* Home, site map, contacts links at the top */
a.smallLink {
    color: #414e57;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    margin:0px;
    padding:0px;
}

 a.smallLink:hover {
    color: #414e57;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
    margin:0px;
    padding:0px;
}

/* Main menu classes start here */
a.menu {
    font-family: Tahoma, Arial, sans-serif;
    margin:0px;
    padding:0px;
    text-decoration: none;
}

 a.menu:hover {
    font-family: Tahoma, Arial, sans-serif;
    margin:0px;
    padding:0px;
    text-decoration: underline;
}

td.divider {
    width:3px;
    background-image: url('../images/menu_divider.gif');
}

td.left_active {
    width: 5px;
    background-image: url('../images/menu_left_active.gif');
}

td.right_active {
    width: 5px;
    background-image: url('../images/menu_right_active.gif');
}
td.center_active {
    background-image: url('../images/menu_center_active.gif');
    text-align:center;
}

.center_active .menu {
    color: #ffffff;
    font-size:14px;
    font-weight: bold;
    text-decoration: none;
}

td.left_inactive {
    width: 5px;
    background-image: url('../images/menu_left_inactive.gif');
}

td.right_inactive {
    width: 5px;
    background-image: url('../images/menu_right_inactive.gif');
}
td.center_inactive {
    background-image: url('../images/menu_center_inactive.gif');
    text-align:center;
}

.center_inactive .menu {
    color: #547186;
    font-size:14px;
    font-weight: bold;
    text-decoration: none;
}
/* Main menu classes end here */

/* Small parts heders */
td.left_title {
    width: 8px;
    background-image: url('../images/left_title.gif');
}
td.right_title {
    width: 8px;
    background-image: url('../images/right_title.gif');
}
td.center_title {
    background-image: url('../images/center_title.gif');
    text-align:center;
    color:#647a88;
    font-size:16px;
    font-weight:bold;
}

tr.content_title {
    background-color: #f9f9f9;
}

.question {
    color: #414e57;
    font-size: 12px;
    font-weight: bold;
    padding:0px;
}
.answer {
    color: #414e57;
    font-size: 12px;
    font-weight: normal;
    padding:0px;
}

.copyright {
    color: #b6c9d8;
    font-size: 10px;
    font-weight: bold;
    padding:0px;
}
input {
   height:15px;
   background-color: #e5e5e5;
   border:1px solid #414e57;
}

textarea {
   background-color: #e5e5e5;
   border:1px solid #414e57;
}

td.w_padding{
    padding:2px;
}

.img_w_board {
    border: 1px solid #414e57;
}

.img_w_d_board {
    border: 3px double #414e57;
}
.some_btn {
    height: 26px;
    background-color: #e5e5e5;
    border:3px double #414e57;
    color:#414e57;
    font-weight:bold;
    width:100px;
}

.text {
    color:#414e57;
    font-size: 11px;
    text-align:left;
    padding-top:5px;
    padding-bottom:5px;
}

H1 {
    color:#414e57;
    padding:0px; 
    margin:0px;
    font-weight:bold; 
    font-size:24px;
}

SPAN.error {
    color: #FF0000;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
}

SPAN.message {
    color: #008080;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
}

Table.w_border {
    border-top: 3px double #414e57;
    border-left: 3px double #414e57;
    padding:2px;
}

TD.w_border {
    border-right: 3px double #414e57;
    border-bottom: 3px double #414e57;
    padding:2px;
}

a.copyrightLink {
    color: #dedee2;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    margin:0px;
    padding:0px;
}

 a.copyrightLink:hover {
    color: #dedee2;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
    margin:0px;
    padding:0px;
}





