<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background-color: rgb(204,224,214);
    color: black;
}
a:link, a:visited {
    color: blue;
}
a:hover {
    background-color: rgb(164,224,174);
}
a.banner:hover{
    background-color: rgb(204,224,214);
}
h1,h2,h3,h4,h5,h6{
    color: rgb(0,102,0);
}
.debug{
    color: rgb(204,224,214);
}
.debug a{
    color: rgb(204,224,214);
}
.debug a:hover{
    color: black;
    background-color: white;
}
div.mainpart{
    border-color: rgb(59,99,57);
    background-color: white;
    color: black;
}
.updatedon{
    color: gray;
}
.appform form{
    background-color:  rgb(255,255,235);
}
header{
    border-color: rgb(59,99,57);
}
header h1, div.Fixed h1, div.mm-slideout h1{
    background-color: rgb(59,99,57);
    color: white;
}
header h1 a:hover, div.Fixed h1 a:hover, div.mm-slideout h1 a:hover{
    background-color: green;
}
header h1 a:hover, header h1 a:link, header h1 a:visited,
div.Fixed h1 a:hover, div.Fixed h1 a:link, div.Fixed h1 a:visited,
div.mm-slideout h1 a:hover, div.mm-slideout h1 a:link, div.mm-slideout h1 a:visited {
    color: white;
}
header div.subject a{
    color: rgb(74,57,102);
}
header div.site{
    color: black;
}
nav h5{
    background-color: rgb(59,99,57);
    border-color: rgb(59,99,57);
    color: white;
}
nav ul{
    background-color: rgb(220,220,220);
}
nav ul,h5{
    border-color: rgb(59,99,57);
}
nav li.sidemenu a{
    border-color:  rgb(220,220,220);
}
nav li.sidemenu a.current{
    background-color: rgb(240,240,240);
    border-top-color: white;
    border-left-color: white;
    border-bottom-color: rgb(180,180,180);
    border-right-color: rgb(180,180,180);
}
nav li.sidemenu .current a{
    color: rgb(0,102,0);
}
nav li.sidemenu a:link, nav li.sidemenu a:visited{
    color: rgb(0,102,0);
}
nav li.sidemenu a:hover{
    color: rgb(0,162,0);
    background-color: white;
}
nav li.sideinfo a:link, nav li.sideinfo a:visited{
    color: blue;
}
.news .date{
    color: rgb(150,0,0);
}
.appform .label{
    color: maroon;
}
.appform .memo{
    color: green;
}
.listtable{
    border-color: rgb(200,200,200);
}
.listtable td{
    border-color: rgb(200,200,200);
}
.listtable .even{
    background-color: rgb(255,255,245);
}
.listtable .odd{
    background-color: rgb(245,255,255);
}
.program{
    border-color: rgb(200,200,200);
}
.program .even{
    background-color: rgb(255,255,240);
}
.program .odd{
    background-color: rgb(240,255,255);
}
.program td{
    border-color: rgb(200,200,200);
}
.program .chair{
    background-color: white;
    color: black;
}
.program .talk{
    background-color: rgb(245,255,255);
}
.program .week{
    background-color: rgb(59,99,57);
    color: white;
}
.program .date{
    background-color: white;
    color: rgb(0,102,0);
}
.program .dateline{
    background-color: rgb(59,99,57);
    color: white;
}
.program .dateroom{
    color: rgb(59,99,57);
}
.program .navigator a{
    color: white;
}
.program .navigator a:hover {
    background-color: black;
}
.program .break{
    background-color: white;
}
.program .session{
    color: blue;
    background-color: rgb(245,245,200);
}

.participantsschedule table{
    background-color: gray;
    border-color: rgb(200,200,200);
}

.participantsschedule td.w{
    background-color: rgb(200,210,255);
}
.participantsschedule .even{
    background-color: rgb(255,255,245);
}
.participantsschedule .odd{
    background-color: rgb(245,255,255);
}

div.dateblock table{
    background-color: rgb(59,99,57);
    color: white;
}
div.dateblock .navigator a{
    color: white;
}
div.dateblock .navigator a:hover {
    background-color: black;
}
div.dateblock div.dateroom{
    color: rgb(59,99,57);
}
div.datepart a.boxlink{
    color: black;
}
div.datepart a.boxlink, div.datepart a.boxlink div.summary table{
    background-color: rgb(245,245,245);
}
div.datepart a:hover.boxlink, div.datepart a:hover.boxlink div.summary table{
    background-color: white;
}
div.datepart div.summary div.dateblock table{
    color: rgb(59,99,57);
}
div.session{
    color: blue;
    background-color: rgb(245,245,200);
    border-top-color: rgb(200,200,200);
    border-bottom-color: rgb(100,100,100);
}
div.chair{
    background-color: white;
    color: black;
    border-bottom-color: gray;
}
div.talkblock time.end{
    color: gray;
}
div.talkblock table{
    border-top-color: white;
    border-bottom-color: gray;
    background-color: rgb(245,255,255);
}
div.break{
    border-top-color: gray;
    border-bottom-color: gray;
}
</pre></body></html>