/* normal, regular font */

.normal a:link	{font-size:11pt;color="#0000FF";
			text-decoration:underline;font-family:Tahoma, Verdana; }
.normal a:visited {font-size:11pt;color:#587094;
			text-decoration:underline;font-family:Tahoma, Verdana; }
.normal a:hover   {font-size:11pt;color="#0000FF";
			text-decoration:none;font-family:Tahoma, Verdana; font-weight:bold}
.normal a:active  {font-size:11pt;color:#587094;
			text-decoration:underline;font-family:Tahoma, Verdana; }
.normal {font-size:11pt;color:#000000;
			text-decoration:none;font-family:Tahoma, Verdana; }

/* small, regular font */

.small a:link	{font-size:10pt;color="#0000FF";
			text-decoration:underline;font-family:Tahoma, Verdana; }
.small a:visited {font-size:10pt;color:"#6666FF";
			text-decoration:underline;font-family:Tahoma, Verdana; }
.small a:hover   {font-size:10pt;color="#0000FF";
			text-decoration:none;font-family:Tahoma, Verdana; font-weight:bold}
.small a:active  {font-size:10pt;color:#587094;
			text-decoration:underline;font-family:Tahoma, Verdana; }
.small {font-size:10pt;color:#000000;
			text-decoration:none;font-family:Tahoma, Verdana; }

/* frame, regular font */

.frame a:link	{font-size:10pt;
			text-decoration:underline;font-family:Tahoma, Verdana; }
.frame a:visited {font-size:10pt;
			text-decoration:underline;font-family:Tahoma, Verdana; }
.frame a:hover   {font-size:10pt;
			text-decoration:none;font-family:Tahoma, Verdana; font-weight:bold}
.frame a:active  {font-size:10pt;color="#0000FF";
			text-decoration:underline;font-family:Tahoma, Verdana; }
.frame {font-size:10pt;
			text-decoration:none;font-family:Tahoma, Verdana; }

/* big, regular font */

.big	 a:link	{font-size:16pt;color="#0000FF";
			text-decoration:underline;font-family:Tahoma, Verdana; }
.big	 a:visited {font-size:16pt;color:#587094;
			text-decoration:underline;font-family:Tahoma, Verdana; }
.big	 a:hover   {font-size:16pt;color="#0000FF";
			text-decoration:none;font-family:Tahoma, Verdana; font-weight:bold}
.big	 a:active  {font-size:16pt;color:#587094;
			text-decoration:underline;font-family:Tahoma, Verdana; }
.big	 {font-size:16pt;color:#000000;
			text-decoration:none;font-family:Tahoma, Verdana; }