﻿/* 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;
	font-style:italic;
	color:maroon;
	text-align:center;
	margin-bottom:20px;
}
.imageCenteredWithMediumCaption {
	margin-left:auto;
	margin-right:auto;
	display:block;
	font-size:medium;
	font-style:italic;
	color:maroon;
	text-align:center;
	margin-bottom:20px;
}


.imageLeft {
	float:left;
	margin-right:20px;
	margin-top: 0px;
}
.imageLeftWithCaption {
	float:left;
	margin-right:20px;
	font-size:small;
	font-style:italic;
	color:maroon;
	text-align:center;
	margin-bottom:10px;
	margin-top: 0px;
}
.imageLeftWithMediumCaption {
	float:left;
	margin-right:20px;
	font-size:medium;
	font-style:italic;
	color:maroon;
	text-align:center;
	margin-bottom:10px;
	margin-top: 0px;
}	

.left_text {
	text-align: left;
}
a:hover {
	color: #f72;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.imageCentered {
text-align:center;
}
.indent-40 {
	margin-left: 40px;
}
.clearBoth {
	clear:both;
}

/* What to do on the figure itself */
.figure img {

	padding: 0px 10px;
}

.divider {
	clear: both;
	width: 98%;
	color: #C0C0C0;
	border-style: solid;
	margin: 1px;
}
.letter {
	background-color:#FFFFCC;
	margin-left:25px;
	margin-right: 25px;
	border: 2px black solid;
	padding: 5px;
}
.textNavigation {
	border: #000 thin solid;
	background-color: #6FF;
	padding: 10px;
	text-align:center;
	font-weight:bold;
}
