/* CSS Document */


/* page setup */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#splashTable {
	background-image: url(images/splash_01.jpg);
	background-repeat: no-repeat;
}
#purchaseTable {
	background-image: url(images/purchase.jpg);
	background-repeat: no-repeat;
}
#altcontent {
	display: none;
}	

/* type setup */

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 13px;
	color: #999;
	
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #999;
}
.htmlTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
}
.style1 {
	color: #fff
}