<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/*------------------------------------------------------------------
			TOP
------------------------------------------------------------------*/
#topNews{
	margin:10px 15px;
	padding:10px 0;
	border-top:1px solid #ccc;
}
#topNews ul{
	height:200px;
	margin:0;
	padding:0px;
	list-style-type:none;
	overflow:auto;
}

.table th{
    color: white;
}

.table .white{
    background-color: white;
}

.table .blue{
    color: blue;
}

.red{
    color: red;
}

.table .purple{
    color: purple;
}

.table .arrow{
    color: #4af;
}

.aase{
    font-weight:bold;
    font-size: 16px;
}

.aba{
    width: 200px;
    height: 40px;
    background-color: #333;
    color: #eee;
    font-size: 20px;
    text-align: center;
}

.aba p{
    line-height: 230%;
}

.aca{
    width: 250px;
    font-size: 16px;
    color: blue;
    text-align: left;
    font-weight:bold;
}

.left{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.table div{
    border: inset 1px #4af;
    margin: 0 auto;
}

.a001{
    background-color: #333;
    color: white;
    width: 200px;
    height: 40px;
    margin: 10px 0 0 20px;
    font-size: 21px;
    line-height: 200%;
}

.a002 a{
    text-decoration: none;
}

.a001:hover{
    background-color: #888;
}

.a002{
    text-align: center;
}

.a000{
    font-weight: bold;
    font-size: 13px;
}

.a003{
    width: 140px;
    height: 30px;
    background-color: lightseagreen;
    margin: 10px 0 0 50px;
    font-weight: bold;
}

.a003:hover{
    background-color: #ada;
}

.a003 p{
    line-height: 200%;
    font-size: 14px;
    color: white;
}

.a003 a{
    text-decoration: none;
}

.table th{
    background-color: #4af;
}</pre></body></html>