@charset "utf-8";
/* CSS Document */


h1 {
	font-size: 22px;
	color: #000000;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
h2 {
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #00467F;
}
h3 {
}
.underline {
	text-decoration: underline;
}
#leftSide .poem { padding-left: 17px; }

#leftSide  .poem  h3 {
	font-size: 14px;
	color: #FF6600;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
h4 {
	font-weight: bold;
	color: #CC3300;
	font-size: 15px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
h5 {
	text-align: right;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #FF6600;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
}
.red {color: #C80850;}
.redBold {
	font-weight: bold;
	color: #C4084E;
}

.blue {
	color: #1874CD;
}

.boldBlue {
	font-size: 13px;
	font-weight: bold;
	color: #1874CD;
}
.boldBlue2 {
	font-size: 14px;
	font-weight: bold;
	color: #1874CD;
	line-height: 18px;
}

.boldBlack {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.boldOrangeLg {
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
}
.boldOrange {
	font-weight: bold;
	color: #FF6600;
}
.orange {
	color: #FF6600;
}
.white { color: #FFFFFF; }

.quoteOrange {
	color: #FF6600;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
.quoteOrange em {
	line-height: 20px;
	margin-left: 20px;
}
.quotePoem {
	color: #00467F;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}
.quotePoem em {
	line-height: 20px;
	margin-left: 20px;
}
.quoteName {
	font-style: italic;
	margin-left: 15px;
	line-height: 26px;
	padding: 0px;
}
.noBold {
	font-weight: normal;
}
.allcaps { text-transform: uppercase; }

