/* CSS Document */

a:link {
	color: #FFFFFF;
}
a:hover {
	color: #8b8b8b;
	text-decoration: none;
	}
a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}
body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: strong;
	color: #ffffff;
}

