html,body{
    margin: 0px;
    padding:0px;
    height: 100%;
    font-family: Tahoma;
}
body a{
    color: #2731A2;
    text-decoration: none;
}
body a:hover{
    text-decoration: underline;
}
table.header{
    background-color: #2731A2;
}
table {
    font-size: 12px;
}
/* NAVBAR */
table.navbar{
    color: #FFFFFF;
    font-family: Tahoma, Arial;
    font-size: 11px;
    font-weight: bold;
    height: 28px;
    background-color: #2731A2;
    background-image: url("/imgs/navbar_bg.gif");
}
td.navbar{
    width: 128px;
    padding-left: 5px;
    cursor: hand;
}
td.navbar_act{
    width: 128px;
    padding-left: 5px;
    color: #BBBBBB;
    cursor: hand;
}
td.navbar a{
    color: #FFFFFF;
    text-decoration: none;
}
td.navbar_act a{
    color: #BBBBBB;
    text-decoration: none;
}
td.navbar a:hover{
    color: #BBBBBB;
    text-decoration: none;
}
td.navbar_act a:hover{
    color: #BBBBBB;
    text-decoration: none;
}
td.navbar_left{
    width:13px;
    height: 28px;
    background-image: url("/imgs/navbar_left.gif");
}
td.navbar_right{
    width:18px;
    height: 28px;
    background-image: url("/imgs/navbar_right.gif");
}
td.navbar_sep{
    width:18px;
    height: 28px;
    background-image: url("/imgs/navbar_sep.gif");
}
td.navbar_sub{
    filter:Alpha(Opacity=90);
    color: #FFFFFF;
    font-family: Tahoma, Arial;
    font-size: 11px;
    font-weight: bold;
    height: 28px;
    background-color: #2731A2;
    background-image: url("/imgs/navbar_bg.gif");
    padding-left: 5px;
    cursor: hand;
}
td.navbar_sub a{
    color: #FFFFFF;
    text-decoration: none;
}
td.navbar_sub a:hover{
    color: #BBBBBB;
    text-decoration: none;
}
td.navbar_sub_act{
    filter:Alpha(Opacity=90);
    color: #BBBBBB;
    font-family: Tahoma, Arial;
    font-size: 11px;
    font-weight: bold;
    height: 28px;
    background-color: #2731A2;
    background-image: url("/imgs/navbar_bg.gif");
    padding-left: 5px;
    cursor: hand;
}
td.navbar_sub_act a{
    color: #BBBBBB;
    text-decoration: none;
}
td.navbar_sub a:hover{
    color: #BBBBBB;
    text-decoration: none;
}
td.navbar_sub_left{
    width:3px;
    height: 28px;
    background-color: #FFFFFF;
}
td.navbar_sub_right{
    filter:Alpha(Opacity=90);
    width:13px;
    height: 28px;
    background-image: url("/imgs/navbar_sub_right.gif");
}
td.navbar_sub_sep{
    height: 3px;
}
ul.sub_menu {
    color: #AA0022;
    margin-left: 10px;
    padding-left: 10px;
}
ul.sub_menu li {
    padding: 2px 2px 2px 2px;
}
ul.sub_menu a{
    color: #AA0022;
}
/* PRICE TOP */
table.price_top{
    height:19px;
    background-color: #FFFFFF;
    background-image:url(/imgs/price_line_bg.gif);
}
td.price_top_line{
    color: #000000;
    font-family: Arial, Tahoma;
    font-size: 12px;
    font-weight: bold;
    padding-left: 3px;
    padding-right: 3px;
}
td.price_top_line a{
    color: #000000;
    text-decoration: none;
}
td.price_top_line a:hover{
    color: #555555;
    text-decoration: none;
}
div.price_top_title{
    color: #FFFFFF;
    font-family: Tahoma, Arial;
    font-size: 14px;
    font-weight: bold;
    margin-left: 9px;
}
/* TITLINES */
table.titline_a{
    height:40px;
    background-color:#837FBB;
}
table.titline_b{
    height:40px;
    background-color:#22255F;
}
h1.titline_title{
    color: #FFFFFF;
    font-family: Tahoma, Arial;
    font-size 15px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
}
div.titline_title{
    color: #FFFFFF;
    font-family: Tahoma, Arial;
    font-size 15px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}
