<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	.fl{float:left;}
	.fr{float:right;}
	.w120{width:120px;}
 	
	

	/*! Freebie Skelet */
	ul.expmenu { width: 230px; }
	ul.expmenu * { list-style: none; }
	ul.expmenu &gt; li &gt; div.header { padding: 12px; border-bottom: 1px #0176c1 solid; }
	ul.expmenu &gt; li &gt; div.header .active{ padding: 12px; border-bottom: 1px #df343a solid; }
	ul.expmenu &gt; li:last-child &gt; div.header { border-bottom: none; }
	ul.expmenu &gt; li ul li { background-color: #ececec; padding: 12px; border-bottom: 1px solid #dcdcdc; border-top: 1px solid #fff; color: #727272; text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8); }
	ul.expmenu &gt; li ul li:last-child { border-bottom: none; }
	ul.expmenu &gt; li ul li.selected { background-color: #f4f4f4;     color:#027FCF;}
	ul.expmenu &gt; li ul li.selected a{ color: #0176c1 ;}
	ul.expmenu div.header
	{
		color: #FFFFFF;
		text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);

		background: #027fcf; /* Old browsers */
		background: -moz-linear-gradient(top, #027fcf 0%, #027fcf 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#027fcf), color-stop(100%,#027fcf)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #027fcf 0%,#027fcf 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #027fcf 0%,#027fcf 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #027fcf 0%,#027fcf 100%); /* IE10+ */
		background: linear-gradient(to bottom, #027fcf 0%,#027fcf 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#027fcf', endColorstr='#027fcf',GradientType=0 ); /* IE6-9 */
	}
	ul.expmenu &gt; li &gt; div.header &gt; .label { /*padding-left: 24px; */background: no-repeat;font-size:14px; }
	ul.expmenu &gt; li &gt; div.header &gt; .label a{ /*padding-left: 24px; */color:#FFFFFF; }
	ul.expmenu &gt; li &gt; div.header &gt; .arrow { display: block; width: 16px; height: 16px; background: no-repeat center; float: right; }
	ul.expmenu &gt; li &gt; div.header &gt; .arrow.up { background-image: url(../images/arrow_u.png); }
	ul.expmenu &gt; li &gt; div.header &gt; .arrow.down { background-image: url(../images/arrow_d.png); }

		/* Mouse Events */
		ul.expmenu div.header:hover
		{
			background: #0176c1; /* Old browsers */
			background: -moz-linear-gradient(top, #0176c1 0%, #0176c1 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0176c1), color-stop(100%,#0176c1)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #0176c1 0%,#0176c1 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #0176c1 0%,#0176c1 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #0176c1 0%,#0176c1 100%); /* IE10+ */
			background: linear-gradient(to bottom, #0176c1 0%,#0176c1 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0176c1', endColorstr='#0176c1',GradientType=0 ); /* IE6-9 */

			cursor: pointer;
		}

		ul.expmenu &gt; li ul li:not(.selected):hover
		{
			background: #e7e7e7; /* Old browsers */
			    color: #027FCF;
			cursor: pointer;
		}
		ul.expmenu &gt; li ul li:not(.selected):active
		{
			background: #f1f1f1; /* Old browsers */

			cursor: pointer;
		}


	body{}
	ul#pagination-freebie { display: table; padding-right: 20px; margin: 20px auto; list-style: none; }
	ul#pagination-freebie:last-child { padding-right: 0; }
	ul#pagination-freebie li { float: left; margin-bottom: 20px }
	ul#pagination-freebie li:last-child { margin-right: 0; }

	div#text { text-align: center; font-size: 48px; width: 610px; margin: 0 auto; margin-top: 50px; margin-top: 80px; }
	div#smalltext { text-align: center; font-size: 15px; width: 600px; margin: 0 auto; }
	div#content { display: table; }
	</pre></body></html>