LI {
	text-indent : 14px;
	text-align : justify;
	font-size : 14px;
	padding : 0px 25px 0px 20px;
	margin : 0px 0px;
}

.text {
	text-align: justify;
	text-indent : 5px;
	font-style : normal;
	font-size : 12px;
	font-family : "Times New Roman", Times, serif;
	color : #000033;
	text-justify : auto;
}
H1 {
	color : Purple;
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
	font-size : 25px;
	text-align : center;
	margin : 3px;
	padding : 3px 0px;
}
H2 {
	color : Purple;
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
	font-size : 19px;
	text-align : center;
	margin : 3px;
	padding : 3px 0px;
}
H3 {
	font-family : "Times New Roman", Times, serif;
	font-style : normal;
	font-size : 16px;
	text-align : center;
}
H4 {
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
	font-size : 12px;
	padding : 0px 15px 0px 15px;
	margin : 0px 15px 0px 15px;
	text-align : justify;
}
H5 {
	font-family : "Times New Roman", Times, serif;
	text-align : right;
	font-size : 12px;
	padding : 0px 10px 0px 10px;
	margin : 0px 10px;
	font-style : italic;
}
H6 {
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
	font-size : 12px;
	padding : 0px 10px 0px 10px;
	margin : 0px 10px 0px 10px;
	text-align : justify;
}

#tooltip {
	BORDER-RIGHT: 1px solid Purple;
	PADDING-RIGHT: 5px;
	BORDER-TOP: 1px solid Purple;
	PADDING-LEFT: 5px;
	BACKGROUND: White;
	VISIBILITY: hidden;
	PADDING-BOTTOM: 5px;
	MARGIN: 0px;
	FONT: 12px "Times New Roman", Times, serif;
	BORDER-LEFT: 1px solid Purple;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: 1px solid Purple;
	POSITION: absolute;
	TEXT-ALIGN: left;
	moz-border-radius: 5px
}