@charset "UTF-8";
/* CSS Document */

	a:link {
		color: #999999;
		text-decoration: none;
	}
	a:visited {
		color: #999999;
		text-decoration: none;
	}
			
	a:hover {
		color: #005f91;
		text-decoration: none;
	}
	
	
	
	body {
		background-color: #f8f8f8;
		font: .8em/1.3em verdana,helvetica,sans-serif, arial;
	}

	#header {
		background-color: #f8faf6;
		width: 100%;
		height: 10px;
		color: #FFFFFF;		
	}
	
	
	#flashcontent {
		width: 100%;
		height: 600px;	
	}
		

	#splash_bottom {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	}
	
	#footer {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		font-weight: normal;
		color: #454545;
		position: absolute;
		left: 20px;;
	}
	
	#footer2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		font-weight: normal;
		color: #666666;
		position: absolute;
		left: 110px;;
	}
	#footer3 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		font-weight: normal;
		color: #999999;
	}