<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Reset */
body,img,p,h1,h2,h3,h4,h5,h6,ul,ol {margin:0; padding:0; list-style:none; border:none;}
/* End Reset */

body {font-size:0.8em; 	font-family:"Times New Roman" , Arial, Helvetica; background: #000;color:white;	}


/* Colors */
.color-yellow {background:#f2bc00;}
.color-red    {background:#dd0000;}
.color-blue   {background:#148ea4;}
.color-white  {background:#dfdfdf;}
.color-orange {background:#f66e00;}
.color-green  {background:#8dc100;}
.color-yellow h3,
.color-white h3,
.color-green h3
	{color:#000;}
.color-green h2
	{color:#000;}
.color-red h3,
.color-blue h2
	{color:#FFF;}
.color-orange h3
	{color:#FFF;}
.color-orange h2
	{color:#FFF;}
/* End Colors */

/* Head section */
#head {
    /*background: #000 url("../img/head-bg.png") repeat-x;*/
    height: 60px;
	text-align : center;
}
#head h1 {
    line-height: 50px;
    color: white;
    text-align: center;
    background: url("../img/top_banner1.gif") no-repeat left;
    text-indent: -9999em
}
/* End Head Section */

/* Columns section */

#columns .column {
    float: left;
    width: 33.3%;
		/* Min-height: */
		min-height: 420px;
		height: auto !important; 
		height: 420px;
}

#columns #column1 .widget { margin: 10px 0px 0px 10px; }
#columns #column3 .widget { margin: 10px 0px 0px 10px; }
#columns .widget {
    margin: 10px 0px 0px 10px;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#columns .widget .widget-head {
    color: #000;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
#columns .widget .widget-head h3 {
    padding: 0 5px;
    float: left;
}
#columns .widget .widget-head h2 {
    padding: 3px;
    float: left;
	font:   16px "Times New Roman" , Arial, Helvetica;
	font-weight:bold;
}
#columns .widget .widget-content {
    background: #2E2E2E  repeat-x;
    padding: 0px 5px;
    color: #DDD;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    overflow: hidden;
}
#columns .widget .widget-content p {
    padding: 0.8em 0;
    border-bottom: 1px solid #666;
}
#columns .widget .widget-content img {
    margin: 10px;
    border: 1px solid #FFF;
}
#columns .widget .widget-content a {
    text-decoration: none;
	font:   20px "Times New Roman" , Arial, Helvetica;
	font-weight:bold;
	color: #DDD;
	padding: 0px;
	margin: 0px;

	
}
#columns .widget .widget-content a:hover {color: red;}


#columns .widget .widget-content pre {
    padding: 0.5em 5px;
    color: #EEE;
    font-size: 12px;
}
#columns .widget .widget-content ul {
    padding: 5px 0 5px 20px;
    list-style: disc;
}
#columns .widget .widget-content ul li {padding: 3px 0;}
#columns .widget .widget-content ul.images {
    padding: 7px 0 0 0;
    list-style: none;
    height: 1%;
}
#columns .widget .widget-content ul.images li {
    display: inline;
    float: left;
}
#columns .widget .widget-content ul.images img {
    display: inline;
    float: left;
    margin: 0 0 7px 7px;
}
/* End Columns section */



	

/* Columns section */

#columns_d .column {
    width: 100%;
		/* Min-height: */
		min-height: 100px;
		height: auto !important; 
		height: 100px;
		/* Max-width: */
		max-width: 1000px;
		width: auto !important; 
		width: 1000px;
}


#columns_d #column1 .widget { margin: 20px 10px 0 0px; }
#columns_d #column3 .widget { margin: 20px 0px 0 10px; }
#columns_d .widget {
    margin: 20px 10px 0 10px;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#columns_d .widget .widget-head {
    color: #000;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
#columns_d .widget .widget-head h3 {
    padding: 0 5px;
    float: left;
}
#columns_d .widget .widget-content {
    background: #333  repeat-x;
    padding: 0 5px;
    color: #DDD;
	font:   16px "Times New Roman" , Arial, Helvetica;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    line-height: 1.2em;
    overflow: hidden;
}

#columns_d.widget .widget-content h2 a {
    text-decoration: none;
	font:   18px "Times New Roman" , Arial, Helvetica;
	font-weight:bold;
	word-spacing:5px;
	color: #DDD;
	
}
/* Footer section */
#footerCol {
    height: 30px;
    color: white;
    clear: both;
    margin: 5px 0 0 0;
    padding: 10px 0 0 10px;
    text-align: center;
}
/* End Footer section */


