﻿/* common */
.pm {
	margin-top:0px
}
.imageCentered {
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:center;
}
.imageCenteredWithCaption {
	margin-left:auto;
	margin-right:auto;
	display:block;
	font-size: small;
	font-style:italic;
	color:maroon;
	text-align:center;
	margin-bottom:15px
}
.imageCenteredWithMediumCaption {
	margin-left:auto;
	margin-right:auto;
	display:block;
	font-size: medium;
	font-style:italic;
	color:maroon;
	text-align:center;
	margin-bottom:15px
}
.imageLeft {
	float:left;
	margin-right:20px;
}
.imageLeftWithCaption {
	float:left;
	margin-right:20px;
	font-size: small;
	font-style:italic;
	color:maroon;
	text-align:center;
	margin-bottom:15px
}
.alignTextLeft {
	text-align: left;
}
.styleBold {
	font-weight: bold;
}
.styleItalic {
	font-style: italic;
}
.imageCentered {
text-align:center;
}
.indent40Pixels {
	margin-left: 40px;
}
.clearBoth {
	clear:both;
}

.divider {
	clear: both;
	width: 772px;
	color: silver;
	background-color: black;
	border-style:solid; 
	}
