img {
	border: 0;
}

table {
	border: 0;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

.smallText, .xSmallText {
	font-weight: normal;
}

.smallHeader, .header {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.highlight {
	font-weight: bold;
	font-style: italic;
}

.block {
	display: block;
}

.leftJustify td {
	display: table-cell;
	text-align: left;
	padding-right: 1em;
	white-space: nowrap;
}

td.wrap {
	white-space: normal !important;
}

td.right {
	text-align: right !important;
}

.buttonRow td {
	display: table-cell;
	padding-top: 1em;
}

.space, .spaceTop {
	display: block;
	margin-top: 2em;
}

.space, .spaceBottom {
	display: block;
	margin-bottom: 2em;
}

.smallSpace, .smallSpaceTop {
	display: block;
	margin-top: 1em;
}

.smallSpace, .smallSpaceBottom {
	display: block;
	margin-bottom: 1em;
}

.xSmallSpace, .xSmallSpaceTop {
	display: block;
	margin-top: .5em;
}

.xSmallSpace, .xSmallSpaceBottom {
	display: block;
	margin-bottom: .5em;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}

.indent {
	margin: 0 4em 0 2em;
}

.staffPhoto {
	float: right;
	margin: 0 0 20px 20px;
	padding: 4px;
	border: solid 1px #E9E9E9;	
	background-color: #F0F0F0;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
}
