/* CSS Document */

body,td,th {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
a:link {
	color: #0000cc;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000cc;
}
a:hover {
	text-decoration: none;
	color: #FF0033;
}
a:active {
	text-decoration: underline;
	color: #993399;
}

