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

.imageLeft {
	float:left;
	margin-right:20px;
	margin-top: 0px;
}
.imageLeftWithCaption {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	font-size:small;
	font-style:italic;
	color:black;
	text-align:center;
}
.indent-40 {
	margin-left: 40px;
}
.clearBoth {
	clear:both;
}
/*table

table {
	background-color: #d2d7db;
	text-align: left;
	border-spacing: 0px;
	border: 2px solid black;
	border-collapse: collapse;
}
table a, table, tbody, tfoot, tr, th, td {
	font-family: arial;
	line-height: 1em;
	font-size: 1em;
	color: black;
}
table caption {
	border-top: 1px solid #aeb3b6;
	padding: .5em 0;
	font-size: 240%;
	font-style: italic;
	color: #d2d7db;
}
table a {
	display: block;
	padding: 0.75em 2px;
	text-decoration: none;
	color: #589acf;
}
table a:hover, table a:focus {
	text-decoration: underline;
}
table th a {
	min-height: 4.5em;
	text-align: right;
	padding: 0 2px 1.5em 2px;
}
table th a:hover, table th a:focus, tbody tr:hover th {
	background-color: #357eb9;
	color: #fff !important;
}
table a:visited {
	padding-left: 15px;
}
table th a:visited {
	padding-right: 15px;
}
thead th {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	color: #81888d;
	padding: 0.75em 2px;
	border-bottom: 1px solid #fff;
}
tbody th {
	color: #25c1e2;
	font-style: italic;
	background-color: #fff;
	border-bottom: 1px solid #aeb3b6;
}
td {
	border: 2px solid black;
	padding: 0 2px;
}
tbody tr.odd {
	background-color: #d7dce0;
}
tbody tr:hover td {
	background-color: #5f9ed1;
}
tbody tr:hover td, tbody tr:hover th, tbody tr:hover a {
	color: #fff !important;
}
 */
.frameIt {
	border:#000 thick groove;
	padding: 10px;
}
.tableCentered {
	margin: 0px auto;
}
.didYouKnow {
	font-size: large;
	border:  #000 medium solid;
	margin:  auto 100px;
	padding: 10px;
	background-color: #FFC
}