@charset "UTF-8";
/* CSS Document */

#header {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
	
	position: fixed;
	top: 0;
	left: 0;

	z-index: 1000;
	
	color: #000000;
	
	text-align: left;
	
	padding: 10px;
	
	width: 100%;
	
	background-color: #FFFFFF;
	height: 75px;
	

}

#footer {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
	
	position: static;
	bottom: 0;
	left: 0;

	z-index: 1000;
	
	color: #000000;
	
	text-align: left;
		
	width: 100%;
	
	background-color: #FFFFFF;
	height: 100px;
	

}

a.link {
	color: #000000;
	text-decoration: none;
}

a.link:hover {
	text-decoration: underline;
}
