h1 {
	font-size: 18px;
	color: #9E2316;
}
h2 {
	font-size: 14px;
	color: #512300;
}
h3 {
	font-size: 12px;
	color: #512300;
}
/*---------------------------------------------------------------*/

.PageTitle {
	font-size: 16pt;
	color: #9E2316;
}
.SubTitle {
	font-size: 14pt;
	color: #512300;
}
.BodyContent {
	font-size: 12pt;
	color: #333;
}
/*---------------------------------------------------------------*/

.FloatRight {
	float: right;
	margin: 5px;
	padding: 5px;

}
.FloatLeft {
	float: left;
	margin: 5px;
	padding: 5px;


}
.PhotoBorder {
	border: 1px solid #9E2316;
}