@charset "UTF-8";/* CSS Document */	img.bg {			/* Set rules to fill background */			min-height: 100%;			min-width: 1024px;						/* Set up proportionate scaling */			width: 100%;			height: auto;						/* Set up positioning */			position: fixed;			top: 0;			left: 0;		}				@media screen and (max-width: 1024px){			img.bg {				left: 50%;				margin-left: -512px; }		}body {	background-color: #0B74BF;}body,td,th {	font-size: 17px;	color: #D16834;	font-family: "Century Gothic", Georgia, Times New Roman, Times, serif;}.highlight {	color: #D16834;	font-weight: bold;}a {	font-weight:bold;	text-transform:lowercase;		color: #C68753;	}a:link {	text-decoration: none;	color: #DEA16A;}a:visited {	text-decoration: none;}a:hover {	text-decoration: underline;	color: #D16834;}a:active {	text-decoration: none;}	.copytext{	font-size: 10px;	color: #333;	text-align: right;	padding-right: 90px;}.allcaps{	letter-spacing:0.2em;	text-transform:uppercase;	color: #DEA16A;	}.entiretable{	position: relative; 		}	.mainbody {	padding-right:10px;	}	h1 {	font-size:26px;	color: #D05931;			}.copytextorange {	font-size: 10px;	color: #DEA16A;	text-align: right;	padding-right: 90px;}
