h1 {
	font-weight: normal;
	font-size:21px;
	color: #922c46;
	padding-bottom: 12px;
}
h2 {
	color: #922C46;
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 12px;
	line-height: 24px;
	padding-top: 12px;
}
h3 {
	font-size: 16px;
	color: #922C46;
	font-weight: normal;
	padding-top: 12px;
	padding-bottom: 12px;
}

.separator {
	clear: both;
	height: 2;
	background-image: url(../images09/sepImg.gif);
	background-repeat: repeat-x;
	width: 100%;
	padding-bottom: 12px;
	background-position: left center;
		}
		
.imgBorder {border: 5px solid #d1cdb1;}
.floatLeft {float: left; margin-right: 15px;}
.floatRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.styled {
	padding-left: 12px;
}
.odd {
	background-color: #F0EEDD;
}
.even {
	background-color: #D1CDB1;
}
.styled th {
	color: #F0EEDD;
	background-color: #490617;
	font-size: 14px;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
	padding-left: 5px;
}
.styled td {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
