/* CSS Document */
a:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #4D4D4D;
	text-decoration : none;
	letter-spacing: 1pt; 
	font-weight: bold;
}
a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color : #4D4D4D;
	text-decoration : none;
	letter-spacing: 1pt; 
	font-weight: bold;
}
a:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color : #4D4D4D;
	text-decoration : none;
	letter-spacing: 1pt; 
	font-weight: bold;
}
a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	letter-spacing: 1pt;
}
