#content {
	color:#003676;
}

#content h2 {
	font-size: 22px;
	line-height: 24px;	
	padding-bottom: 18px;
}

#content h3 {
	font-size: 18px;
	line-height: 20px;	
	padding-bottom: 14px;
}

#content h4 {
	font-size: 16px;
	line-height: 18px;	
	padding-bottom: 12px;
}

#content h5 {
	font-size: 12px;
	line-height: 14px;	
	padding-bottom: 5px;
}

#content h6 {
	font-size: 10px;
	line-height: 14px;	
	padding-bottom: 5px;
}

#content p {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 20px;
}

#content ul, #content ol{
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 20px;
}

#content ul li {
	margin-left: 15px;
	list-style-type:disc;
}

#content ol li {
	margin-left: 20px;
	list-style-type: decimal;
}

#content a:link,
#content a:visited,
#content a:active {
	color:#f09d14;
	text-decoration:none;
}

#content a:hover {
	text-decoration: underline;
}
