/*---------------*/
/* Splash Styles */
/*---------------*/

body {
    margin: 5px 0 5px 0;
    font-family: Arial, Helvetica, sans-serif;
}

a:link {	
	color: #26333B;
	font-weight: bold;
	text-decoration: none;
}

a:visited {	
	color: #26333B;
	font-weight: bold;
	text-decoration: none;
}

a:active {	
	color: #26333B;
	font-weight: bold;
	text-decoration: none;
}

a:hover {	
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}

.divSplash
{
	border:1px;
	width: 85%;
}

.divSplash a:link
{
	color: #26333B;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
}

.divSplash a:visited
{
	color: #26333B;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
}

.divSplash a:active
{
	color: #26333B;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
}

.divSplash a:hover
{
	color: #555555;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
}

#splash-text {
	color: #26333B; 
	font-size: 14px;
	font-weight:bold;
	width: 75%;
}

#splash-h1 {
	color: #26333B; 
	font-size:24px; 
	padding:0px; 
	margin:4px;
}

.enter a:link {color: #26333B; text-decoration:underline; font-size:44px; font-weight:bold;}
.enter a:visited {color: #26333B; text-decoration:underline; font-size:44px;font-weight:bold;}
.enter a:active  {color: #26333B; text-decoration:underline; font-size:44px;font-weight:bold;}
.enter a:hover  {color: #555555; text-decoration:underline; font-size:44px;font-weight:bold;}

/*--------------------*/
/* Spinner Div Styles */
/*--------------------*/
#spinner
{
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
	z-index: 1;
	background: url(/public/img/wait.gif);
	height: 32px;
	width: 32px;
}	
