h1,
span.h1 {
	margin-bottom:		0px;
	
	font-size:		15px;

	color:			#081052;
	background-color:	transparent;
	
	text-align:		center;
}

h2,
span.h2 {
	margin-top:0px;
	font-size:13px;
	font-weight:Bold;
	color: #DC143C;
	background-color:transparent;
}

h3,
span.h3 {
	font-size:11px;
	font-weight:bold;
	color: #0000CD;
	background-color:transparent;
}

h4,
span.h4 {
	font-size:		11px;
	font-weight:		bold;
	
	color:			#081052;
	background-color:	transparent;
}

blockquote.sitemap {
	margin:			5px 0px 0px 30px;
}

.justify{
	text-align:justify;
	font : 12px;
}

span.erased {
	color:			#FF0000;
	background-color:	transparent;
	
	text-decoration:	line-through;
}

span.highlighted {
	background-color:	#FFFF00;
}

dd {
	margin:			0px 0px 10px 20px;
}