@charset "utf-8";
/* CSS Document */

/* The following makes pages 100% height */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}
/* end 100% height stuff */

/* Container owns everything on the page */
table.Container
{
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0;
}
td.Container
{
	vertical-align: top;
	height: 100%;
	width: 100%;
	padding: 0;
}
/* end container */
.fullSz {
	height: 100%;
	width: 100%;	
}
#bigEvent {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(images/eventbg.png);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}
.closeWin {
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	text-align: right;
	width: 100%;
}
.linkWht,a.linkWht:link,a.linkWht:visited {
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	/* color: #c9c8c6; spfinancial */
}
.linkWht2,a.linkWht2:link,a.linkWht2:visited {
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
}
a.linkWht:hover {
	color: white;
	text-decoration: none;
}
a.linkWht2:hover {
	color: white;
	text-decoration: underline;
}

