<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* COMMON */
body {
	background-color:#FFF;
}

.gigantic {font-size: 123px;line-height: 132px;letter-spacing: -2px;}
.huge{font-size: 65px;line-height: 84px;letter-spacing: -1px;}
.large{font-size: 47px;line-height: 48px;}
.bigger {font-size: 29px;line-height: 36px;}
.big{font-size: 20px;}
.medium, medium {font-size: 15px;}
.small, small {font-size: 11px;}
.tiny{font-size:9px;}

.superscript{font-size:60%; vertical-align:top;}
.subscript{font-size:60%; vertical-align:bottom;}

.textleft{text-align: left;}
.textcenter{text-align: center;}
.textright{text-align: right;}
.textsmall{font-size: 11px;}
.textbold{font-weight:bold;}
hr{background-color: #ddd;border: 0;height: 1px;text-align: left;width: 100%;}

.helvetica{font-family: 'Helvetica Neue Light', 'HelveticaNeue-Light', 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, sans-serif;}
.lucida{font-family: 'Lucida Grande', verdana, arial, sans-serif;}
.comfortaa{font-family:'Comfortaa',Arial, sans-serif;font-weight: 400;}
	.comfortaa.bold{font-weight: 700;}
	.comfortaa.light{font-weight: 300;}
.sueElen{font-family: 'Sue Ellen Francisco', cursive;}

/* fontCOLORSandSHADOWS*/
.gray{color:#a0a0a0;}
.white{color:#FFF;}
.dblue{color: #04A5DE;}
.lblue{color: #ACE0F8;}
.shadTop{text-shadow:0 -1px 0px rgba(0,0,0,0.6);}
.shadBot{text-shadow:0 1px 1px rgba(255,255,255,1);}

.fleft{float: left;}
.fright{float: right;}
.block{display: block;}

.spacer{clear: both;}
.spacer.line{border-bottom: 1px solid #fefefe;box-shadow:inset 0px -1px 0px #e7e7e7;height: 2px;}
.spacer.line.dotted{border-bottom: 1px dotted #e7e7e7;box-shadow:none;}

.pointer{cursor: pointer;}

.nodisplay{display: none;}

.opacityHalf{opacity:0.5;}
.opacityAlmost{opacity:0.3;}

.centerit{margin:0 auto;}
.margintop{margin-top: 10px;}
.marginleft{margin-left: 10px;}
.marginright{margin-right: 10px;}
.marginbottom{margin-bottom: 10px;}

.roundall{-moz-border-radius:5px;-webkit-border-radius: 5px;border-radius:5px;}
.roundleft{border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:5px;border-top-left-radius:5px;-moz-border-radius-topleft: 5px;-moz-border-radius-bottomleft: 5px;-webkit-border-top-left-radius:5px;-webkit-border-bottom-left-radius:5px;}
.roundright{border-top-right-radius:5px;border-bottom-right-radius:5px;-moz-border-radius-topright: 5px;-moz-border-radius-bottomright: 5px;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;border-bottom-left-radius:0px;border-top-left-radius:0px;}
.roundtop{border-top-right-radius:5px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-top-left-radius:5px; -moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;}
.roundbottom{border-top-right-radius:0px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-top-left-radius:0px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;}

.animate{-moz-transition: all 0.3s ease-out;  /*FF3.7+*/ -o-transition: all 0.3s ease-out;  /*Opera 10.5*/ -webkit-transition: all 0.3s ease-out;  /*Saf3.2+, Chrome*/ transition: all 0.3s ease-out;}

.shadow{-moz-box-shadow:0 0px 10px rgba(0,0,0,0.4);-webkit-box-shadow:0 0px 10px rgba(0,0,0,0.4);box-shadow:0 0px 10px rgba(0,0,0,0.4);}
.shadowbottom{-moz-box-shadow:0 2px 5px #000;-webkit-box-shadow:0 2px 5px #000;box-shadow:0 2px 5px #000;}

.separator {float: right;width: 7px;height: 80px;border-radius: 5px;background-color: rgba(230,230,230,0.8);box-shadow: 0 -1px 2px rgba(30,30,30,0.6);margin: 3px;}

/* ul,li{margin:0 0 0 0;padding:0 0 0 0;list-style-type: none;} ul.left li{float: left;} ul.right li{float: right;} ul.block li{display: block;clear:both;}
ul li{border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}*/

a, img{text-decoration: none;border:0;}
a{color: #15c;}

/* Buttons - by zurb.com */
.button, .button:visited {background: #222;display: inline-block; padding: 5px 10px 6px; color: #fff; text-decoration: none;border-radius: 5px; box-shadow: 0 1px 3px rgba(0,0,0,0.5);text-shadow: 0 -1px 1px rgba(0,0,0,0.25);border: 0px transparent none;border-bottom: 1px solid rgba(0,0,0,0.25);position: relative;cursor: pointer;font-weight: bold;line-height: 1;}
	.button:hover	{ background-color: #111; color: #fff; }
	.button:active	{ top: 1px; }

	.green.button, .green.button:visited { background-color: #91bd09; }
	.green.button:hover { background-color: #749a02; }
	.blue.button, .blue.button:visited { background-color: #2daebf; }
	.blue.button:hover { background-color: #007d9a; }
	.red.button, .red.button:visited { background-color: #e33100; }
	.red.button:hover { background-color: #872300; }
	.magenta.button, .magenta.button:visited { background-color: #a9014b; }
	.magenta.button:hover { background-color: #630030; }
	.orange.button, .orange.button:visited { background-color: #ff5c00; }
	.orange.button:hover { background-color: #d45500; }
	.yellow.button, .yellow.button:visited { background-color: #ffb515; }
	.yellow.button:hover { background-color: #fc9200; }

/*Overlay*/
.overlay {z-index:999;color:#333;font-size: 14px;background-color: rgba(255, 255, 255, 0.75);bottom: 0;left: 0;overflow: auto;padding: 20px;position: fixed;right: 0;top: 0;}
.overlay .page {position: relative;width: 500px;padding: 1em;margin: 10% auto;border-radius: 3px;background: white;box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);color: #333;}
.overlay .page .close{position:absolute;right:10px;top:10px;}
	.overlay .page .close i.icons:hover{border:1px solid transparent;}

/* Loader */
.loader{width: 60px;padding:3px;padding-left: 28px;background: transparent url(../images/loader.gif) no-repeat 3px 2px;border-radius: 3px;background-color: rgba(255,255,255,0.8);box-shadow: 0 0 8px rgba(0,0,0,0.5);font-size:12px;}
	.loader.global{position:absolute;right:50%;margin-right:-60px;top:10px;}

/* Percent Bar */
.percent-holder{float:left;position:relative;margin-left:11px;overflow: hidden;border-radius: 3px;background-color: #dfdfdf;box-shadow: inset 0 2px 3px rgba(0,0,0,0.5);width: 65%;height: 9px;}
	.percent-holder .percent-bar{position:absolute;right:0;top:0;width: 80%;height: 9px;background-color: rgba(51,153,204,0.5);border-radius:3px;}
.percent-value{bottom: 9px;position: relative;}

/*ToolTips*/
.tooltip {outline: none;cursor: help; text-decoration: none;position: relative;border: 0px;} * html a:hover { background: transparent; }
	.tooltip span {font-family: arial,sans-serif;margin-left: -999em;position: absolute;border-radius: 5px 5px;box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);}
		.tooltip:hover span {width: 250px;position: absolute;padding:0.8em;left: 1em;top: -1em;z-index: 99;margin-left: 0;font-style: normal;font-size: 13px;}
/*Messages*/
.messages{position:fixed;z-index: 20;width: 500px;margin-left:-250px;top:0;left:50%;padding:5px;border-radius: 0 0 8px 8px;border-top:0px;font-size:12px;box-shadow: 0 1px 14px rgba(0,0,0,0.4), inset 0 3px 7px rgba(0,0,0,0.2);opacity: .9;}
	.messages .close{position: absolute;right:5px;top:5px;}
		.messages .close i.icons:hover{border:1px solid transparent;}
</pre></body></html>