/* CSS Document */

body {
	font-family: "trebuchet ms";
	font-size: 9pt;
	color: #FFFFFF;
}

td {
	font-family: "trebuchet ms";
	font-size: 9pt;
	color: #FFFFFF;
}

p {
	font-family: "trebuchet ms";
	font-size: 9pt;
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #8B8B8B;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}