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

.forms span{color:#F00;}
.green{background-color: #090}
.whitecolor {background-color:#FFF; color:#666 !important;}
.whitecolor:hover { color:#000;}
.light_gray{ background-color: #666666}
.light_red{ background-color: #f64a4a;}
.green span,.light_gray span,.light_red span {color:#FFF;}

.lists tr:nth-child(even) {background: #FFF}
.lists tr:nth-child(odd) {background: #FFF;}
.table-header{  background-color:#5b9bd5 !important; 
color:#FFF;
font-weight:700;}
.lists table tr td{ border-bottom:solid 1px #e5e5e5;}
.lists table tr:hover{  background-color:#f4f4f4 !important;color:#333; }
.lists table tr:hover a{color:#000;}
.lists {color:#000; }
nav ul li{
 background-color: #f1f1f1 /*f1f1f1;*/
}
header{
 background-color:#eaf2f8;
}
.back_page {
 background-color:#FFF;
}
.content_page{
 background-color:#FFF;
}
.txt_label{
 color:#333;
}
</pre></body></html>