.head1 {
	font-family : Verdana;
	font-style : normal;
	font-weight : bold;
	font-size : 12pt;
	color : Green;
}

.head2 {
	font-family : Verdana;
	font-style : normal;
	font-weight : bold;
	font-size : 10pt;
	color : darkblue;
}
.head3 {
	font-family : Verdana;
	font-style : normal;
	font-weight : bold;
	font-size : 10pt;
	color : Olive;
}
.normaltext {
	font-family: Verdana;
	font-style: normal;
	font-weight : normal;
	font-size : 9pt;
	color : darkgreen;
	text-align: left;

}
.normaltext_bold {
	font-family: Verdana;
	font-style: normal;
	font-weight : bold;
	font-size : 9pt;
	color : darkgreen;
}
.tabletext_normal {
	font-family: Verdana;
	font-style: normal;
	font-weight : normal;
	font-size : 8pt;
	color : darkgreen;
}
.tabletext_bold {
	font-family: Verdana;
	font-style: normal;
	font-weight : bold;
	font-size : 8pt;
	color : darkgreen;
}
.text_small_bluebold {
	font-family: Verdana;
	font-style: normal;
	font-weight : bold;
	font-size : 7pt;
	color : darkblue;
}
.text_small_blue {
	font-family: Verdana;
	font-style: normal;
	font-weight : normal;
	font-size : 7pt;
	color : black;
}
.text_small_green {
	font-family: Verdana;
	font-style: normal;
	font-weight : normal;
	font-size : 7pt;
	color : darkgreen;
}
