/* CSS Document */

a:visited {
	color: #FF9966; text-decoration: none
}

a:link {
	color: #996666; text-decoration: none
}

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

a:hover {
	color: #FF9966; text-decoration: underline
}

td {
	font-family: Geneva, Verdana, Georgia;
	font-size: 10pt;
}