@charset "UTF-8";

.sabre-red {
	color: #C77470;
}

.underline {
	text-decoration: underline;
}

.center {
	text-align: center;
}

.center-table {
	margin-right: 0px;
	margin-left: 0px;
}

body {
	background-color: #FFFFFF;
	width: 800px;
}

#header {
	text-align: center;
	padding-bottom: 1em;
}

.image-right {
	float: right;
	clear: left;
	padding-bottom: 1em;
	padding-left: 1em;
}

.image-left {
	float: left;
	padding-right: 1em;
	padding-bottom: 1em;
	clear: right;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
