.progresscontainer {
	width: 100px;
	height: 3px;
	background-color: #aaaaaa;
}

.progressbar {
	width: 0px;
	height: 3px;
	background-color: black;
}

body
	{
	margin: 0px;
	background-color:#ccc;
	}

h1 {
	margin-top: 10px;
}

div.inputhead {
	font-size: x-small;
}

.input {
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: small;
}

.data {
	margin-left: 20px;
}

.progcontent
{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
		text-decoration:none;
		font-weight:bold;
		line-height:20px;
}

.ht {
	height:15px;
}

