html, body, table, tr, td {
	font-family: arial;
	font-size: 11px;
	color: #7F7F7F;
}
h1 {
	position: relative;
	top: 6px;
	left: -1px;
	font-size: 14px;
	font-weight: bold;
	color: #99BB13;
}
h2 {
	position: relative;
	top: 6px;
	left: -1px;
	font-size: 18px;
	font-weight: normal;
	color: #99BB13;
}
h3 {
    position: relative;
    top: 2px;
    left: -1px;
    bottom: 8px;
    font-size: 28px;
    font-weight: normal;
    color: #99BB13;
}
h4 {
	position: relative;
	top: 6px;
	left: -1px;
	font-size: 14px;
	font-weight: normal;
	color: #808080;
}
h5 {
	position: relative;
	top: 2px;
	left: -1px;
	font-size: 14px;
	font-weight: normal;
	color: #E08325;
}
strong {
	color: #E08325;
	font-size: 14px;
    font-weight: bold;
}
a {
	color: #3E86C1;
	text-decoration: none;
}
a:hover {
	color: #94BBDC;
	text-decoration: underline;
}
small {
	font-size: 10px;
	color: #CCCCCC;
}
li {
	line-height: 20px;
}
div {
     text-align: justify;
     text-justify: inter-word;
} 