/*  3Nov09: Created for all Meeting Pages  */
/*  margin: Top, Right, Bottom, Left  */
body {margin: 2% 5% 5% 5%; font-size:100%; font-family:Verdana,Arial,"Comic Sans MS";}
.All_Photos {color:#8B008B; font-size:1em; margin: 0% 10% 0% 10%; text-align:center; font-weight:bold;}
.BackTo {font-size:1em; text-align:center; font-weight:bold;}
.Footer {font-size:0.8em; text-align:center; font-weight:normal;}
.MainBody {font-size:1.25em; font-weight:normal;}
.MainBold {font-size:1.25em; font-weight: bold;}
.Size125Center {font-size:1.25em; font-weight:normal; text-align:center;}
.LargeTitle {font-size:1.5em; font-weight:normal; text-align:center;}
td {font-size:1.25em; font-weight:normal;}
hr {text-align:center; width:100%; margin-top:1em; margin-bottom:1em}
h1 {text-align: center; font-weight: bold; font-size: 1.5em;}
h2 {text-align: center; font-weight: bold; font-size: 1.25em;}
h3 {text-align: center; font-weight: bold; font-size: 1.12em;}
a:hover {color: #FF00FF;}
.NorText {font-size:0.9em; font-weight:normal}
.SmallerText {font-size:0.7em; font-weight:normal}
.text_line {clear:both; margin-bottom:2em;}
.CenterText {text-align: center;}
.alignLeft {float: left; margin-right: 1px;}
.alignRight {float: right; margin-left: 1px;}
.alignCenter {text-align: center; margin-right: 1px; margin-left: 1px; margin-bottom: 1px;}
figure {
  display: inline-block;
  vertical-align: top;
}

figure img {
  border: 1px solid #666;
  background-color: #FFF;
  padding: 4px;
  box-shadow: 2px 2px 4px rgba(0,0,0,.5);
}

figcaption {
  font: 1.2em/normal Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0 0;
}

.gallery {
	text-align: center;
	margin-bottom: 2em;
}

.galleryNoEM {
	text-align: center;
}
