/* CSS Document */

a:link { 
	color: #00ACDC;
	text-decoration: none;
	}
	
a:visited { 
	color: #00ACDC;
	text-decoration: none;
	}
	
a:hover { 
	color: #00ACDC;
	text-decoration: underline;
	}
	
a:active {
	color: #00ACDC;
}

.footer {
	margin-top:10px;
}

.footer_block {
	float:left;
	width: 156px;
	text-align:center;
	background-color:#ffffff;
	font: 80% Arial,sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
  }