@charset "utf-8";
/* CSS Document */
tr td h3 {
	color: #185D98;
	font-weight: bold;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 120%;
}
.sess-titl {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-style: italic;
	font-weight: 600;
	color: #185D98;
	text-align: center;
	font-size: 115%;
}
.tabl-content {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 105%;
	color: #185D98;
	background-color: #EFD9A9;
	text-align: center;
	padding: 11px;
	border: thin groove #185D98;
	list-style-position: inside;
	list-style-type: square;
}.ConfEmphBox {
	font-family: french-canon-small-caps;
	font-size: 115%;
	font-style: normal;
	font-weight: 400;
	color: rgba(111,78,5,1);
	background-color: rgba(247,247,247,1.00);
	padding: 15px;
	border: thin groove rgba(51,73,91,1);
	border-radius: 12px;
}
.tblspace {
	padding: 10px;
	border-style: groove;
	border-color: #185D98;
}
