﻿/* common */

.alignParagraphTop {
	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;
	color:maroon;
	font-style:italic;
	text-align:center;
	margin-bottom:15px;
}
.imageCenteredWithMediumCaption {
	margin-left:auto;
	margin-right:auto;
	display:block;
	font-size:medium;
	color:maroon;
	font-style:italic;
	text-align:center;
	margin-bottom:15px;
}
.imageCenteredWithLargeCaption {
	margin-left:auto;
	margin-right:auto;
	display:block;
	font-size:large;
	color:maroon;
	font-style:italic;
	text-align:center;
	margin-bottom:15px;
}
.imageCenteredWithXLargeCaption {
	margin-left:auto;
	margin-right:auto;
	display:block;
	font-size:x-large;
	color:maroon;
	font-style:italic;
	text-align:center;
	margin-bottom:15px;
}
.imageLeft {
	float:left;
	margin-right:20px;
	margin-top: 0px;
}
.imageLeftWithCaption {
	float:left;
	margin-right:20px;
	font-size:small;
	color:maroon;
	font-style:italic;
	text-align:center;
	margin-bottom:15px;
	margin-top: 0px;
}
.imageLeftWithMediumCaption {
	float:left;
	margin-right:20px;
	font-size:medium;
	color:maroon;
	font-style:italic;
	text-align:center;
	margin-bottom:15px;
	margin-top: 0px;
	padding: 0px;
}

.alignLeft {
	text-align: left;
}
.styleBold {
	font-weight: bold;
}
.styleItalic {
	font-style: italic;
}
.indentFourtyPix {
	margin-left: 40px;
}
.indent20Pix {
	margin-left: 40px;
}

.clearBoth {
	clear:both;
}

.frameIt {
	border: #000 thin solid;
	padding: 10px;
	margin-top: 0px;
}
.frameItRed {
	border: red thin solid;
	padding: 10px;
	margin-top: 0px;
}
.frameItBlue {
	border: blue thin solid;
	padding: 10px;
	margin-top: 0px;
}
