body {margin: 0}
a.menu:active {text-decoration:none;}
a.menu:visited {text-decoration:none;}
a.menu:link {text-decoration:none;}
a.menu:hover {text-decoration:none;}

a.line:active {text-decoration:underline;}
a.line:visited {text-decoration:underline;}
a.line:link {text-decoration:underline;}
a.line:hover {text-decoration:none;}

a.un_line:active {text-decoration:none;}
a.un_line:visited {text-decoration:none;}
a.un_line:link {text-decoration:none;}
a.un_line:hover {text-decoration:underline;}

a {
    text-decoration: none;
    font-size: 11px;
    font-family: tahoma;
    color: #0047B6;
}
a:hover {
    text-decoration: underline;
}

ul {
	list-style-image: url(../img/li_1.gif);
}

td, div, span, font, li, input, textarea, select, ul {
    font-size: 11px;
    font-family: tahoma;
    color: #000000;           
}
b {
    font-size: 11px;
    font-family: tahoma;
    color: #000000;           
    font-weight: bold;
}
p {
    font-size: 11px;
    font-family: tahoma;
    color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}

.border {
    border : 1px solid;    
    border-color: #BBBBBB;
}

.lang_bg {
    background-image: url(../img/lang_bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    height: 23px;
}
.language_bg {
    background-image: url(../img/language_bg.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 23px;
}

.lang_inactive {
    font-size: 11px;
    font-family: tahoma;
    color: #78A1FF;
    font-weight: bold;
}
.lang_active {
    font-size: 11px;
    font-family: tahoma;
    color: #ffffff;
    font-weight: bold;
}

.left_bg {
    background-image: url(../img/left_bg.gif);
    background-position: left top;
    background-repeat: repeat-y;
}
.right_bg {
    background-image: url(../img/right_bg.gif);
    background-position: left top;
    background-repeat: repeat-y;
}

.main_menu {
    font-size: 12px;
    font-family: tahoma;
    color: #0047B6;
}
a.main_menu:active {text-decoration:none;}
a.main_menu:visited {text-decoration:none;}
a.main_menu:link {text-decoration:none;}
a.main_menu:hover {
    color: #000000;
    text-decoration:none;
}

.navig_inactive {
    font-size: 10px;
    font-family: tahoma;
    color: #5692EF;
}
.navig_active {
    font-size: 10px;
    font-family: tahoma;
    color: #000000;
}

.print {
    font-size: 11px;
    font-family: tahoma;
    color: #A5A5A5;
}


.btn_bg {
    background-image: url(../img/btn_bg.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}
.btn_line_bg {
    background-image: url(../img/btn_line_bg.jpg);
    background-position: left bottom;
    background-repeat: repeat-x;
}

.top_menu_inactive {
    font-size: 12px;
    font-family: tahoma;
    color: #0047B6;
    font-weight: bold;
    cursor: hand;
}
.top_menu_active {
    font-size: 12px;
    font-family: tahoma;
    color: #000000;
    font-weight: bold;
    cursor: hand;
}

.title_bg {
    background-image: url(../img/title_bg.gif);
    background-position: left center;
    background-repeat: repeat-x;
}

.back_top {
    font-size: 11px;
    font-family: tahoma;
    color: #5692EF;
}

.foot_bg {
    background-image: url(../img/foot_bg.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
}

.copyright {
    font-size: 10px;
    font-family: tahoma;
    color: #8A8A8A;
}

.input_text {
    border:1px solid;
    border-color:#A5A5A5;
    background-color: #FFFFFF;
    font-size: 11px;
    font-family: tahoma;
    color: #000000;           
}

.news_date {
    font-size: 9px;
    font-family: tahoma;
    color: #C69F4B;
}
.news_title {
    font-size: 11px;
    font-family: tahoma;
    color: #0047B6;
}
a.news_title:active {text-decoration:none;}
a.news_title:visited {text-decoration:none;}
a.news_title:link {text-decoration:none;}
a.news_title:hover {
    text-decoration:none;
    color: #000000;
}

.border_next {
    border-bottom : 1px solid;    
    border-color: #DFDFDF;
}

.border_btn {
    border : 1px solid;    
    border-color: #A5A5A5;
    font-size: 11px;
    font-family: tahoma;
    color: #FF0903;
    font-weight: bold;
}

.tbl_border {
    border : 1px solid;    
    border-color: #A7A7A7;
}
.top {
    border-top : 1px solid;    
    border-color: #A7A7A7;
}
.left {
    border-left : 1px solid;    
    border-color: #A7A7A7;
}

.rbt {border-top: 1px solid; border-color: #c3daff;}
.rbr {border-right: 1px solid; border-color: #c3daff;}
.rbb {border-bottom: 1px solid; border-color: #c3daff;}
.rbl {border-left: 1px solid; border-color: #c3daff;}
.td1-bottom {border-bottom: 1px solid; border-color: #ffffff;}
