a:link {
	text-decoration: underline;
	color: #696969;
}
a:visited {
	color: #959595;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #ddc200;
}
a:active {
	text-decoration: none;
	color: #545454;
}
blockquote {
	color: #828282;
	line-height: 18px;
}
cite {
	color: #828282;
}
body {
	background-color: ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #828282;
	text-decoration: underline;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #959595;
	line-height: normal;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ddc200;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3d800;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	font-weight: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696969;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #696969;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	font-weight: normal;
	text-transform: uppercase;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #828282;
	text-indent: 20px;
}
.gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d3d3d3;
}
.black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#splash_overlay {background:url(/images/overlay/splash_overlay.png); position:fixed; top:0; left:0; width:100%; height:100%; z-index:100;}
	#splash_content_holder {position:absolute; top:0; left:0; width:100%; z-index:101; margin:0; padding:0;}
		#splash_content {width:924px; margin:0 auto; margin-top:120px; position:relative; text-align:center;}
#restbox { background: url('/images/overlay/restbox.png') no-repeat top left; width: 924px; height: 589px; padding-top: 36px; }

			#hidden {position:absolute; left:-9999px;}
        	#splash_content button#splash_close {background: url(/images/overlay/splash_close.gif) no-repeat; width:20px; height:20px; border:none; position:absolute; top:1px; right:2px; z-index: 100;}
	        	#splash_content button#splash_close:hover {cursor:pointer;}

