/* CSS Document */
body,td,th {
	font-family: Tahoma;
	font-size: 8pt;
	color: #666666;
}
a {
	font-family: Tahoma;
	font-size: 8pt;

}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma;
}
a:hover {
	text-decoration: underline;
