h1 {
	font-size: 18px;
	color: #651807;
}
h2 {
	font-size: 14px;
	color: #651807;
}
h3 {
	font-size: 12px;
	color: #651807;
}
/*---------------------------------------------------------------*/

.PageTitle {
	font-size: 16pt;
	color: #651807;
	font-weight: bold;
}
.SubTitle {
	font-size: 14pt;
	color: #651807;
}
.BodyContent {

	font-size: 12pt;
	color: #270101;
}
/*---------------------------------------------------------------*/

.FloatRight {
	float: right;
margin: 10px;
}
.FloatLeft {
	float: left;
margin: 10px;
}
.PhotoBorder {
	border: 1px solid #2A0201;
}
