/* CSS Document */
body,td,th {
	font-family: Verdana;
	font-size: 10px;
}

.special {
  font-size: 8px;
  color: #C8C892;
}
body {
	background-color: #C8C891;
}
a {
	font-size: 10px;
	color: #008241;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #005E2F;
}
a:active {
	text-decoration: none;
}
.indiscrete {color: #797979}
.large {
	font-size: 12px;
}
.small {
	font-size: 9px;
}
.linkarea {
	background-color: #C8C891;
	border-color: #C8C891;
	}
