h1 {
	font-size:14px;
	padding:4px 0 0px 0;
	margin:0 0 21px 0;
	font-weight:normal;
	display:block;
}

h2 {
	font-size:14px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

h3, h4 {
	font-size:12px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

.stock {
	padding:0px;
	margin:0px;
}

.stock {
	width: 100%;
}

.stock td, .stock th {
	padding:4px;
}

.stock th {
	background-color: #eee;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #666;
}

.stock td {
	background-color: #fff;
	text-align: center;
}

.stock td.grey {
	background-color: #eee;
}

.stock input, .stock select {
	width: 220px;
}

.stock input.submit {
}