/* CSS Document */
body {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	background-color: #eff0f0;
}
a {
	font-family: Tahoma;
	font-size: 12px;
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
a.grey:link {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a.white:link {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #eeeeee;
}
a:active {
	text-decoration: none;
	color: #999999;
}
