/* CSS Document */

#splash_bg {
	background-image: url(images/splash_bg2.jpg);
	height: 800px;
	width: 800px;
	border-top-color: #294B9C;
	border-right-color: #294B9C;
	border-bottom-color: #294B9C;
	border-left-color: #294B9C;
	border: 1;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	}

#splash_content {
	margin-left: 40px;
	margin-right: 40px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

a.linkopacity img {
filter:alpha(opacity=70); 
-moz-opacity: 0.70; 
opacity: 0.70;}	
	
a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #294B9C;
