/* homepageIngo
-------------------------------------------------------------------------------*/
#homepageInfo {
	padding: 0 0 20px 0;
	clear: both;
	position: relative;
	text-align: center;
}

	#homepageInfo h3 {
		font-size: 12px;
		margin: 0 0 20px 0;
	}

	#homepageInfo p {
		margin: 10px 20px;
		font-size: 12px;
		text-align: left;
		line-height: 18px;
	}
	
	p a:link,
	p a:visited {
		color: #000;
		text-decoration: underline;
		font-weight: bold;
	}
	
	p.registerInfo {
		font-size: 12px !important;
		line-height: 16px;	
	}
	
		p.registerInfo a:link,
		p.registerInfo a:visited {
			color: #000;
			text-decoration: underline;
			font-weight: bold;
		}
	
	p.feedbackInfo {
		font-size: 12px !important;
		line-height: 16px;
	}
