@charset "utf-8";
/* CSS Document */
body {
	background-color: #F8FDEE;
}

.style2 {font-size: 12px}
.style3 {font-size: 18px}

body,td,th {
	color: #000000;
	font-family: Tahoma, Verdana;
}
a:link {
	color: #8ea362;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8ea362;
}
a:hover {
	text-decoration: underline;
	color: #ABBF80;
}
a:active {
	text-decoration: none;
	color: #6F8442;
}
.border {
	border: thin dotted #999999;
}
