body {
     margin:0px;
     padding:0px;
     background-color:#ffffff;
}

.top {
     background-color:#001C76;
     background-image:url('../images/topbar.jpg');
     background-repeat:no-repeat;
}

.right {
     background-color:#e9e9e9;
     border-width:0px;
     border-left-width:1px;
     border-color:#000000;
     border-style:dashed;
     padding:5px;
     paddint-top:10px;
}

.left  {
        background-color:#ffffff;
        padding:10px;
}

.mainnavi {
        font-family:'arial','helvetica','verdana';
        font-weight:bold;
        font-size:.7em;
        color:#eaeaea;
}

.smallbar {
        background-color:#8A93B4;
        border-width:1px;
        border-left-width:0px;
        border-right-width:0px;
        border-style:solid;
        border-color:#000000;
        height:17px;
        color:#fafafa;
        font-weight:bold;
}

.bright {
        color:#fafafa;
}


a.mainnavi {
        text-decoration:none;
}

a.mainnavi:hover {
        color:#ffffff;
        text-decoration:none;
}

.searchfrm {
        display:inline;
}
.searchinp {
        height:15px;
        width:100px;
        font-size:11px;
        font-family:'courier new';
        border:none;
        border-width:0px;
        background-color:#C3C4D5;
}
.searchok {
        height:15px;
        width:20px;
        font-family:'arial','helvetica','verdana';
        font-size:11px;
        border:none;
        border-width:0px;
        background-color:#60668E;
        color:#eaeaea;
        font-weight:bold;
        cursor:pointer;
}

.maintab {
        border:none;
        border-collapse:collapse;
}

.smtext {
        font-family:'verdana','arial','helvetica';
        font-size:.55em;
}

.norm {
        font-family:'verdana','arial','helvetica';
        font-size:.8em;
        color:#000000;
}

.big {
        font-family:'verdana','arial','helvetica';
        font-size:.9em;
        color:#001972;
        font-weight:bold;
}

h2 {
        font-family:'verdana','arial','helvetica';
        font-size:1.1em;
        color:#001972;
        font-weight:bold;
}

.block {
        text-align:justify;
}

a {
        color:#0040A0;
        }
