body {
	background-color: #000;
	color: #ff9;
	font-family: Arial;
	font-size: 10pt;
}/*
div {
	border: thin solid #fff;
}*/
img {
	border: none;
}
a {
	color: #ff9;
	font-style: italic;
}
a:hover {
	color: #ff0;
}
a:hover img {
	border: 1px solid #ff9;
}
.footer {
	color: #fff;
	text-align: center;
}
#introwrapper {
	width: 100%;
	text-align: center;
}
.slotslookalike {
	width: 300px;
	text-align: center;
}
#mainlogo {
	text-align: center;
}
#intro_text {
	width: 100%;
	text-align: center;
}
.heading {
	font-size: 10pt;
	text-align: center;
	color: #FF0000;
}
.enter {
	background-image: url(images/buttons/enter.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 20px;
	width: 100px;
	margin: 0 auto;
	font-size: 0px;
}
.enter:hover {
	background-image: url(images/buttons/enter_down.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	height: 20px;
	width: 100px;
	color: #675400;
}
#header {
	text-align: center;
}
#bodywrap {
	width: 805px;
}
#bodywrap td {
	vertical-align: top;
	padding: 2px 5px;
}
#page {
	width: 150px;
	text-align: center;
	border: 1px solid #ff9;
	font-size: 11px;
	font-weight: bold;
}
#top_banner {
	text-align: center;
}
#menuright {
	width: 150px;
	text-align: center;
}
#left_banner {
	text-align: center;
}
#bodytext {
	padding: 5px 10px;
	border: 1px solid #ff9;
	text-align: justify;	
}
#page h2 {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
.border_link {
	display: block;
	border: thin groove #00ff99; 
	width: 96%; 
	margin: 10px 2%;
	padding: 5px;
}
.dashed_border {
	display: block;
	border-top: 2px dashed #ffff99;
	border-bottom: 2px dashed #ffff99;
	background-color:#222222;
	width: 100%;
/*	margin: 10px -5px;
	padding: 5px;*/
	color: #FFFF99;
	text-align: center;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
#bodytext h1 {
	text-align: center;
	text-decoration: underline;
}
#info_table, #links_table, #lbtable {
	border: 1px solid #ff9;
	width: 96%;
	margin-left: 2%;
	font-size: 10pt;
}
#links_table td {
	vertical-align: top;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 5px;
	width: 50%;
}
#links_table a {
	font-weight: bold;
}
#info_table td {
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 5px;
}
.info_table_heading {
	font-weight: bold;
	width: 15%;
}
#lbtable td {
	vertical-align: top;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 5px;
}
.links {
	border: 1px solid #404040;
	padding: 2px 0px;
	font-size: 10pt;
	text-align: left;

}
.links li {
	list-style-type: none;
	background: url(images/link.gif) left center no-repeat;
	height: 20px;
	padding-left: 23px;

}
.links a {
	text-decoration: none;
}

div.transbox {
	background-color:#CCCCCC;
	border:1px solid black;
	filter:alpha(opacity=80);
	opacity:0.8;
	overflow: auto;
	position: absolute;
	text-align: center;
	left: 0px;
	top: 0px;
	display:block;
}

div.transbox p {
margin:30px 10px;
font-weight:bold;
color:#000000;
}
div.transbox h1 {
margin: 40px 10px;
font-weight: bold;
color: #FF0000;
font-size: 20pt;
}