/* CSS Document */

a:link {
	color: #669c6d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #669c6d;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #669c6d;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial;
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #669c6d;
}
h2 {
	font-size: 14px;
	color: #669c6d;
}
.copyright {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	line-height: 20px;
}