div.titline_info{
    color: #FFFFFF;
    font-family: Tahoma, Arial;
    font-size: 10px;
}
/* BOX */
table.box_title_a{
    width: 100%;
    height: 24px;
    background-color:#FFFFFF;
    background-image: url("/imgs/box_title_center_a.gif");
}
table.box_title_b{
    width: 100%;
    height: 28px;
    background-color:#FFFFFF;
    background-image: url("/imgs/box_title_center_b.gif");
}
td.box_title_left_a{
    width: 44px;
    background-color: #3B44A5;
    background-image: url("/imgs/box_title_left_a.gif");
    background-repeat: no-repeat;
    background-position: 0% 0%;
}
td.box_title_left_b{
    width: 44px;
    background-color: #FF0000;
    background-image: url("/imgs/box_title_left_b.gif");
    background-repeat: no-repeat;
    background-position: 0% 0%;
}
td.box_title_right_a{
    width: 23px;
    background-color: #3B44A5;
    background-image: url("/imgs/box_title_right_a.gif");
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
td.box_title_right_b{
    width: 22px;
    background-color: #FF0000;
    background-image: url("/imgs/box_title_right_b.gif");
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
td.box_border_left_a{
    width: 4px;
    background-color: #3B44A5;
    background-image: url("/imgs/box_border_left_a.gif");
    background-repeat: no-repeat;
    background-position: 0% 100%;
}
td.box_border_left_b{
    width: 4px;
    background-color: #FF0000;
    background-image: url("/imgs/box_border_left_b.gif");
    background-repeat: no-repeat;
    background-position: 0% 100%;
}
td.box_border_right_a{
    width: 5px;
    background-color: #3B44A5;
    background-image: url("/imgs/box_border_right_a.gif");
    background-repeat: no-repeat;
    background-position: 0% 100%;
}
td.box_border_right_b{
    width: 5px;
    background-color: #FF0000;
    background-image: url("/imgs/box_border_right_b.gif");
    background-repeat: no-repeat;
    background-position: 0% 100%;
}
td.box_border_bottom_left_a{
    height: 4px;
    background-color: #3B44A5;
    background-image: url("/imgs/box_border_bottom_left_a.gif");
    background-repeat: no-repeat;
    background-position: 0% 0%;
}
td.box_border_bottom_left_b{
    height: 4px;
    background-color: #FF0000;
    background-image: url("/imgs/box_border_bottom_left_b.gif");
    background-repeat: no-repeat;
    background-position: 0% 0%;
}
td.box_border_bottom_right_a{
    height: 4px;
    background-color: #3B44A5;
    background-image: url("/imgs/box_border_bottom_right_a.gif");
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
td.box_border_bottom_right_b{
    height: 4px;
    background-color: #FF0000;
    background-image: url("/imgs/box_border_bottom_right_b.gif");
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
td.box_content_a{
    background-color:#FFFFFF;
    background-image: url("/imgs/box_corner_a.gif");
    background-repeat: no-repeat;
    background-position: 0% 100%;
}
td.box_content_b{
    background-color:#FFFFFF;
    background-image: url("/imgs/box_corner_b.gif");
    background-repeat: no-repeat;
    background-position: 0% 100%;
}
td.box_content_right_b{
    background-image: url("/imgs/box_corner_right_b.gif");
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
div.box_line_a{
    width: 106px;
    height: 90px;
    float: left;
    margin-right: 5px;
    background-image: url("/imgs/box_image_line_a.gif");
    background-repeat: no-repeat;
    background-position: 0% 0%;
}
div.box_line_b{
    width: 106px;
    height: 90px;
    float: left;
    margin-right: 5px;
    background-image: url("/imgs/box_image_line_b.gif");
    background-repeat: no-repeat;
    background-position: 0% 0%;
}
td.box_next_a{
    height: 37px;
    background-image: url("/imgs/box_image_next_a.gif");
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
td.box_next_b{
    height: 38px;
    background-image: url("/imgs/box_image_next_b.gif");
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
div.box_next_a{
    color: #3B44A5;
    font-family: Tahoma, Arial;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    margin-top: 15px;
    margin-right: 15px;
}
div.box_next_a a{
    color: #3B44A5;
    text-decoration: none;
}
div.box_next_a a:hover{
    color: #7B82D0;
    text-decoration: none;
}
div.box_next_b{
    color: #FF0000;
    font-family: Tahoma, Arial;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    margin-top: 15px;
    margin-right: 15px;
}
div.box_next_b a{
    color: #FF0000;
    text-decoration: none;
}
div.box_next_b a:hover{
    color: #FF7A7A;
    text-decoration: none;
}
div.box_title_a{
    color: #000000;
    font-family: Tahoma, Arial;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}
div.box_title_b{
    color: #FFFFFF;
    font-family: Tahoma, Arial;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin-top:2px;
}
div.box_text{
    color: #000000;
    font-family: Arial, Tahoma;
    font-size: 13px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 3px;
}
/* NEWS */
table.news_title{
    width: 100%;
    height: 19px;
}
td.news_title_left{
    width: 9px;
    height: 19px;
    background-image: url("/imgs/small_title_left.gif");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-color: #22255F;
}
td.news_title_date{
    color: #FFFFFF;
    font-family: Tahoma, Arial;
    font-size: 11px;
    padding-left: 10px;
    width: 110px;
    height: 19px;
    background-color: #22255F;
}
td.news_title_div{
    width: 7px;
    height: 19px;
    background-color: #22255F;
    background-image: url("/imgs/small_title_div.gif");
    background-repeat: no-repeat;
    background-position: 0% 0%;
}
td.news_title_text{
    color: #000000;
    font-family: Tahoma, Arial;
    font-size: 12px;
    padding-left: 10px;
    height: 19px;
    background-color: #FFFFFF;
    background-image: url("/imgs/small_title_bg.gif");
}
td.news_title_text a{
    font-size: 12px;
    color: #2731A2;
    text-decoration: none;
}
td.news_title_text a:hover{
    text-decoration: underline;
}
td.news_title_right{
    width: 12px;
    height: 19px;
    background-color: #22255F;
    background-image: url("/imgs/small_title_right.gif");
    background-repeat: no-repeat;
    background-position: 0% 0%;
}
div.news_text{
    color: #000000;
    font-family: Arial, Tahoma;
    font-size: 13px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
}
img.news_small{
    border: 1px #22255F solid;
}
div.news_next{
    color: #22255F;
    font-family: Tahoma, Arial;
    font-size: 12px;
    font-weight: bold;
    margin-right: 10px;
    text-align: right;
}
div.news_next a{
    color: #22255F;
    text-decoration: none;
}
div.news_next a:hover{
    color: #3B40A5;
    text-decoration: underline;
}
/* TABLE */
table.t_main{
    margin: 10px;
}
td.t_name{
    color: #000000;
    font-family: Arial, Tahoma;
    font-size: 13px;
    padding: 3px 3px 3px 6px ;
    background-color: #D4D4DE;
    border-left: 1px #CCCCCC solid;
    border-top: 1px #CCCCCC solid;
    border-right: 1px #444444 solid;
    border-bottom: 1px #444444 solid;
}
td.t_item{
    color: #000000;
    font-family: Arial, Tahoma;
    font-size: 10px;
    padding: 3px;
    border-right: 1px #444444 solid;
    border-bottom: 1px #444444 solid;
}
td.t_item_b{
    color: #000000;
    font-family: Arial, Tahoma;
    font-size: 13px;
    padding: 3px;
    border-right: 1px #444444 solid;
    border-bottom: 1px #444444 solid;
}
/* SEARCH */
div.search_string{
    color: #000000;
    font-family: Arial, Tahoma;
    font-size: 15px;
    font-weight: bold;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
font.search_word{
    color: #22255F;
}
td.search_sp{
    width: 15px;
}
td.search_vsp{
    height: 10px;
}
td.search_cnt{
    color: #000000;
    font-family: Tahoma, Arial;
    font-size: 13px;
    font-weight: bold;
    width: 20px;
}
td.search_text{
    color: #000000;
    font-family: Tahoma, Arial;
    font-size: 13px;
}
/* BOTTOM */
table.bottom{
    height: 44px;
    background-color: #2731A2;
    width: 100%;
}
div.bottom_copy{
    color: #FFFFFF;
    font-family: Arial, Tahoma;
    font-size: 13px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}
div.bottom_copy a{
    color: #FFFFFF;
    text-decoration: none;
}
div.bottom_copy a:hover{
    color: #BBBBBB;
    text-decoration: none;
}
img.a_image {
    border: 1px #000000 solid;
}
ul.adv{
    margin:3 0 0 15px;
    padding: 0px;
}
ul.adv li:first-letter{
    text-transform: uppercase;
}
