A.normal {
	color: blue;
	font-family: "Georgia", "Times New Roman", Times, serif;
	text-decoration: none;
	font-size : 11pt
}

A.small {
	color: blue;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 9pt;
	text-decoration: none
}

DIV.bold {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold
}

DIV.bolditalic {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 10.5pt;
	font-weight: bold;
	font-style: italic
}

DIV.normal {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 11pt
}

DIV.title {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold
}

DIV.smallfont {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 9pt
}

SPAN.bolditalic {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 10.5pt;
	font-weight: bold;
	font-style: italic
}

TD.normal {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 11pt
}

TD.smallfont {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 9pt
}

