﻿h1 {
	font-size: 16pt;
	color: white;
	background-color: #b92626;
	border: solid 2px #333;
	overflow: hidden;
	text-align: center;
}
h4 {
	color: #b92626;
	font-weight: bold;
	margin-left: 40px;
	font-size: 9pt;
	text-transform: uppercase;
	margin-bottom: 5px;
}
img {
	float: right;
	margin-right: 2px;
}
#Compensation, #MinWage {
	text-align: center;
	font-size: 11pt;
	border: solid 1px black;
	vertical-align: middle;
	width: 500px;
	background-color: white;
	border-collapse: collapse;
	margin-bottom: 10px;
}
#MinWage {
	width: 650px;
}
#Compensation td, #MinWage td {
	margin: 0;
	padding: 2px;
	border: 0;
}
#Compensation tr.odd, #MinWage tr.odd {
	background-color: #CCC;
}
#Compensation tr.header, #MinWage tr.header {
	background-color: #b92626;
	color: white;
	font-weight: bold;
}
