/* CSS definition file containing site wide stylesheets */

.infobox {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	color: rgb(47,135,83);
 	font-style: italic;
 	border: 2pt solid rgb(47,135,83);
 	padding: 4px
}

.unordered {
	line-height: 50px
}

H1 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 20px;
 	color: rgb(47,135,83);
 	font-weight: bold;
 	text-align: center;
 	background-color: transparent;
 	border-left-style: none;
 	padding-top: 0pt;
 	border-top-style: none;
 	border-right-style: none;
 	padding-bottom: 0pt;
 	border-bottom-style: none
}

P {
	text-align: left;
 	margin-top: 0px;
 	margin-bottom: 0px
}

.chambersection {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 16px;
 	color: rgb(47,135,83);
 	line-height: 30px;
 	font-weight: bold;
 	text-align: center;
 	background-color: rgb(212,228,215);
 	border: 1pt solid rgb(47,135,83);
 	margin: 0px
}