.ITAL {
	font-style: italic;
	color: #999;
	font-size: small;
}
.italicBlue {
	font-style: italic;
	color: #039;
}
#container {
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
}
.leftLinks {
	font-size: small;
	text-transform: uppercase;
	color: #999;
}
.subHeader {
	color: #999;
	font-size: small;
	font-weight: normal;
	text-transform: uppercase;
}
.notice {
	font-size: x-small;
	background-color: #FF0;
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}

