<style>
	<!--
		.main_font { font-family: Times New Roman; font-size: 12pt; text-align: justify }
		.small     { font-family: Times New Roman; font-size: 10pt  text-align: justify }
		.red       { font-family: Times New Roman; font-weight: bold; font-variant: small-caps; color: #FF0000 }
		.gray      { font-family: Times New Roman; font-weight: bold; font-variant: small-caps; color: #888888 }
		.bold_s    { font-family: Times New Roman; font-weight: bold; font-variant: small-caps; font-size: 12pt }
		.bold_f    { font-family: Times New Roman; font-weight: bold; font-variant: small-caps; font-size: 10pt }
		.bold_m    { font-family: Times New Roman; font-weight: bold; font-variant: small-caps; color: #FF0000; font-size: 18pt }
		.bold_l    { font-family: Times New Roman; font-weight: bold; font-variant: small-caps; font-size: 30pt }
		.shade     { background: #EEEEEE }
		.link      { color: #FF0000; text-decoration: none; }
		.blink     { color: #000000; text-decoration: none; }
		a.:hover   { color: #888888; }
		
		T.menubar {
			height: 20px;
			margin-top: 0px;
			}

		a.menu {
			color: #000000;
			font: bold 14px Times New Roman;
			font-variant: small-caps;
			text-decoration: none;
			}

		a.menu:hover {
			color: #FF0000;
			text-decoration: none;
			}

	-->
</style>