html {	height: 100%;	font-weight: 600;	font-size: 10pt; 	text-decoration: none;	font-family: Verdana;	color: #000000;}body {	height: 100%;	margin: 0;	padding: 0;	background-image: url("wood-tile.jpg");	background-repeat: repeat-x repeat-y;}/* this is now the preferred centering solution */#container {	position: absolute;	top: 50%;	left: 50%;	width: 800px;/* MUST set this to dimensions of main content (ie swf or whatnot) */	height: 650px;/* ditto - NOTE: this content includes a text footer!!! */	margin-top:	-325px;/* set margins to half of those dimensions */	margin-left: -400px;	padding:	0px;	overflow: hidden;	z-index:	1;}#swfContInner,#swfContOuter {	width: 800px;/* MUST set this to dimensions of main content (ie swf or whatnot) */	height: 600px;/* ditto */	position: relative;}.clear {	font-size: 0px;/* for IE -- avoid any space from phantom text */	height: 1px;	background:	transparent;/* for IE -- avoid space from inherited filters */	margin-bottom:	-1px;	clear: both;}/* fixes dotted border bug in FF when mouse-activated; border left alone for tabbing */a:active {	outline:	none;}.warn {	font-weight: 800;	font-size: 10pt; 	text-decoration: none;	font-family: Verdana;	color: #FD1313;}.hilite {	font-weight: 600;	font-size: 10pt; 	text-decoration: none;	font-family: Verdana;	color: #1B51A0;}.footText {	font-weight:normal;	font-size: 8pt; 	text-decoration: none;	font-family: Verdana;	color: #201e1f;}.footText a:link{	font-weight:normal;	font-size: 8pt; 	text-decoration: none;	font-family: Verdana;	color: #a131ca;}.footText a:visited{	font-weight:normal;	font-size: 8pt; 	text-decoration: none;	font-family: Verdana;	color: #7621df;}.footText a:active{	font-weight:normal;	font-size: 8pt; 	text-decoration: none;	font-family: Verdana;	color: #2138df;}.footText a:hover{	font-weight:normal;	font-size: 8pt; 	text-decoration: none;	font-family: Verdana;	color: #df7621;}
