body {
    margin: 0px;
    padding: 0px;
    background-color: #d5e5f5;
}
body, td, th, p, div, span, input, select, 
      textarea, submit, reset, a, .text, .text_on {
    font: normal 8pt Verdana;
    color: #000000;
}
.text_on {
    background-color:#efefef;
}

.item, .l_item, .ul_item, .l_item_on, .item_on {
    font: normal 8pt "Tahoma",Verdana;
    color: #000000;
    text-decoration:none;
}
.ul_item {
    padding:0px;
    margin:2px;
    list-style-type: none;
}
.l_item, .l_item_on {
    padding:0px;
    margin-right: 2px;
    margin-left: 17px;
    margin-top:12px;
    margin-bottom:11px;
}
.item:hover, .item:active,
    .l_item:hover, .l_item:active,
    .l_item_on, .item_on {
    color: #ff9900;
}
.tit_16, .tit_14 {
    font:bold 12pt "Arial";
    color:#1f446a;
}
.tit_14 {
    font:bold 12pt "Arial";
}

.mini, .mini_on {
    font: bold 8pt Arial;
    color: #003366;
    text-decoration:none;
    line-height:12pt;
}
.mini:hover, .mini:active, .mini_on {
    color: #ff9900;
}

a.pic {
    border:3px solid #d5e5f5;
    display:block;
}
a.pic:hover, a.pic:active, a.pic:focus {
    border-color: #ff9900;
}


ol ul {
    list-style:disc;
}

ol li {
    font-weight: bold;
}

ol li p, ol ul, ol ul li {
    font-weight: normal;
}

