/* Remove extra padding/margins from forms, which can mess up layouts */
form {
	margin: 0;
	padding: 0;
}

h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
}

h2 {
	font-size: 21px;
	font-weight: normal;
	color: #0066CC;
}

h3 {
	font-size: 19px;
	font-weight: normal;
	color: #006C2C;
}

h4 {
	font-size: 17px;
	color: #666666;
}


/* Give the page title a generic look */
#PageTitle h1 {
	padding: 5px;
	padding-left: 12px;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	border-bottom: 1px solid #666666;
}

td#PageBody {
	padding: 12px;
}

table#Footer td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table#Footer td {
	padding: 5px;
	padding-left: 18px;
}