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

   Dark blue: #134a7d (19, 74, 125)
   Dark blue 2: #165da0 (22, 93, 160)
   Light blue: #36a7e9 (54, 167, 233)
   Light blue 2: #8ccae9 (140, 202, 233)
   Gray: #8b8a88 (139, 138, 136)
   Purple: #392e7a (57, 46, 122)
   Dark tan 1: #c4c0a2 (196, 192, 162)
   Light tan 1: #dad5b4 (218, 213, 180)
   Light tan 2: #f1f0e3 (241, 240, 227)
 
   ----------------------------------*/
   
   
   
/* -------- MAIN PAGE ELEMENTS -------- */
 
 
 body {
 margin: 0px;
 padding: 10px 10px 0 10px;
 color: #134a7d;
 font-family: Arial, Verdana, sans-serif;
 font-size: 11px;
 line-height: 15px;
 background-color: #dad5b4;
 }
 
 table {
 background-color: #f1f0e3;
 }
 
 table * {
	padding-left: 20px;
	padding-right: 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
 }
 
 
 p {
 color: #134a7d;
 font-family: Arial, Verdana, sans-serif;
 font-size: 11px;
 line-height: 16px;
 }
 
 
 h1 {
 color: #134a7d;
 font-size: 18px;
 font-weight: normal;
 font-family: Times, 'Times New Roman', serif;
 margin-top: 15px;
 }
 
 a, a:link {
 color: #134a7d;
 font-family: Arial, Verdana, sans-serif;
 font-size: 11px;
 line-height: 15px;
 text-decoration: none;
 }
 
 a:hover {
 color: #134A7D;
 font-family: Arial, Verdana, sans-serif;
 font-size: 11px;
 line-height: 15px;
 text-decoration: underline;
 }</pre></body></html>