@charset "UTF-8";
/* CSS Document */

html {
	width:100%;
	height:100%;
  }

body {
	padding:0;
	margin:0;
	color:#ffffff;
	font-family:Arial;
	font-size:100%;
	position:relative;
	height:100%;
  }

img {
	border:0;
  }

#progress {
	padding-left:50px;
	font-size:12px;
	color:#808080;
	line-height:1.5;
  }

#progress a:link {
	font-weight: normal;
	color:#30623f;
	font-size:12px;
  }

#progress a:hover {
	color:#000000;
  }

#progress a:visited {
	color:#808080;
  }

#progress p {
	margin-top:0;
	margin-bottom:11px;
  }