/* Apple Design Style Sheet 2002 */

html {
    overflow-y: scroll;
}

.K10 { font-size: 10px; line-height: 130%}
.K12 { font-size: 12px;  line-height: 130%}
.KB12 { font-size:12px}
.K14 { font-size: 14px;  line-height: 130%}
.KB14 { font-size:14px}
.M12 { font-size: 12px; line-height: 130%}
.MB12 { font-size:12px}
.M14 { font-size: 14px; line-height: 130%}
.MB14 { font-size:14px}
.R10 { font-size: 8pt; line-height: 130%}
.R12 { font-size: 9px;  line-height: 130%}
.R14 { font-size: 14pt; line-height: 130%}
.about_td {width:17%; padding: 7px;}
a { text-decoration: none; color: #0066FF; word-break: break-all;}
a:hover{text-decoration:underline; color: #FF6600}


.header_home {
    position: relative;
}
.header_home a {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 80px;
    height: 24px;
    background: #001f76;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 5px;
}
.header_home a img {
    position: static !important;
    height: 20px;
    width: auto;
    margin-top: 1px;
}