body { 
	background: #000000 url(pix/page.gif);
	margin: 0;
	padding: 0;
	text-align: center;
}
h1{
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
h2{
	font-size: 16px;
	font-weight: bold;
	color: #CC6600;
}
h3{
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}
a {
	color: #CC3300;
}
a:hover {
	color: #FF6600;
}
table.container {
	width: 100%;
	height: 100%;
	background: url(pix/tablebg.gif) no-repeat center center;
}
td.alpharow {
	
	vertical-align: middle;
	text-align: center;
}
#alpha {
	position: relative;
	margin: 0 auto;
	width: 750px;
	height: 500px;
	border: 1px solid #CC9966;
	background: url(pix/alpha-dark.jpg) no-repeat;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #660000;
	overflow: hidden;
}
#flash {
	position: absolute;
	top: 0;
	right: 0;
	width: 748px;
	height: 4980px;	
}
/*
#btmleft {
	display: none;
}
#blcontent {
	position: relative;
	width: 100%;
}
#blscrollarea {
	display: none;
}
#blscroller {
	position: relative;
	width: 10px;
	background: #CC6600 url(pix/scrollbar.gif) repeat-x center center;
}
#btmright {
	display: none;
}
#brcontent {
	position: relative;
	width: 100%;
}
#brscrollarea {
	display: none;
}
#brscroller {
	position: relative;
	width: 10px;
	background: #CC6600 url(pix/scrollbar.gif) repeat-x center center;
}
*/
#address {
	position: absolute;
	top: 455px;
	left: 56px;
	width: 464px;
	height: 15px;
	text-align: center;
	background: #330000 url(pix/addressbg.jpg) repeat-x;
	color: #CC9966;
	font-weight: bold;
	font-size: 11px;
}
*html #address {
	width: 468px;
	left: 52px;
}
table {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	color: #660000;
}
img {
	border: 1px solid #330000;
}
#pagetext {
	position: absolute;
	top: 110px;
	left: 56px;
	width: 436px;
	height: 330px;
	overflow: hidden;
	border: 1px solid #663300;
	padding: 6px;
}
*html #pagetext {
	height: 342px;
	width: 454px;
	left: 52px;
}
#ptcontent {
	position: relative;
	width: 100%;
}
#scrollArea {
	position: absolute;
	left: 508px;
	top: 110px;
	height: 342px;
	width: 10px;
	background: #663300 url(pix/page.gif);
	overflow: hidden;
	z-index : 1;
	border: 1px solid #663300;
}
*html #scrollarea {
	left: 510px;
}
#scroller {
	position: relative;
	width: 10px;
	background: #CC6600 url(pix/scrollbar.gif) repeat-x center center;
}
#edit {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 75px;
	height: 25px;
	text-align: right;
}
#edit a {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
#edit a:hover {
	color: #993300;
}
#bytds {
	color: #CC6600;
}
.clearer {clear:both;}