html {	height: 100%;	font-weight: 600;	font-size: 10pt; 	text-decoration: none;	font-family: Verdana;}body  {	height: 100%;	margin: 0px;	padding: 0px;	background-image: url("images/bg-tile_bwp.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;}.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;}.bodyText {	font-weight:600;	font-size:13pt	font-family:Times New Roman, Times, serif;	text-align: left;	color: #FFFFFF;}.bodyText a:link{	font-weight:600;	font-size:13pt; 	text-decoration: none;	font-family:Times New Roman, Times, serif;	text-align: left;	color: #373636;}.bodyText a:visited{	font-weight:600;	font-size:13pt; 	text-decoration: none;	font-family:Times New Roman, Times, serif;	text-align: left;	color: #000000;}.bodyText a:active{	font-weight:600;	font-size:13pt; 	text-decoration: none;	font-family:Times New Roman, Times, serif;	text-align: left;	color: #012903;}.bodyText a:hover{	font-weight:600;	font-size:13pt; 	text-decoration: none;	font-family:Times New Roman, Times, serif;	text-align: left;	color:#031273;}