/* End Columns section */

.loading-indicator {
	height: 80px;
	width: 80px;
	background: url( '../img/loading-bars.gif' );
	background-repeat: no-repeat;
	background-position: center center;
}

.loading-indicator-overlay {
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

.prizetitle {
  padding-top: 3px;
  padding-bottom: 3px;
  color: #DDD; 
  background: #1c1c1c;  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  font:  15px "Times New Roman" ;
  font-weight:bold;
 letter-spacing:2px

}

h4{

	padding-top:1.4px;
	padding-bottom:1.4px;
	letter-spacing:1px
}
h5{
	padding-top:2px;
	padding-bottom:2px;
	text-decoration: none;
	font:   14px "Times New Roman" , Arial, Helvetica;
	font-weight:bold;
	color: #DDD;
	padding: 0px;
	margin: 0px;

}

.footer1 {
	text-align:center;
	font-size:14px;
	color:#ddd;
}

a:link {
  color: #ddd;
}



.menu_l hover, .menu_l  active{
	color:red;
	border: none;
	font-weight: bold;
}   

.menu_l  {
	font: bold 14px arial;
	text-decoration: none;
	color: #f2bc00;
	outline: none;
	text-align: center;
	top: 5px;
	text-transform: uppercase;
	letter-spacing: 0;
	display: block;
	float: left;
	height: 20px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}          


.header_menu{
	text-align:center;
	width:100%;
	height:35px;
	clear:both;
	background:#000 url(../img/stripe.gif) repeat top left;
	border-bottom:7px solid #222;
	font-size:11px;
	line-height:35px;
	font-style:italic;
}
.header_menu a{
	color:#aaa;
	text-shadow:1px 1px 1px #000;
	padding-right:20px;
}
.header_menu a:hover{
	color:#fff;
}

.footer {
	position:absolute;
	width:100%;
	height:50px;
	line-height:50px;
	bottom:0; /* stick to bottom */
	background:#f0f0f0;
	border-top:7px solid #222;
	text-align:center;
	text-shadow:1px 1px 1px #000;
	color:#fff;
	background:#000 url(../img/stripe.gif) repeat top left;
	z-index:0;
}
.footer a{
	color:#aaa;
	padding:0px 10px;
	text-shadow:1px 1px 1px #000;
}
.footer a:hover{
	color:#fff;
	text-shadow:0px 0px 1px #fff;
}
ul.menu{
	list-style:none;
	position:fixed;
	height:270px;
	width:54px;
	left:660px;
	top:42px;
}
ul.menu li{
	display:block;
}
ul.menu li a{
	background:#555;
	display:block;
	padding:10px;
	width:30px;
	height:30px;
	line-height:30px;
	outline:none;
	border:2px solid #333;
	text-align:center;
}
ul.menu li a:hover{
	background:#fff;
}
ul.menu li a img{
	border:none;
}

/* tables */
table.weekend {
	font-family:arial;
	background-color: RED;
	margin:10px 0pt 15px;
	font-size: 10pt;
	width: 50px;
	text-align: center;
	
}
table.weekend thead tr th, table.weekend tfoot tr th {
	background-color: RED;
	color: black;
	border: 1px solid RED;
	font-size: 12pt;
	padding: 4px;
	font-weight:bold;
}
table.weekend thead tr .header {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.weekend tbody td {
	color: White;
	padding: 4px;
	background-color: Black;
	vertical-align: top;
	border: 1px solid RED;
	font-weight:bold;
}
/* tables */
table.weekday {
	font-family:arial;
	background-color: #FFD700;
	margin:10px 0pt 15px;
	font-size: 10pt;
	width: 50px;
	text-align: center;
}
table.weekday thead tr th, table.weekday tfoot tr th {
	background-color: #FFD700;
	color: black;
	border: 1px solid #FFD700;
	font-size: 12pt;
	padding: 4px;
	font-weight:bold;
}
table.weekday thead tr .header {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.weekday tbody td {
	color: White;
	padding: 4px;
	background-color: Black;
	vertical-align: top;
	border: 1px solid #FFD700;
	font-weight:bold;
}
table.weekday a {
	display: block; 
	width: 100%;
}


.CSSTableGenerator {

	margin:0px;padding:0px;

	width:100%;

	border:1px solid #000000;

	

	-moz-border-radius-bottomleft:0px;

	-webkit-border-bottom-left-radius:0px;

	border-bottom-left-radius:0px;

	

	-moz-border-radius-bottomright:0px;

	-webkit-border-bottom-right-radius:0px;

	border-bottom-right-radius:0px;

	

	-moz-border-radius-topright:0px;

	-webkit-border-top-right-radius:0px;

	border-top-right-radius:0px;

	

	-moz-border-radius-topleft:0px;

	-webkit-border-top-left-radius:0px;

	border-top-left-radius:0px;

}.CSSTableGenerator table{

	width:100%;

	height:100%;

	margin:0px;padding:0px;

}.CSSTableGenerator tr:last-child td:last-child {

	-moz-border-radius-bottomright:0px;

	-webkit-border-bottom-right-radius:0px;

	border-bottom-right-radius:0px;

}

.CSSTableGenerator table tr:first-child td:first-child {

	-moz-border-radius-topleft:0px;

	-webkit-border-top-left-radius:0px;

	border-top-left-radius:0px;

}

.CSSTableGenerator table tr:first-child td:last-child {

	-moz-border-radius-topright:0px;

	-webkit-border-top-right-radius:0px;

	border-top-right-radius:0px;

}.CSSTableGenerator tr:last-child td:first-child{

	-moz-border-radius-bottomleft:0px;

	-webkit-border-bottom-left-radius:0px;

	border-bottom-left-radius:0px;

}.CSSTableGenerator tr:hover td{

	background-color:#ffaaaa;

		


}

.CSSTableGenerator td{

	vertical-align:middle;

	

	background-color:#ffffff;


	border:1px solid #000000;

	border-width:0px 1px 1px 0px;

	text-align:left;

	padding:7px;

	font-size:13px;

	font-family:Arial;

	font-weight:bold;

	color:#000000;

}.CSSTableGenerator tr:last-child td{

	border-width:0px 1px 0px 0px;

}.CSSTableGenerator tr td:last-child{

	border-width:0px 0px 1px 0px;

}.CSSTableGenerator tr:last-child td:last-child{

	border-width:0px 0px 0px 0px;

}

.CSSTableGenerator tr:first-child td{

		background:-o-linear-gradient(bottom, #ff5656 5%, #7f0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5656), color-stop(1, #7f0000) );
	background:-moz-linear-gradient( center top, #ff5656 5%, #7f0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5656", endColorstr="#7f0000");	background: -o-linear-gradient(top,#ff5656,7f0000);


	background-color:#ff5656;

	border:0px solid #000000;

	text-align:center;

	border-width:0px 0px 1px 1px;

	font-size:18px;

	font-family:Arial;

	font-weight:bold;

	color:#ffffff;

}

.CSSTableGenerator tr:first-child:hover td{

	background:-o-linear-gradient(bottom, #ff5656 5%, #7f0000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff5656), color-stop(1, #7f0000) );
	background:-moz-linear-gradient( center top, #ff5656 5%, #7f0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5656", endColorstr="#7f0000");	background: -o-linear-gradient(top,#ff5656,7f0000);


	background-color:#ff5656;

}

.CSSTableGenerator tr:first-child td:first-child{

	border-width:0px 0px 1px 0px;

}

.CSSTableGenerator tr:first-child td:last-child{

	border-width:0px 0px 1px 1px;

}
.CSSTableGenerator a{
	color : black;
}

.info{margin:20px 50px; padding:10px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.info{border:1px solid #0e7fad;color:#0e7fad;background:#c0e9fa; background-position:30px 20px;}

.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:12px Arial;
}
table.DataTable1 {
color : black;
background : #fff;
border: solid #ccc 1px;
font : bold 19px 'trebuchet MS', 'Lucida sans', Arial;
padding : 0;
color : #666;
border-collapse : collapse;
vertical-align : middle;
text-align : center;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 1px 1px #ccc; 
-moz-box-shadow: 0 1px 1px #ccc; 
box-shadow: 0 1px 1px #ccc;   

width : 800px;
}
table.DataTable1 td {
padding : 4px 10px 4px 10px;
}
table.DataTable1 th {
color : white;
background : black;
padding : 4px 10px 4px 10px;
}


.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:10px 5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.button:active {
	position:relative;
	top:1px;
}
.today {
	color: Black;
	font-weight:bold;
	font-size:15px;
	float:right;
	padding: 0 5px 0 0;

}

.gray-background{
		  padding-top: 3px;
  padding-bottom: 3px;
  color: #DDD; 
  background: #888888;  
	border-style: solid 1px;
	border-color: white;
	-webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  font:  15px "Times New Roman" ;
  font-weight:bold;
 letter-spacing:2px

}
</pre></body></html>