/* CSS Document */
h1			{ font-family:"Book Antiqua","Times New Roman", Times, serif; font-weight:900; font-size:36px; }
h2			{ font-family:"Book Antiqua","Times New Roman", Times, serif; font-size:24px; }
h3			{ font-family:"Book Antiqua","Times New Roman", Times, serif; font-size:18px; }
p,td		{ font-family:Arial, Helvetica, sans-serif; font-size:11px; }
a:link 		{ color:#ff9900; text-decoration:none; border-bottom:dotted #ff9900 1px;}
a:visited 	{ color:#ff6600; text-decoration:none; border-bottom:dotted #ff6600 1px; }
a:active 	{ color:#cc0000; text-decoration:none; border-bottom:solid #cc0000 1px; }
a:hover 	{ color:#ff0000; text-decoration:none; border-bottom:solid #ff0000 1px; }
