/* CSS Document */

html {
	height: 100.05%;
}



hr
{
	border: none 0;
	border-top: 1px dashed #CCC;
	height : 1px;
}
hr.separator
{
	border: none 0;
	border-top: 1px solid #999999;
	height : 1px;
	width : 40%;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	margin-top:7px;
	margin-bottom:7px;
}

body {
	height: 100%;
	margin: 0px;
	
	background-repeat:repeat-y;
	background-position:center;
	background-color:#FFFFFF;

	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
	font-size: 12px;
	color:#000000;
	text-align:center;
}


