/*** Lesson Plan Styles used only in the new lesson plans***/

ul {
	font: normal 12px verdana, arial, helvetica, sans-serif;
	list-style : disc;
	color: #545454;
}

ul ul {
	font: normal 12px verdana, arial, helvetica, sans-serif;
	list-style : disc;
	color: #545454;
}

ol ul {
	font: normal 12px verdana, arial, helvetica, sans-serif;
	list-style : disc;
	color: #545454;
}

ol {
	font: normal 12px verdana, arial, helvetica, sans-serif;
}

li {
	font: normal 12px verdana, arial, helvetica, sans-serif;
	color: #545454;
}

h2 {
	font: bold 14px georgia, times new roman, times, serif;
	color: #606060;
}

.h2 {
	font: bold 14px georgia, times new roman, times, serif;
	color: #606060;
}

ul.colored {
	color: #447CB2;
}

ol.colored {
	color: #447CB2;
}

.colored li {
	color: #447CB2;
}

.activityQuote p {
	font-style: italic;
	color: #447CB2;
	line-height: 16px;
}

.activityQuote em {
	font-style: normal;
}

table.contentColored {
	font: normal 11px verdana, arial, helvetica, sans-serif;
	color: #447CB2;
}

table.contentColored td {
	font: normal 11px verdana, arial, helvetica, sans-serif;
	color: #447CB2;
}

table.contentNormal {
	font: normal 12px verdana, arial, helvetica, sans-serif;
}

table.contentNormal td {
	font: normal 12px verdana, arial, helvetica, sans-serif;
}

table.contentNormalColored {
	font: normal 12px verdana, arial, helvetica, sans-serif;
	color: #447CB2;
}

table.contentNormalColored td {
	font: normal 12px verdana, arial, helvetica, sans-serif;
	color: #447CB2;
}

.noBottomMargin {
	margin-bottom: 0px;
}
