/* CSS Document */

a:link {color: #000000;	text-decoration: underline; font-weight: bold;}
a:hover {
	color: #003399;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;

}
a:visited {color: #990000; text-decoration: underline;}
