.homeInfoBoxHeader {
	width:32%;
	text-align:center;
	background-image:url('/images/backgrounds/home_bottomBlocks.jpg');
	border:solid 1px #000000;
	font-weight:bold;
	color:#eaeaea;
	font-size:1.3em;
	}

.homeInfoBoxContent {
	background-color:#000000;
	color:#ffffff;
	padding:5px;
	padding-bottom:10px;
	font-size:1.1em;
	text-align:center;
	}
	
A.homeInfoBoxLink {
	text-decoration: none;
	color:#ffcc00;
	}

A.homeInfoBoxLink:hover {
	color: #3399ff; 
	}
	
A.homeInfoBoxLink:visited, active {
	text-decoration: none;
	color: #ffcc00; 
	}		