/* CSS Document */

a {
	outline: none
}

a:visited {
	color: #666666; text-decoration: underline
}

a:link {
	color: #333333; text-decoration: underline
}

a:active {
	color: #666666; text-decoration: none
}

a:hover {
	color: #666666; text-decoration: none
}

td {
	font-family: Courier New, Courier;
	font-size: 11pt;
}