/* CSS Document */

A, A:link, A:visited {
	font-size : 11px;
	font-style : normal;
	font-family : Tahoma;
	text-decoration : none;
	font-weight: normal;
	color : #0066cc;
}
A:hover {
	font-size : 11px;
	font-style: normal;
	font-family : Tahoma;
	text-decoration : underline;
	font-weight: normal;
	color : #0066cc;
}