/* CSS Document */

/* GENERIC */

body {
	height: 100%;
	text-align: center;
	background: #fff;
	margin: 0;
	}	

html {
	height: 100%;
	font-size: 100%; /* IE hack */ 
	}		

.clear {
	clear: both;
	}

.hidden {
	display: none;
	}
	
hr {
	border-color: #E6E4E0;
	border-style: solid none;
	border-width: 1px 0pt;
	height: 1px;
	margin: 25px 0 30px 0;
	width: 100%;
}