/* content text */

#content-text p {
	margin-bottom: 10px;
}

#content-text h1 {
	color:#003366;
	font-size: 2em;
	line-height: 1.1em;
	font-weight: normal;
	margin-bottom: 30px;
	margin-top: 0px;
}

#content-text h2 {
	font-size: 1.8em;
	line-height: 1.1em;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 20px;
}

#content-text h3 {
	font-size: 1.5em;
	line-height: 1.1em;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 20px;
}

#content-text h4 {
	font-size: 1.3em;
	line-height: 1.1em;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 10px;
}

#content-text h5 {
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 5px;
	font-weight: bold;
}

#content-text h6 {
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 5px;
}

#content-text p {
	margin-top: 5px;
}

#content-text ul {
	list-style: disc;
	margin-left: 20px;
	margin-top: 5px;
}

#content-text ol {
	list-style: decimal;
	margin-top: 5px;
	margin-left: 25px;
}

#content-text table {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}

#content-text table td {
	border: 1px solid #bbb;
	background-color:#f6f6f6;
	border-bottom: 1px solid #888;
	padding: 5px 10px 15px 10px;
}

#content-text table th {
	text-align: left;
	background-color: #CCCCCC;
	border: 1px solid #999;
	border-bottom: 1px solid #555;
	padding: 10px;
}
