body {
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}


h1 {
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	color: blue;
	line-height: 22pt;
}

h2 {

	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: blue;
	line-height: 22pt;
}

h3 {
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: blue;
	line-height: 15pt;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	color: blue;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: blue;
}

h6 {
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	color: black;
}

P {
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:  10pt; 
	font-style: normal; 
	color : black; 
	line-height: 12pt
}

TD {
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:  10pt; 
	font-style: normal; 
	color : black; 
	line-height: 12pt
}

LI {
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-style: normal; 
	line-height: 12pt; 
	font-weight: normal; 
	color: black
}
.li {
	font-family: "Lucida Sans Unicode";
	font-size: 10pt;
	font-style: normal;
	color: black;
}

.text {
	font-family: "Lucida Sans Unicode";
	font-size: 10pt;
	font-style: normal;
	color: black;
}

.text-small {
	font-family: "Lucida Sans Unicode";
	font-size: 8pt;
	font-style: normal;
	color: black;
}

.sub {
	font-family: "Lucida Sans Unicode";
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: blue;
}

.style5 {
	color: #0000FF
}

a:link {
	color: red;
}
a:visited {
	color: blue;
}
a:active {
	color: green;
}
a:hover {
	color: blue;
	background-color: yellow;
}
