body {
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	text-align: center;
}

td, p {
	font-size: 13px;
}

img {
	border: 0;
}

a:link {
	text-decoration: underline;
	color: #8E2344;
}

a:visited {
	text-decoration: underline;
	color: #8E2344;
}

a:hover {
	text-decoration: none;
	color: #8E2344;
}

a:active {
	text-decoration: none;
	color: #8E2344;
}

.smallText {
	font-size: 11px;
	font-weight: normal;
}

.xSmallText {
	font-size: 9px;
	font-weight: normal;
}

.smallHeader {
	font-size: 16px;
	font-weight: bold;
}

.header {
	font-size: 20px;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	margin-bottom: .5em;
	font-size: 20px;
}

h2 {
	margin-bottom: .5em;
	font-size: 16px;
}

h3 {
	margin-bottom: .5em;
	font-size: 14px;
}

h4 {
	margin-bottom: .25em;
	font-size: 14px;
}

h5 {
	margin-bottom: .25em;
	font-size: 10px;
}

h6 {
	margin-bottom: .25em;
	font-size: 8px;
}

.pageHeader {
	display: block;
	margin: 12px 0 12px -2px;
}

.mainImage {
	display: block;
	float: right;
	padding: 0 0 25px 50px;
}

.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;
}

.space {
	display: block;
	margin: 2em 0;
}

.spaceTop {
	display: block;
	margin: 2em 0 0 0;
}

.spaceBottom {
	display: block;
	margin: 0 0 2em 0;
}

.smallSpaceTop {
	display: block;
	margin: 1em 0 0 0;
}

.xSmallSpaceTop {
	display: block;
	margin: .25em 0 0 0;
}

.collectionPhotos {
	padding: 20px 20px 0 0;
}

.message {
	padding: 20px;
	background-color: #FFFFB3;
	border: 1px solid #C90;
}

.textbox, .dropdownlist, .checkbox, .radiobutton, .button, .fileUpload {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.textbox {
	padding: 0 .25em;
}

.button {
	color: #FFF;
	background-color: #8E2344;
	border: 1px solid #000;
	font-weight: bold;
}
