body, TD {
        font-family: sans-serif;
        font-size:12px;
        color:#656565;
}
INPUT {
        font-family: sans-serif;
        font-size: 11px;
        border-top: 1px inset silver;
        border-bottom: 1px inset silver;
        border-right: 1px inset silver;
        border-left: 1px inset silver;
}
TEXTAREA {
        font-family: sans-serif;
        font-size: 11px;
        border-top: 1px inset silver;
        border-bottom: 1px inset silver;
        border-right: 1px inset silver;
        border-left: 1px inset silver;
}
INPUT.but {
        font-family: sans-serif;
        font-size: 11px;
        border-top: 1px outset silver;
        border-bottom: 1px outset silver;
        border-right: 1px outset silver;
        border-left: 1px outset silver;
}
A {
     color:#2624A3;
}
A:hover {
     text-decoration:none;
}
.imenu A {
     display:block;
     line-height:30px;
     margin-left:20px;
     color:#2624A3;
     text-decoration:none;
     font-size:12px;
     font-family: Tahoma;
     font-weight:bold;
}
.imenu A:hover {
     color:#F58A00;
}
.topmenu01 {
     background:url('/img/topmenu01_bg.gif') repeat-x;
     padding-top:10px;
}
.topmenu02 {
     padding-top:10px;
}
.topmenu01 A,
.topmenu02 A {
     display:block;
     line-height:20px;
     margin-left:10px;
     color:#2624A3;
     text-decoration:none;
     font-size:12px;
     font-family: Tahoma;
}
.topmenu01 A:hover,
.topmenu02 A:hover {
     color:#F58A00;
}
.header {
     font-size:16px;
     font-weight:bold;
     color:#F58A00;
}
TABLE.border {
     background:silver;
}
TABLE.border TD {
     background:#ffffff;
}