.paragraphedCMS h1 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.paragraphedCMS h2 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin: 15px 0px 2px 5px;
}

.paragraphedCMS p, .paragraphedCMS li {
	font-size: 11px;
	color: #666666;
	margin: 0px 0px 0px 20px;
	text-align: justify;
}

td.paragraphedCMS {
	font-size: 11px;
	color: #666666;
	padding: 0px 0px 0px 20px;
	text-align: justify;
}

.paragraphedCMS p a.underlined {
	font-size: 11px;
	color: #666666;
}

.externalLargeText h1 {
	text-align: center;
}

.externalLargeText h2 {
	margin-top: 15px;
	margin-bottom: 5px;
}

.externalLargeText p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.externalLargeText a {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted #F67401;
}

.externalLargeText a:hover {
	color: #F67401;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}