.myText {
	font-size:8.25em;
}

.myTable {
	width: 100%;
}

.myTable .left {
	width: 45%;
	float: left;
}

.myTable .right {
	width: 45%;
	float: right;
}

.myTable td {
	border-bottom: 1px #555555 dashed;
}

.myTable th,.myTable td {
	padding-top: 2em;
}

.backgroundImageFill {
	z-index: -1000;
	background: url("../../../Images/ImageGeneric.png")
}

q:before {
	content: open-quote;
}

q:after {
	content: close-quote;
}

h1:first-letter {
	font-size: 4em;
	font-weight: 800;
}

h1 {
	padding-top: 1em;
	padding-bottom: 0.5em;
	background-color: transparent;
	word-spacing: 0.2em;
	letter-spacing: 0.5em;
	font-weight: 800;
	line-height: 3em;
	color: #2c3a3d;
	font-size: 1.25em;
	text-align: right;
	padding-right: 2em;
	text-decoration: none;
}

h2 {
	
	background-color: transparent;
	letter-spacing: 0.25em;
	color: black;
	font-size: 1.25em;
	text-align: right;
	font-weight: 600;
	padding: 0;
	margin: 0;
	text-decoration: underline;
}

h2 a,h2 a:link,h2 a:visited,h2 a:hover,h2 a:active {
	color: #558866;
	cursor: default;
	text-decoration: underline;
}

h3 {
	color: #558866;
}