<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #101010;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #container #mainContent p {
	font-size: 12px;
	line-height: 22px;
	color: #333;
}
.oneColFixCtrHdr #container #mainContent h1 {
	color: #0072A5;
	font-size: 26px;
	font-weight: normal;
}
.bluediv {
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	background-color: #008BBE;
	margin-top: 0px;
	background-image: url(images/bluediv.png);
	background-repeat: no-repeat;
}
.headings {
	background-image: url(images/headings.png);
	padding: 14px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #container #mainContent .headings {
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
}
.oneColFixCtrHdr #container #mainContent .bluediv p {
	color: #FFF;
}
.reddiv {
	margin-top: 0px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	background-color: #099;
}
.oneColFixCtrHdr #container #mainContent .reddiv p {
	color: #FFF;
}
.headingsred {
	background-image: url(images/headings-red.png);
	background-repeat: no-repeat;
	padding: 14px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #container #mainContent .headingsred {
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
}
.greendiv {
	background-color: #008BBE;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.oneColFixCtrHdr #container #mainContent .greendiv p {
	color: #FFF;
}
.headingsgreen {
	font-weight: bold;
	color: #FFF;
	background-image: url(images/headingsgreen.png);
	background-repeat: no-repeat;
	padding: 14px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #container #mainContent .headingsgreen {
	font-weight: bold;
	color: #FFF;
	font-size: 13px;
}
.fundinghead {
	background-image: url(images/fundingheading.png);
	padding: 14px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #container #mainContent .fundinghead {
	font-weight: bold;
	color: #FFF;
	font-size: 13px;
}
.feesheading {
	background-image: url(images/feesheading.png);
	padding: 14px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #container #mainContent .feesheading {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}
.usaheadings {
	background-image: url(images/usaheading.png);
	padding: 14px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #container #mainContent .usaheadings {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}
.reviewdiv {
	background-image: url(images/reviewdiv.png);
	padding: 13px;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.casinosheading {
	padding: 12px;
	margin-bottom: 0px;
	background-image: url(images/casinotitle.png);
}
.oneColFixCtrHdr #container #mainContent .casinosheading {
	font-weight: normal;
	color: #FFF;
	font-size: 24px;
}
.oneColFixCtrHdr #container #mainContent table tr td {
	font-size: 13px;
	line-height: 20px;
	color: #333;
}
.reviewcontent {
	background-image: url(images/reviewdiv.png);
	background-repeat: no-repeat;
}
.reviewpic {
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #069;
	border-left-color: #069;
	background-image: url(images/reviewpic.png);
	background-repeat: no-repeat;
}
.reviewtitle {
	font-weight: bold;
	color: #000;
}
.oneColFixCtrHdr #container #mainContent table tr .reviewcontent .reviewtitle {
	font-size: 14px;
	color: #4365A0;
}
.ttop {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/ttop.png);
	padding: 3px;
}
.tcell {
	background-image: url(images/tcell.png);
	padding: 2px;
}
img {border: 0}.display {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #BF0005;
}
.attention {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00A0D4;
}
</pre></body></html>